• Joined on 2026-04-10
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): 支持流式文本增量与结束信号功能
ooodc pushed to main at ooodc/PicoBot 2026-06-13 17:56:37 +08:00
def6df50da chore(git): 更新 .gitignore 文件以忽略新目录
ooodc pushed to main at ooodc/PicoBot 2026-06-13 17:55:56 +08:00
e37dea886b refactor(tools): 优化交互式进程输出捕获逻辑
640829ce52 fix(agent): 优化等待工具输出内容的提取逻辑
229221aab1 refactor(todo): 重构待办事项管理逻辑及更新状态规则
Compare 3 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-13 14:59:51 +08:00
93945b626c refactor(tools): 优化交互式进程输出捕获逻辑
ooodc pushed to main at ooodc/PicoBot 2026-06-13 14:12:13 +08:00
4598370fd2 fix(agent): 优化等待工具输出内容的提取逻辑
ooodc pushed to main at ooodc/PicoBot 2026-06-13 13:35:45 +08:00
c5f4209d33 fix(agent): 优化工具待处理输出和交互会话行为
a7883dbed9 refactor(todo): 重构待办事项管理逻辑及更新状态规则
02172b6065 feat(shell): 实现交互式Shell会话管理
Compare 3 commits »
ooodc pushed to main at ooodc/PicoBot 2026-06-12 19:18:00 +08:00
43cea50df8 feat: 添加连接设置弹窗,支持动态配置 WebSocket 连接
ooodc pushed to main at ooodc/PicoBot 2026-06-12 19:05:26 +08:00
6f8c4a7ce8 feat: 更新 load_messages_for_topic 方法,支持按 session_id 过滤消息
ooodc pushed to main at ooodc/PicoBot 2026-06-12 18:07:56 +08:00
24bbd5f8c9 feat: 子代理 todo 列表支持 — 进入子代理视图时显示子代理的待办
ooodc pushed to main at ooodc/PicoBot 2026-06-12 17:37:50 +08:00
eef0d24dcd fix: topic_id 穿透到 ToolContext,统一 todo scope_key 计算