cursor-composer-in-claude 0.9.0 → 0.9.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -187,7 +187,7 @@ Environment handling is centralized in one module. Aliases, defaults, path resol
187
187
  | `CURSOR_BRIDGE_API_KEY` | — | If set, require `Authorization: Bearer <key>` on requests. Also used as the **agent** token when `CURSOR_API_KEY` / `CURSOR_AUTH_TOKEN` are unset (same value as typical automation setups). |
188
188
  | `CURSOR_API_KEY` / `CURSOR_AUTH_TOKEN` | — | Cursor access token passed to spawned CLI/ACP children (automation, headless). Same value can be used for both names. Takes precedence over `CURSOR_BRIDGE_API_KEY` for the agent. |
189
189
  | `CURSOR_BRIDGE_WORKSPACE` | process cwd | Base workspace directory for Cursor CLI. With `CURSOR_BRIDGE_CHAT_ONLY_WORKSPACE=false`, header `X-Cursor-Workspace` must point to an **existing directory under this path** (after resolving real paths). |
190
- | `CURSOR_BRIDGE_MODE` | | Ignored; proxy always runs in **ask** (chat-only) mode so the CLI never creates or edits files. |
190
+ | `CURSOR_BRIDGE_MODE` | `ask` | Execution mode `ask` (chat-only, default) or `plan` (can create/edit plans). |
191
191
  | `CURSOR_BRIDGE_DEFAULT_MODEL` | `auto` | Default model when request omits one |
192
192
  | `CURSOR_BRIDGE_STRICT_MODEL` | `true` | Use last requested model when none specified |
193
193
  | `CURSOR_BRIDGE_FORCE` | `false` | Pass `--force` to Cursor CLI |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-composer-in-claude",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
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": [