• Joined on 2025-03-25
xiaoski pushed to main at xiaoski/PicoBot 2026-06-17 23:25:43 +08:00
fdd7f47305 系统提示词精简,拆分固定部分与可变部分,固化工具skill顺序,提升缓存命中率
xiaoski pushed to main at xiaoski/PicoBot 2026-06-17 22:43:03 +08:00
f08bf85b37 添加基础skill
2558d6dae1 优化代码格式,调整断言和格式化共享日历事件输出
Compare 2 commits »
xiaoski pushed to main at xiaoski/PicoBot 2026-06-17 22:22:58 +08:00
fe2bc3dfd3 更新版本号至1.1.2,优化Dockerfile中的himalaya安装方式,调整内容块构建逻辑以保留文本,增强Feishu通道的媒体处理,新增交互式消息设计文档
e707774175 清理代码问题
ad7fa70a02 优化session的锁
Compare 3 commits »
xiaoski pushed to main at xiaoski/PicoBot 2026-06-15 23:57:21 +08:00
48c8a51d9a Update README.md and add runtime architecture and message flow diagrams
xiaoski pushed to main at xiaoski/PicoBot 2026-06-15 23:48:17 +08:00
8f4ee79d8d Format codebase with rustfmt
c6f4392e63 Fix CLI session routing and dialog controls
0d66536e90 清理过期文档
0c3e740d15 修改说明文档+添加dockerfile
014538eedc feat(tools): add PtyTool with PtyManager for persistent PTY sessions
Compare 10 commits »
xiaoski pushed to main at xiaoski/PicoBot 2026-05-25 17:40:33 +08:00
a77c026826 增加deepseek的支持。
xiaoski pushed to main at xiaoski/PicoBot 2026-05-25 12:00:52 +08:00
f0879f8d13 重构文件消息处理流程。
xiaoski pushed to main at xiaoski/PicoBot 2026-05-24 18:12:31 +08:00
22be6e404b 优化斜杠命令处理机制,增加/stop命令
xiaoski pushed to main at xiaoski/PicoBot 2026-05-24 16:36:30 +08:00
b84c6f85db 优化浏览器工具
4fc47d9b83 增加工具说明
Compare 2 commits »
xiaoski pushed to main at xiaoski/PicoBot 2026-05-21 17:13:21 +08:00
b85578a7d2 新增浏览器调用能力。
2f11aed44a feat(skills): add built-in skill packaging mechanism and about-picobot documentation
Compare 2 commits »
xiaoski pushed to main at xiaoski/PicoBot 2026-05-15 10:39:50 +08:00
7a30848f65 修改skill加载机制
xiaoski pushed to main at xiaoski/PicoBot 2026-05-13 22:51:34 +08:00
c92b07f2c6 fix(dependencies): update reqwest, regex, tokio, uuid, cron, ratatui, crossterm, hostname, and which versions; improve input area cursor positioning
xiaoski pushed to main at xiaoski/PicoBot 2026-05-13 22:43:19 +08:00
db24d42076 feat(file_read): enhance file reading with encoding detection and support for binary files
xiaoski pushed to main at xiaoski/PicoBot 2026-05-13 18:31:29 +08:00
1a3cfbb0af 系统提示词优化
2bff987be1 飞书渠道简化
52925fcd73 增加MCP适配
Compare 3 commits »
xiaoski pushed to main at xiaoski/PicoBot 2026-05-13 12:06:59 +08:00
d957f9c649 feat(send_message): support file sending via Feishu; fix upload endpoint and message format
xiaoski pushed to main at xiaoski/PicoBot 2026-05-13 10:41:41 +08:00
ebbf7e4036 refactor(session): make cron stateless, split session lock, eliminate deadlock
99a57a816a 增加LLM相关错误处理
3d42f22f83 fix(session): replace Mutex with task-local storage to prevent reentrant deadlock in send_message
Compare 3 commits »
xiaoski pushed to main at xiaoski/PicoBot 2026-05-11 18:20:04 +08:00
1e69fa3bd1 feat: enhance memory section guide and improve search tool descriptions for clarity
xiaoski pushed to main at xiaoski/PicoBot 2026-05-10 23:51:32 +08:00
ac2c1e0fe0 chore: fix clippy lints and suppress dead_code warnings
xiaoski pushed to main at xiaoski/PicoBot 2026-05-10 23:14:26 +08:00
5ef89cd667 refactor: remove unused functions and improve path resolution in tools
xiaoski pushed to main at xiaoski/PicoBot 2026-05-10 18:47:21 +08:00
5aec8cefb9 feat: add config.example.json template and update AGENTS.md with new config path