agent-Specialization/static/src
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
..
admin feat(admin): 管理员密码管理功能,支持搜索用户名/邮箱重置密码 2026-06-10 17:41:21 +08:00
app refactor(server,modules,utils,frontend): split oversized modules into packages and fix regressions 2026-06-20 15:54:48 +08:00
auth refactor(frontend): 颜色 token 系统两层重构 + 三主题填色 + 去半透明 2026-06-06 16:20:58 +08:00
components refactor: split api_client, tool_result_formatter, tools_definition into sub-packages 2026-06-20 21:51:45 +08:00
composables fix: 右侧面板拖拽与终端滚动 2026-06-19 17:45:09 +08:00
stores fix(sub-agent): 修复网络受限时无法创建子智能体,并修复详情页只显示最近一次工具调用的问题 2026-06-19 20:23:44 +08:00
styles refactor(sub_agent): 子智能体从 Node.js 子进程改为主进程内 Python 协程 2026-06-20 00:26:45 +08:00
utils fix(前端): 目标模式刷新/切换对话稳定性修复 2026-06-16 19:46:19 +08:00
app.ts feat(goal): add autonomous goal mode workflow 2026-05-30 12:51:42 +08:00
App.vue feat: support setting default workspace/project from frontend 2026-06-19 21:48:24 +08:00
env.d.ts feat: add custom tools guide and id validation 2026-01-05 21:46:55 +08:00
main.ts chore: snapshot before stacked blocks demo 2026-01-01 01:09:24 +08:00