Not yet assessed
Breaking changes
Breaking-change status has not been confirmed. Do not assume the upgrade is compatible.
DSH Releases
Release notes
New Features
- Add previews for common document types in the right Sidebar, including Markdown, syntax-highlighted code, HTML, PDF, and images. by @imccyu, @Yifffan, @yixiangihsiang, @CreatixChu, @yudshj
- Let models explicitly deliver files in conversations, with right-Sidebar preview, default-app opening, and file-manager reveal. by @yudshj, @CreatixChu
- The
/feedbackcommand now supports detailed feedback submissions. by @CreatixChu
Bug Fixes
- Keep pi-ai model settings available when catalog changes invalidate an existing configuration, preserving diagnostics and repair controls. by @LegGasai
- Validate and normalize custom-provider Base URLs before model discovery or provider creation, with inline feedback for invalid addresses. by @turtle2099
- Fix the Windows native folder picker opening behind other windows in the Web app. by @Elevator14B
- Fix the Composer placeholder remaining visible after whitespace is entered. by @CreatixChu
- Keep filesystem and Web guidance aligned with each agent's visible tools, so filtered subagents are not instructed to use unavailable tools. by @koalazf99
- Reject repeated MCP tool-list pagination cursors instead of hanging startup or synchronization, while keeping the last valid tool set available. by @grllll
- Fix npm installations that previously required a local
fs-extbuild. by @imccyu
Improvements
- Improve Settings localization and accessibility by adding accessible names and localizing conversation display options and built-in model descriptions in Chinese. by @turtle2099
Chores
- The current Session data format is V3. See session-format-v2-to-v3/README.md for cross-version migration details. by @tianyicui
- Web plugin panel API changes: Plugins can register global panels through
sidebar.panellistandmain; the formerconversationslot moves to theconversationkey undermain. by @imccyu - Minimal-profile default tools: Web
minimaland Pythonsdk-minimalare shell-only by default, withstr_replace_editoravailable by explicit opt-in; persistent Bash reports completion and timeout status consistently. by @koalazf99 - Publish installable experimental Agent Teams packages; users must explicitly add the profile, which is not enabled by default. by @imccyu