Conversation
…nfiguration * rename project to cursor-api-monorepo * update ESLint configuration to include packages directory * remove package-lock.json and add pnpm workspace configuration * add initial setup for cursor-api and cursor-cli packages * update CI workflows to use pnpm for dependency management
* add Changesets configuration and README for documentation * update release workflow to utilize Changesets for automated versioning * remove semantic-release references from package scripts in cursor-api and cursor-cli
Contributor
|
🤖 Auto-labeled this PR with: This was done automatically based on the PR title, description, and commits. |
Contributor
|
🤖 Auto-labeled this PR with: This was done automatically based on the PR title, description, and commits. |
* set package manager to pnpm@10.12.2 in package.json * add @bufbuild/protobuf dependency in devDependencies * update CI workflows to use pnpm version 10 for consistency
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 78.54% 78.42% -0.12%
==========================================
Files 8 7 -1
Lines 960 955 -5
Branches 300 308 +8
==========================================
- Hits 754 749 -5
Misses 168 168
Partials 38 38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR-Codex overview
This PR focuses on restructuring the project into a monorepo setup, enhancing the Cursor API SDK and CLI, and updating ESLint configurations. It improves documentation, adds new examples, and refines authentication processes.
Detailed summary
cursor-cliwith token extraction functionality.