cca913b610
feat: 添加记忆 CRUD 功能,支持创建、更新和删除记忆,优化记忆面板交互
2026-06-07 20:16:54 +08:00
7708112649
feat: 添加记忆功能,支持列出所有记忆并在前端展示,优化记忆面板
2026-06-07 19:50:46 +08:00
b5e2886068
feat: 添加删除话题功能,包括命令处理器和前端交互
2026-06-07 14:09:14 +08:00
oudecheng
1b571e943f
feat: 添加停止当前执行的 Agent 功能,支持通过 /stop 命令取消执行
2026-06-03 16:49:29 +08:00
oudecheng
5f2bc950b1
feat: 添加定时任务和聊天消息加载功能,增强调度管理
2026-06-02 17:04:00 +08:00
oudecheng
4cb26b5b67
feat: 子智能体任务消息查看,实时广播工具调用事件
...
- 新增 LoadTaskMessages 命令,加载子智能体任务的历史消息
- SubAgentEmitter 通过 MessageBus 实时广播子智能体工具调用
- 前端新增子智能体视图,支持导航进入/退出子智能体会话
- 外部渠道过滤子智能体事件,避免推送到飞书/微信
- ToolCall/ToolResult 新增 subagent_task_id 字段
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 11:15:38 +08:00
oudecheng
542e11d0b3
refactor: 将 Session 命令重构为 Topic 命令
...
- 新增 LoadTopic 命令处理器,替代 LoadSession
- 新增 SwitchTopic 命令处理器,替代 SwitchSession
- 删除 LoadSession 和 SwitchSession 处理器
- 更新 Command 枚举:LoadSession -> LoadTopic, SwitchSession -> SwitchTopic
- 同步更新前端协议类型定义
- 调整适配器和网关代码以适应新命令
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 16:01:07 +08:00
oudecheng
e9e1439428
feat: 添加通道和话题管理功能
...
后端:
- 新增 ListChannels 命令,列出所有可用通道 (WebSocket/CLI)
- 新增 ListSessionsByChannel 命令,支持按通道筛选会话
- 新增 ListTopics 命令,列出 Session 的所有 Topics
- 添加 Channel 和 TopicSummary 数据结构
- 更新 WebSocket 协议,支持 channel_list 和 topic_list 消息
前端:
- 新增 ChannelSelector 组件用于通道选择
- 新增 SessionSelector 组件用于会话选择
- 更新 TopicList 组件支持话题展示
- 更新 useChat hook 和协议类型定义
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 14:55:09 +08:00
oudecheng
49475783a2
feat: 添加子智能体支持到保存话题和会话功能,优化数据持久化
2026-05-20 17:52:46 +08:00
oudecheng
2d5b6168cc
feat: 添加会话管理器支持到 GetCurrentSessionCommandHandler,并重构从会话获取消息的逻辑
2026-05-19 17:42:47 +08:00
3591822145
feat: add /help command to display all supported commands
...
- Implemented HelpCommandHandler to handle the /help command.
- Added CommandMetadata struct to store command metadata.
- Registered new command handlers for GetCurrentSession, ListSessions, LoadSession, and SwitchSession.
- Updated existing command handlers to provide metadata for help command.
- Removed deprecated SessionQueryCommandHandler.
- Added new command handlers for listing sessions and loading sessions.
2026-05-16 19:48:39 +08:00
20f32a3f96
feat: 添加保存话题功能,支持将当前话题内容保存为 Markdown 文件
2026-05-16 19:33:42 +08:00
e005d06a9b
feat: 添加会话管理命令,支持列出和加载会话功能
2026-05-14 23:35:34 +08:00
35b9c42d07
feat: 添加 /save 命令以保存会话内容到 Markdown 文件;实现 SaveSessionCommandHandler 处理逻辑
2026-05-13 21:46:29 +08:00
oudecheng
aace4eaa14
feat: 实现命令适配器和处理器,支持 CLI 和 WebSocket 输入,优化会话管理
2026-05-13 17:48:33 +08:00