bdf7ed288a
- 将固定四切片与固定 drawImage 降为推荐路径 - 在导航前注入 Canvas/WebGL 平台素材运行时观测 - 对缺少核心素材渲染证据的 desktop/mobile 视口回灌同一 Codex thread 整改 - 补充直连验收、浏览器脚本与真实 Chrome fixture 测试 - 同步 AGC 直连 Runtime 实施计划
21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"agentMode": "codex_app_server",
|
|
"llm": {
|
|
"apiKey": "",
|
|
"baseUrl": "https://dev.genarrative.world/gpt/v1",
|
|
"model": "gpt-5.6-sol",
|
|
"apiKind": "openai_responses",
|
|
"reasoningEffort": "max",
|
|
"stream": true,
|
|
"webSearchEnabled": false,
|
|
"contextWindowTokens": 128000,
|
|
"autoCompactTokenLimit": 64000,
|
|
"toolOutputTokenLimit": 12000,
|
|
"requestTimeoutMs": 180000,
|
|
"maxRetries": 2,
|
|
"retryBackoffMs": 500
|
|
},
|
|
"agentLlm": {},
|
|
"mcpServers": {}
|
|
}
|