This website requires JavaScript.
Explore
Help
Register
Sign In
ooodc
0 Followers
·
0 Following
Joined on
2026-04-10
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
1
Projects
Packages
Public Activity
Starred Repositories
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 计算
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-12 17:26:15 +08:00
ec5ddf644a
fix: 优先使用 topic_id 更新 todo 列表,确保与工具内存状态一致
4866ea9538
fix: todo_write 持久化从 finalize_result 移到 BusToolCallEmitter,即时触发
Compare 2 commits »
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-12 16:51:53 +08:00
50d0b92336
feat: 添加详细工具视图和状态图标,支持放大查看功能
3c889caacf
feat: 添加日志记录以持久化待办事项时的调试信息
Compare 2 commits »
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-12 16:18:35 +08:00
0b190b717c
fix: merge模式下新item接受任意status,不再限制pending/in_progress
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-12 16:00:58 +08:00
c4d10c6413
fix: merge 模式下按 content 匹配已有项,无需 agent 记住 UUID
750eed7326
feat: 添加 ListTodos 命令处理器,支持列出当前待办事项列表
3f32079f92
feat: 添加 Todo 面板,支持待办事项的展示与管理
ce6dce81f4
fix: 新创建 todo 项允许直接设为 in_progress,无需先 pending 再更新
881fcace47
feat: 添加 todo_write 工具,支持全量替换和增量合并两种模式
Compare 8 commits »
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-12 08:44:44 +08:00
f808bd09ea
feat: 隐藏无实质内容的助手消息气泡以优化界面显示
7c3363aa47
feat: 更新默认代理配置,建议在思考时使用中文以提高上下文理解
7b1bc39031
feat: 更新代理配置,允许根据用户或技能要求创建多个子智能体以隔离上下文
Compare 3 commits »
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-11 17:16:13 +08:00
4487f1a490
feat: 添加思考过程显示功能,允许用户选择是否展示助手的思考内容
6ff5907616
feat: 添加 reasoning_content 字段到多个消息结构,支持思考过程展示
0ce89a0e4e
feat: 添加 reasoning_content 字段到多个消息结构,支持思考过程展示
Compare 3 commits »
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-11 09:44:58 +08:00
694b3ce0e0
fix: send_session_message 增加详细 debug 日志和文件名归一化匹配
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-11 09:27:57 +08:00
0de0b93896
feat: send_session_message 支持非 UTF-8 编码中文文件路径回退
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-11 09:15:13 +08:00
a2c4bf1d8c
feat: 优化附件路径解析,增加文件名匹配逻辑以支持非 UTF-8 编码
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-11 08:24:29 +08:00
0646a17073
feat: 添加附件路径解析功能,支持非 UTF-8 编码文件名的回退机制
ooodc
pushed to
main
at
ooodc/PicoBot
2026-06-10 14:07:40 +08:00
a4cdb31ba0
feat: 优化话题描述生成逻辑,增加空描述回退机制;更新话题创建命令以自动聚焦新话题
First
Previous
1
2
3
4
5
...
Next
Last