agent-Specialization/static/src/components/chat
JOJO 8e1a339102 refactor: split api_client, tool_result_formatter, tools_definition into sub-packages
- utils/api_client.py -> utils/api_client/ (mixin-based)
- utils/tool_result_formatter.py -> utils/tool_result_formatter/ (by tool category)
- core/main_terminal_parts/tools_definition.py -> core/main_terminal_parts/tools_definition/ (by tool group)
- Update AGENTS.md, CLAUDE.md, and split memory index
- Keep original files as compatibility re-exports
- Includes TerminalPanel display adjustment and ToolAction.vue diff line fix
2026-06-20 21:51:45 +08:00
..
actions refactor: split api_client, tool_result_formatter, tools_definition into sub-packages 2026-06-20 21:51:45 +08:00
loaders feat(frontend): 优化聊天界面与监控交互体验 2026-04-10 14:34:18 +08:00
monitor refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
ChatArea.vue fix(chat): 运行期间恢复旧滚动逻辑,堆叠块更多按钮也接入锚定 2026-06-17 16:25:02 +08:00
MinimalBlocks.vue feat(chat): 优化块展开/折叠滚动锚定,避免 stick-to-bottom 弹簧追底顿挫 2026-06-17 15:24:15 +08:00
StackedBlocks.vue fix(chat): 运行期间恢复旧滚动逻辑,堆叠块更多按钮也接入锚定 2026-06-17 16:25:02 +08:00
VirtualMonitorSurface.vue feat(frontend): 优化聊天界面与监控交互体验 2026-04-10 14:34:18 +08:00