cursor adapter: clarify paperclip env availability

This commit is contained in:
Dotta
2026-03-05 09:12:13 -06:00
parent d54ee6c4dc
commit 1f7218640c
3 changed files with 141 additions and 3 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)
- mode (string, optional): Cursor execution mode passed as --mode (plan|ask). Defaults to ask when omitted.
- command (string, optional): defaults to "agent"
- extraArgs (string[], optional): additional CLI args
- env (object, optional): KEY=VALUE environment variables