mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 22:03:48 +00:00
63 lines
1,020 B
JSON
63 lines
1,020 B
JSON
{
|
|
"defaultModel": "gpt-5.3-codex",
|
|
"models": [
|
|
{
|
|
"id": "gpt-5.3-codex",
|
|
"name": "gpt-5.3-codex"
|
|
},
|
|
{
|
|
"id": "gpt-5.3-codex-spark",
|
|
"name": "GPT-5.3-Codex-Spark"
|
|
},
|
|
{
|
|
"id": "gpt-5.2-codex",
|
|
"name": "gpt-5.2-codex"
|
|
},
|
|
{
|
|
"id": "gpt-5.1-codex-max",
|
|
"name": "gpt-5.1-codex-max"
|
|
},
|
|
{
|
|
"id": "gpt-5.2",
|
|
"name": "gpt-5.2"
|
|
},
|
|
{
|
|
"id": "gpt-5.1-codex-mini",
|
|
"name": "gpt-5.1-codex-mini"
|
|
}
|
|
],
|
|
"defaultMode": "read-only",
|
|
"modes": [
|
|
{
|
|
"id": "read-only",
|
|
"name": "Read Only"
|
|
},
|
|
{
|
|
"id": "auto",
|
|
"name": "Default"
|
|
},
|
|
{
|
|
"id": "full-access",
|
|
"name": "Full Access"
|
|
}
|
|
],
|
|
"defaultThoughtLevel": "high",
|
|
"thoughtLevels": [
|
|
{
|
|
"id": "low",
|
|
"name": "Low"
|
|
},
|
|
{
|
|
"id": "medium",
|
|
"name": "Medium"
|
|
},
|
|
{
|
|
"id": "high",
|
|
"name": "High"
|
|
},
|
|
{
|
|
"id": "xhigh",
|
|
"name": "Xhigh"
|
|
}
|
|
]
|
|
}
|