v0.5.4
What's New
本次更新重点提升了共享上下文协作与长期运行能力:
- 完善共享文件树工具链,支持更完整的共享文件上传、删除、文本读取与落盘处理,Agent 可以更直接地消费频道中的共享文件。
- 优化 persistent runtime 调度策略,默认在空闲后停止容器但保留 workspace 和运行状态,并支持手动 Pin 保活。
- 在降低资源占用的同时,提升了任务恢复速度与长期协作体验
This update focuses on improving shared context collaboration and long-term operation capabilities:
- Improve the shared file tree tool chain to support more complete shared file uploading, deletion, text reading and disk placement processing, so that Agent can consume shared files in the channel more directly.
- Optimize the persistent runtime scheduling strategy, stop the container after being idle by default but retain the workspace and running status, and support manual Pin keep-alive.
- While reducing resource usage, it improves task recovery speed and long-term collaboration experience
What's Changed
- 完善频道共享文件能力与 Agent 会话展示 by @ffy6511 in #127
- feat: 优化 persistent runtime 调度( 空闲 stop + 手动保活 ) by @ffy6511 in #128
- feat: 完善共享文件树工具并优化 persistent runtime 调度 by @ffy6511 in #129
Full Changelog: v0.5.3...v0.5.4