agent-Specialization/modules
JOJO 43409c523e fix: 移除错误的对话切换跳转逻辑并修复工具执行返回值问题
主要修复:
1. 移除前端"取消跳转到正在运行的对话"的错误逻辑
   - 删除 switchConversation 中的任务检查和确认提示
   - 删除 createNewConversation 中的跳转回运行对话逻辑
   - 删除 loadConversation 中对未定义变量 hasActiveTask 的引用

2. 修复后端工具执行返回值问题
   - 修复 execute_tool_calls 在用户停止时返回 None 的 bug
   - 确保所有返回路径都返回包含 stopped 和 last_tool_call_time 的字典

3. 其他改进
   - 添加代码复制功能 (handleCopyCodeClick)
   - 移除 FocusPanel 相关代码
   - 更新个性化配置 (enhanced_tool_display)
   - 样式和主题优化

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-08 17:42:07 +08:00
..
__pycache__ <fix thinking chunk> 2025-11-19 20:47:56 +08:00
admin_policy_manager.py feat: update model support and multimodal 2026-02-25 01:41:05 +08:00
api_user_manager.py feat: add skills framework and controls 2026-02-07 00:20:35 +08:00
balance_client.py fix: stop converting Kimi balance and switch Qwen endpoint to business.aliyuncs.com 2026-01-05 14:22:06 +08:00
container_file_proxy.py docs: refresh readme and phase2 summary 2025-11-23 21:24:09 +08:00
container_monitor.py docs: refresh readme and phase2 summary 2025-11-23 21:24:09 +08:00
custom_tool_executor.py chore: sync pending changes 2026-01-05 21:48:55 +08:00
custom_tool_registry.py feat: add custom tools guide and id validation 2026-01-05 21:46:55 +08:00
easter_egg_manager.py feat: modularize easter egg effects 2025-11-22 13:07:54 +08:00
file_manager.py chore: sync workspace updates 2026-02-23 01:20:41 +08:00
gui_file_manager.py chore: initial import 2025-11-14 16:44:12 +08:00
memory_manager.py feat: index-based memory tool with append/replace/delete 2025-12-14 17:56:18 +08:00
ocr_client.py feat: update model support and multimodal 2026-02-25 01:41:05 +08:00
persistent_terminal.py feat: unify terminal session controls 2026-03-04 23:49:10 +08:00
personalization_manager.py fix: 移除错误的对话切换跳转逻辑并修复工具执行返回值问题 2026-03-08 17:42:07 +08:00
search_engine.py feat: add include_domains search filter and UI display 2026-03-07 17:50:35 +08:00
skills_manager.py feat: add skills framework and controls 2026-02-07 00:20:35 +08:00
sub_agent_manager.py feat: virtual monitor 2025-12-14 04:22:00 +08:00
terminal_manager.py feat: unify terminal session controls 2026-03-04 23:49:10 +08:00
terminal_ops.py feat: implement graceful tool cancellation on stop request 2026-03-08 04:12:50 +08:00
todo_manager.py feat: support batch todo updates 2026-01-30 18:50:02 +08:00
toolbox_container.py fix: improve terminal timeouts and clean outputs 2025-12-15 18:13:53 +08:00
upload_security.py feat: add upload quarantine scanning and ui toasts 2025-11-24 14:31:13 +08:00
usage_tracker.py fix: improve api error diagnostics and raise model quotas 2026-03-06 17:02:19 +08:00
user_container_manager.py fix: refine host mode controls and kimi-k2.5 support 2026-01-28 11:19:50 +08:00
user_manager.py feat: add skills framework and controls 2026-02-07 00:20:35 +08:00
webpage_extractor.py chore: initial import 2025-11-14 16:44:12 +08:00