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