## 核心功能
- 在MCP工具输出中支持资源内容类型 (@antigremlin)
- 检查子目录中external_directory权限的工作树状态 (@dmmulroy)
- 升级Copilot插件版本
## TUI界面
- 为子代理头部添加可点击导航功能
- 为问题工具添加鼠标悬停和点击支持 (@indeep99)
- 修复提示引用初始化以防止未定义引用错误
- 重构TUI中的事件流,使用SDK替代手动RPC订阅
- 修复TUI中粘贴单行文本时光标位置错误 (@Octane0411)
- 为自动补全功能添加鼠标悬停和点击支持 (@kitlangton)
- 当设备码不可用时复制OAuth URL (@itskingori)
- 修复斜杠命令自动补全中高亮行跳动问题 (@kitlangton)
## 桌面应用
- 为桌面端的图片附件添加图片预览支持 (@dbpolito)
**感谢以下10位社区贡献者:**
- @kitlangton:
- 修复(tui):斜杠命令自动补全高亮行跳动问题 (#7815)
- 功能(tui):为自动补全添加鼠标悬停和点击支持 (#7820)
- @itskingori:
- 修复(tui):无设备码时复制oauth链接 (#7812)
- @zeke:
- 文档:修复providers页面中的拼写错误 (#7829)
- 文档:修复settings文档中的拼写错误 (#7892)
- @dbpolito:
- 功能(desktop):图片附件的图片预览支持 (#7841)
- 功能(desktop):鼠标悬停时显示用户消息徽章 (#7835)
- @jacobwgillespie:
- 杂项(lander):修复桌面应用横幅的间距问题 (#7822)
- @dmmulroy:
- 修复:检查子目录中external_directory权限的工作树状态 (#7811)
- @Octane0411:
- 修复:TUI单行粘贴时光标位置问题 (#7277)
- @indeep99:
- 功能(tui):为问题工具添加鼠标悬停和点击支持 (#7905)
- @antigremlin:
- 修复(mcp):在MCP工具输出中支持`resource`内容类型 (#7879)
- @eyalch:
- 文档:修复scroll_speed默认值 (#7867)
## Core
- Support resource content type in MCP tool output (@antigremlin)
- Check worktree for external_directory permission in subdirectories (@dmmulroy)
- Bump Copilot plugin version
## TUI
- Add clickable navigation to subagent header
- Add mouse hover and click support to questions tool (@indeep99)
- Fix prompt ref initialization to prevent undefined reference errors
- Refactor event streaming in TUI to use SDK instead of manual RPC subscription
- Fix cursor position when pasting single-line text in TUI (@Octane0411)
- Add mouse hover and click support to autocomplete (@kitlangton)
- Copy OAuth URL when device code is unavailable (@itskingori)
- Fix slash command autocomplete highlighted row jumping (@kitlangton)
## Desktop
- Add image preview support for image attachments in desktop (@dbpolito)
**Thank you to 10 community contributors:**
- @kitlangton:
- fix(tui): slash command autocomplete highlighted row jumping (#7815)
- feat(tui): add mouse hover and click support to autocomplete (#7820)
- @itskingori:
- fix(tui): copy oauth url when no device code (#7812)
- @zeke:
- docs: fix typos on the providers page (#7829)
- docs: fix typos in settings doc (#7892)
- @dbpolito:
- feat(desktop): Image Preview support for Image Attachments (#7841)
- feat(desktop): User Message Badges on Hover (#7835)
- @jacobwgillespie:
- chore(lander): fix spacing in desktop app banner (#7822)
- @dmmulroy:
- fix: check worktree for external_directory permission in subdirs (#7811)
- @Octane0411:
- Fix: TUI single-line paste cursor position (#7277)
- @indeep99:
- feat(tui): add mouse hover and click support to questions tool (#7905)
- @antigremlin:
- fix(mcp): support `resource` content type in MCP tool output (#7879)
- @eyalch:
- docs: fix scroll_speed default value (#7867)