绝尘
f1aa7ac33d
重构: commands拆分config+skills域·commands.rs 92KB拆分完整(strategy)
- 新建 commands/config.rs(89行, 4 IPC: ai_list_skills/ai_set_concurrency_config/ai_set_agent_max_iterations/ai_set_agent_max_retries)
- commands/mod.rs 99→34行(收敛re-export only, 无IPC函数体)
- re-export三级透传(chat/conversation/provider/config),lib.rs invoke_handler+前端零改动
commands.rs 92KB拆分完整: 原1829行God→5文件(chat 1147+conversation 336+provider 348+config 89+mod.rs 34 re-export)
主代兜底: cargo check --workspace 0 + test 98 + cat mod.rs re-export only印证
strategy全程: 分批1-2文件原子操作(chat→conv→provider→config四批); 零调用方预留保留
2026-06-19 03:26:44 +08:00
..
2026-06-14 14:08:20 +08:00
2026-06-12 01:31:05 +08:00
2026-06-12 01:31:05 +08:00
2026-06-19 03:26:44 +08:00
2026-06-12 01:31:05 +08:00
2026-06-12 01:31:05 +08:00
2026-06-17 14:07:16 +08:00
2026-06-18 22:57:19 +08:00