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.
- package/README.md +3 -1
- 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.
|
|
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
|
|