cursor-composer-in-claude 0.7.3 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,9 @@ This package works as **one npm dependency**: use it as an **SDK** in your app t
21
21
 
22
22
  ## macOS Keychain
23
23
 
24
- This fork **always** forces `CURSOR_SKIP_KEYCHAIN=1` into every spawned Cursor agent process. The macOS keychain popup will never appear, regardless of what the parent process sets. No configuration needed.
24
+ This fork **always** forces `CURSOR_SKIP_KEYCHAIN=1` into every spawned Cursor agent process (CLI path and ACP). For ACP, the variable is applied **last** when building the child environment so a mistaken parent value (for example `CURSOR_SKIP_KEYCHAIN=0`) cannot override it.
25
+
26
+ If you still see a system keychain prompt, it is usually the **Cursor `agent` binary** accessing the login keychain directly; updating the Cursor CLI and ensuring `agent login` or `CURSOR_API_KEY` is set typically avoids repeated prompts.
25
27
 
26
28
  ## Install
27
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-composer-in-claude",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "OpenAI-compatible proxy for Cursor CLI — forked with macOS keychain skip and system Node.js support",
5
5
  "type": "module",
6
6
  "files": [