• Joined on 2026-04-10
ooodc pushed to main at ooodc/PicoBot 2026-06-25 14:15:01 +08:00
a40f57fb22 feat: 注册 save_topic 处理器并优化助手消息渲染逻辑
ef18500100 feat: 更新 created_by_message_id 字段的赋值逻辑,确保使用 tool_call_id 进行消息关联
c72853c79d feat: 添加 user_message_id 字段以支持用户消息的关联和同步
Compare 3 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-23 18:00:09 +08:00
7f262c9af2 feat(todos): 在 todos 表中添加 created_by_message_id 字段以支持消息关联
ooodc pushed to main at ooodc/PicoBot 2026-06-23 08:45:12 +08:00
95cf152ab9 fix(agent): 修复工具调用消息序列的完整性问题
3be9c1e646 feat(storage): 添加 todos 表的 created_by_message_id 字段迁移
4efc8b51e7 feat(todo): 添加待办项关联的创建消息ID并支持消息高亮
6a496ce212 feat(task): 优化孙智能体任务消息的发送与工具注册
606fcbcd29 feat(agent): 注入并传递 tool_call_id 实现任务与工具调用精准关联
Compare 5 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-19 10:43:15 +08:00
d802534abe feat(gateway): 支持网关平滑重启功能
ooodc pushed to main at ooodc/PicoBot 2026-06-18 19:21:29 +08:00
18ad891a51 feat(gateway): 补发运行中子智能体任务的TaskStarted事件
82eab7ad8d fix(useChat): 修复 task_started 事件过滤及日志输出
Compare 2 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-18 17:17:56 +08:00
edc975e6d0 feat(command): 优化 StopExecution 命令按话题取消逻辑
9ea5849f22 refactor(task): 子智能体相关字段重命名及导航逻辑调整
e585ec71b1 refactor(todo): 统一子代理 scope_key 为全局唯一的 task_id
421714dfa3 style(TodoPanel): 优化待办面板动画和样式细节
301506a3b1 feat(chat): 支持子智能体导航添加子智能体类型参数
Compare 6 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-18 14:53:18 +08:00
bf724b133c feat(chat): 支持子智能体栈和面包屑导航功能
175e7fc01b refactor(subagent): 支持带类型的子智能体标题格式
6962ea2eb1 feat(todo): 优化悬浮待办面板功能
Compare 3 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-18 11:41:58 +08:00
2607ca4aa4 refactor(task): 优化任务工具和子代理深度管理
e506ffd539 feat(agent): 支持子孙智能体的父任务链路传递
Compare 2 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-18 10:41:29 +08:00
761f8577be fix(tools): 修正 scope_key 计算逻辑及任务运行时 topic_id 设置
ooodc pushed to main at ooodc/PicoBot 2026-06-17 18:04:20 +08:00
879f5f243a feat(task): 增加子代理最大嵌套深度支持,更新相关文档和提示
ooodc pushed to main at ooodc/PicoBot 2026-06-17 14:59:48 +08:00
631c61fea2 feat(agent): 支持子代理最大嵌套深度控制
e842ae0608 feat(chat): 实现todo_write完成后自动刷新待办列表
Compare 2 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-16 17:47:48 +08:00
8af7edfb32 fix(todos): 修复子智能体 todo 列表污染主智能体的问题
a9f549f4c0 feat(gateway): 更新查询示例和todo工具使用规范,增加复杂任务规划和进度标记要求
4a28d9ea36 feat(gateway): 更新记忆写入规则,明确命名空间使用及优先调用方式
Compare 3 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-16 16:52:11 +08:00
97c0e46348 feat(tests): 增加工具调用序列清理的单元测试,确保孤立工具结果的正确处理
416ac047e3 feat(agent): 在每个 LLM 请求前进行不完整工具调用序列的清理
edc1a50d1c feat(todos): 修改 todos 表结构,迁移至复合主键并添加索引
Compare 3 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-16 14:57:57 +08:00
66e40fc714 feat(config): 增加 Feishu 渠道支持及 MCP 服务器管理界面
ooodc pushed to main at ooodc/PicoBot 2026-06-15 17:22:49 +08:00
37f417007e feat(gateway): 添加配置管理功能支持敏感信息脱敏
ooodc pushed to main at ooodc/PicoBot 2026-06-15 16:20:46 +08:00
027e8661bc feat(todo): 实现待办事项列表的动态刷新和状态管理
ooodc pushed to main at ooodc/PicoBot 2026-06-15 15:35:52 +08:00
7626ba2d2f feat(gateway): 添加待办事项读取功能
ooodc pushed to main at ooodc/PicoBot 2026-06-14 14:15:46 +08:00
09dd15f557 feat(feishu): 支持引用回复消息 - 使用飞书 reply API (POST /im/v1/messages/{id}/reply) - 仅 AssistantResponse 使用回复接口,工具消息走普通发送 - 提取公共逻辑到 prepare_payload / check_send_response - 新增 reply_to_feishu_message / dispatch_send 方法
ooodc pushed to main at ooodc/PicoBot 2026-06-14 12:55:57 +08:00
3630e62e18 style(chat): 优化消息气泡组件样式间距
b67848180b feat(stream): 添加子代理消息流增量处理功能
Compare 2 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-14 10:28:21 +08:00
fc7df67474 feat(streaming): 支持流式文本增量与结束信号功能