Release version 0.14.12
- feat(server): Server and Docker deployments can now upgrade themselves in-place — no manual file replacement needed. The supervisor automatically validates the new version and rolls back if the trial run fails.
- feat(server): A manual rollback action is now available in Server Update settings, letting you revert to the previous version at any time.
- feat(delegation): Sub-agent sessions now open in a centered dialog, making it easier to follow a delegated task's progress alongside your main conversation.
- feat(delegation): Batch-polling delegation status is now supported — query multiple task IDs in a single call for lower overhead in multi-agent workflows.
- feat(tabs): Press Ctrl+Tab / Ctrl+Shift+Tab to cycle forward and backward through open conversation tabs — thanks to @mvanhorn (#246).
- fix(server): The access token no longer regenerates on restart, so existing clients stay connected after a server reboot.
- fix(delegation): Token usage is now correctly backfilled on the child sub-session reply, so cost tracking stays accurate.
- fix(model-provider): API keys containing non-ASCII characters no longer cause a panic when the key is masked for display.
- fix(update): The server upgrade process is now crash-safe: the web bundle swaps atomically, disk writes are verified, and a bad upgrade is self-healed on the next boot.
- fix(plan): The plan overlay now expands correctly, and stale plans are no longer shown where they should be hidden.
- chore(registry): Bundled Claude Code updated to 0.41.0 and Gemini CLI to 0.45.0.
发布版本 0.14.12
- 功能(服务器):服务器与 Docker 部署现在支持原地自升级,无需手动替换文件。监督进程会自动验证新版本,若试运行失败则自动回滚。
- 功能(服务器):服务器升级设置中新增手动回滚操作,随时可将版本恢复到上一个稳定版本。
- 功能(委派):子代理会话现在在居中弹窗中打开,让你在主对话旁边更方便地跟进委派任务的进度。
- 功能(委派):支持批量查询委派状态,一次调用即可获取多个任务 ID 的结果,降低多代理工作流的轮询开销。
- 功能(标签页):按 Ctrl+Tab / Ctrl+Shift+Tab 可在已打开的会话标签页间前后切换——感谢 @mvanhorn (#246)。
- 修复(服务器):访问令牌在服务器重启后不再重新生成,已接入的客户端无需重新配置。
- 修复(委派):子会话回复中的 Token 用量现在能正确回填,费用追踪数据更准确。
- 修复(模型提供商):包含非 ASCII 字符的 API 密钥在遮码显示时不再触发 panic。
- 修复(升级):服务器升级流程现已具备崩溃安全性:网页包原子替换、磁盘写入可验证,异常升级在下次启动时自动修复。
- 修复(计划):计划浮层现在能正确展开,不该显示的旧计划不再错误出现。
- 更新(注册表):内置 Claude Code 更新至 0.41.0,Gemini CLI 更新至 0.45.0。