cursor adapter: do not default to read-only ask mode

This commit is contained in:
Dotta
2026-03-05 09:27:20 -06:00
parent d37e1d3dc3
commit 59bc52f527
3 changed files with 62 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ Core fields:
- instructionsFilePath (string, optional): absolute path to a markdown instructions file prepended to the run prompt
- promptTemplate (string, optional): run prompt template
- model (string, optional): Cursor model id (for example auto or gpt-5.3-codex)
- mode (string, optional): Cursor execution mode passed as --mode (plan|ask). Defaults to ask when omitted.
- mode (string, optional): Cursor execution mode passed as --mode (plan|ask). Leave unset for normal autonomous runs.
- command (string, optional): defaults to "agent"
- extraArgs (string[], optional): additional CLI args
- env (object, optional): KEY=VALUE environment variables