c2d5273873
上次合并 3d8abac33 把 24 个双边改动文件里的 7 个整份取了 master,另有数个 实质取了 master 版本,静默回滚了分支工作;其中 main_loop.rs 保留 master 的 调用点、provider_recovery.rs 保留分支的 cfg(test) 门,导致非测试构建编译失败。 本次从ca6a3cd4c对最新 master(341761ee3) 重做,逐个人工解析 38 处冲突: - 澄清等待态:保留分支的 lane 外 parent-wake 设计与锁守卫,套上 master 新增的 parent task 身份校验与 game-chat 安全默认返工;`_locked` 两种 false 语义在 delivery.rs 按 trusted_game_chat_autonomous_parent_chain_at 区分。 - decision-log:按日期把 master 三条插进分支条目之间,57 处 M1 记录全部保留。 - manifest.rs:采用 master 的 windows_sys 绑定,保留分支的目录/reparse point 拒绝。 - 做方案入口按 master 的提交重构改造:resolveProjectSupervisorRuntimeSubmission 新增 planningEntry,startMode 经 launcher context 传到 App;并把策划入口从 direct-codex 产品默认中摘出,做游戏与做素材保持 master 新默认。 - 首页两条入口用例按 master 已改的创建流程更新;非空目录确认用例因该流程 在首页入口不再可达而移除。 验证:cargo check --all-targets 通过;agc typecheck 通过;appSurface 395 passed。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
24 lines
545 B
JSON
24 lines
545 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": {},
|
|
"planning": {
|
|
"capabilityEnabled": true
|
|
}
|
|
}
|