Breaking changes
Breaking changes
- 改善 SQLite 后端的读写与分叉性能并降低存储体积,数据结构不兼容
- Improve SQLite read, write, and fork performance while reducing storage size; the storage format is incompatible by @Magolor
DSH Releases
Release notes
New Features
- Expand multimodal support with configurable native image requests for DeepSeek adapters, image input for commands such as
/goaland/plan, and file and session references in the@menu by @LegGasai and @CreatixChu - Make Claude Code and Codex subagents installable on demand as Profile Bundles, with non-interactive permission modes and named instances by @pku-xht
- Add persistent PowerShell session support to Windows PTY terminals and enable it by default in the Minimal preset by @Elevator14B
Bug Fixes
- Fix model request failures caused by oversized images or excessive accumulated image payloads by @CreatixChu
- Preserve displayed response prefixes in follow-up prompts and forks after cancelling streamed generation by @CreatixChu
- Fix custom OpenAI-compatible gateway failures caused by request-format differences or missing reasoning content by @LegGasai
Improvements
- Improve layout and information presentation, including
~abbreviations for home directories, narrow composer layouts, and feedback UI by @07akioni and @Chinesezjc - Improve UI interactions for sidebar search focus, workflow panels, model selection, and retrying failed local file opens by @yixiangihsiang, @pku-xht, @LegGasai, and @07akioni
- Improve tool calls with concurrent
web_searchqueries and prompt subagent report delivery that wakes parent tasks by @Dudu-0223