## 核心功能
- 将 OpenTUI 升级至 v0.1.70 版本
- 新增多选问题功能
- 在文档中补充 cargofmt 相关内容(@marc2332)
## 终端界面
- 禁止对话框中的退出键事件传递
- 在自动补全功能中使用完整文件路径进行模糊匹配(@bagatka)
## 桌面端
- 撤销默认浏览器打开外部链接的修复方案
- 实现会话级存储缓存,并增加可选的上下文访问控制
- 采用缓存机制逐条渲染消息,支持 Markdown 缓存与延迟差异渲染
- 在存储加载期间控制 hydration 副作用与移交机制
- 预加载应用中相邻的会话数据
- 实施分块消息加载与延迟差异渲染以提升性能
- 修复项目侧边栏文件夹名称显示异常问题(@0xajka)
**感谢 4 位社区贡献者:**
- @marc2332:
- 修复(文档):补充 `cargofmt` 相关内容(#7383)
- @bagatka:
- 修复(界面):在自动补全中使用完整文件路径进行模糊匹配(#6705)
- @0xajka:
- 修复 #7229 问题:项目侧边栏文件夹名称显示异常(#7232)
- @Anthuang:
- 新增功能(桌面端):添加 Vesper 主题(#7331)
## Core
- Upgrade OpenTUI to v0.1.70
- Support multi-select questions
- Document cargofmt in docs (@marc2332)
## TUI
- Stop escape key propagation from dialogs
- Use full file path for fuzzy matching in autocomplete (@bagatka)
## Desktop
- Revert fix for opening external links in default browser
- Cache session-scoped stores and add optional context gating
- Incrementally render turns with markdown caching and lazy diff rendering
- Gate hydration side-effects and handoff while stores load
- Prefetch adjacent sessions in the app
- Implement chunked message loading and lazy diff loading for improved performance
- Fix project sidebar folder name display issue (@0xajka)
**Thank you to 4 community contributors:**
- @marc2332:
- fix(docs): Document `cargofmt` (#7383)
- @bagatka:
- fix(ui): use full file path for fuzzy matching in autocomplete (#6705)
- @0xajka:
- Fix for #7229 Fix/project sidebar folder name (#7232)
- @Anthuang:
- feat(desktop): add Vesper theme (#7331)