mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 07:04:29 +00:00
feat: acp http adapter
This commit is contained in:
parent
2ba630c180
commit
b4c8564cb2
217 changed files with 18785 additions and 17400 deletions
137
scripts/agent-configs/resources/cursor.json
Normal file
137
scripts/agent-configs/resources/cursor.json
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"defaultModel": "opus-4.6-thinking",
|
||||
"models": [
|
||||
{
|
||||
"id": "auto",
|
||||
"name": "Auto"
|
||||
},
|
||||
{
|
||||
"id": "composer-1.5",
|
||||
"name": "Composer 1.5"
|
||||
},
|
||||
{
|
||||
"id": "composer-1",
|
||||
"name": "Composer 1"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex",
|
||||
"name": "GPT-5.3 Codex"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex-low",
|
||||
"name": "GPT-5.3 Codex Low"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex-high",
|
||||
"name": "GPT-5.3 Codex High"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex-xhigh",
|
||||
"name": "GPT-5.3 Codex Extra High"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex-fast",
|
||||
"name": "GPT-5.3 Codex Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex-low-fast",
|
||||
"name": "GPT-5.3 Codex Low Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex-high-fast",
|
||||
"name": "GPT-5.3 Codex High Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.3-codex-xhigh-fast",
|
||||
"name": "GPT-5.3 Codex Extra High Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2",
|
||||
"name": "GPT-5.2"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex",
|
||||
"name": "GPT-5.2 Codex"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex-high",
|
||||
"name": "GPT-5.2 Codex High"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex-low",
|
||||
"name": "GPT-5.2 Codex Low"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex-xhigh",
|
||||
"name": "GPT-5.2 Codex Extra High"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex-fast",
|
||||
"name": "GPT-5.2 Codex Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex-high-fast",
|
||||
"name": "GPT-5.2 Codex High Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex-low-fast",
|
||||
"name": "GPT-5.2 Codex Low Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-codex-xhigh-fast",
|
||||
"name": "GPT-5.2 Codex Extra High Fast"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-codex-max",
|
||||
"name": "GPT-5.1 Codex Max"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-codex-max-high",
|
||||
"name": "GPT-5.1 Codex Max High"
|
||||
},
|
||||
{
|
||||
"id": "opus-4.6-thinking",
|
||||
"name": "Claude 4.6 Opus (Thinking)"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.2-high",
|
||||
"name": "GPT-5.2 High"
|
||||
},
|
||||
{
|
||||
"id": "opus-4.6",
|
||||
"name": "Claude 4.6 Opus"
|
||||
},
|
||||
{
|
||||
"id": "opus-4.5",
|
||||
"name": "Claude 4.5 Opus"
|
||||
},
|
||||
{
|
||||
"id": "opus-4.5-thinking",
|
||||
"name": "Claude 4.5 Opus (Thinking)"
|
||||
},
|
||||
{
|
||||
"id": "sonnet-4.5",
|
||||
"name": "Claude 4.5 Sonnet"
|
||||
},
|
||||
{
|
||||
"id": "sonnet-4.5-thinking",
|
||||
"name": "Claude 4.5 Sonnet (Thinking)"
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-high",
|
||||
"name": "GPT-5.1 High"
|
||||
},
|
||||
{
|
||||
"id": "gemini-3-pro",
|
||||
"name": "Gemini 3 Pro"
|
||||
},
|
||||
{
|
||||
"id": "gemini-3-flash",
|
||||
"name": "Gemini 3 Flash"
|
||||
},
|
||||
{
|
||||
"id": "grok",
|
||||
"name": "Grok"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue