21 lines
603 B
YAML
21 lines
603 B
YAML
|
|
port: 8765
|
||
|
|
cursor_cli_path: agent
|
||
|
|
default_model: claude-sonnet-4-20250514
|
||
|
|
timeout: 300
|
||
|
|
max_concurrent: 5
|
||
|
|
use_acp: false
|
||
|
|
|
||
|
|
# Isolate Cursor CLI / ACP child in an empty temp workspace with
|
||
|
|
# HOME / CURSOR_CONFIG_DIR / XDG_CONFIG_HOME overridden so the agent can
|
||
|
|
# neither read the adapter's cwd nor load global rules from ~/.cursor.
|
||
|
|
# Recommended: true. Set to false only if you intentionally want the
|
||
|
|
# Cursor agent to see the adapter's working directory.
|
||
|
|
chat_only_workspace: false
|
||
|
|
|
||
|
|
log_level: INFO
|
||
|
|
available_models:
|
||
|
|
- claude-sonnet-4-20250514
|
||
|
|
- claude-opus-4-20250514
|
||
|
|
- gpt-5.2
|
||
|
|
- gemini-3.1-pro
|