5550e24f83
新增 Codex app-server 与 CLI 节点执行模式并保留 Provider 回退 加固节点凭据隔离、终态未知回收、进程生命周期与持久恢复边界 修复资源画布等价刷新闪烁 为 Supervisor steer 增加 LLM 回复与条件中断 补齐配置界面、测试和技术文档
25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"agentMode": "codex_app_server",
|
|
"llm": {
|
|
"apiKey": "",
|
|
"baseUrl": "https://api.openai.com/v1",
|
|
"model": "gpt-4.1",
|
|
"apiKind": "openai_responses",
|
|
"reasoningEffort": "high",
|
|
"stream": false,
|
|
"webSearchEnabled": false,
|
|
"contextWindowTokens": 128000,
|
|
"autoCompactTokenLimit": 64000,
|
|
"toolOutputTokenLimit": 12000,
|
|
"requestTimeoutMs": 180000,
|
|
"maxRetries": 2,
|
|
"retryBackoffMs": 500
|
|
},
|
|
"agentLlm": {},
|
|
"editorApi": {
|
|
"baseUrl": "http://127.0.0.1:8082",
|
|
"apiKey": ""
|
|
},
|
|
"mcpServers": {}
|
|
}
|