agent-Specialization/core
JOJO 1289c31dfe fix(model): 修复重启后进入对话模型回变为默认模型
对话级隔离后存在四处模型覆盖/错存路径:
1. 对话级 terminal 绑定加载用 restore_model=False,重启后新建的
   对话级 terminal 丢失对话保存的模型 -> 绑定加载恢复模型
2. /api/model 把工作区级 terminal 的陈旧 current_conversation_id
   当目标保存,模型写到错误对话或丢失(且用陈旧 history 全量保存
   有覆盖新消息风险)-> 仅当请求显式携带 conversation_id 且与
   terminal 当前对话一致时才持久化
3. 前端切换模型不携带 conversation_id -> handleModelSelect 带上
4. _apply_workspace_personalization_preferences 把 session 全局模型
   /个性化默认模型覆盖到对话级 terminal -> 对话级 terminal 跳过,
   其模型由绑定加载权威确定
2026-07-20 02:20:06 +08:00
..
__pycache__ <fix thinking chunk> 2025-11-19 20:47:56 +08:00
main_terminal_parts feat(multi-agent): 扩展 sleep 工具模式并修复 /new 模式切换状态继承 2026-07-17 22:51:04 +08:00
main_terminal.py feat(server,static): 对话运行状态 REST 对账与 conversation 级 WebTerminal 隔离 2026-07-20 01:05:17 +08:00
tool_config.py refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
web_terminal.py fix(model): 修复重启后进入对话模型回变为默认模型 2026-07-20 02:20:06 +08:00