## 核心
### 改进
- 新增实验性后台子代理功能,使任务可在您继续操作的同时持续运行。
- 为 NVIDIA 端点添加了必需的计费来源标头。(@nv-kasikritc)
### 错误修复
- 修复了因工作区创建请求遗漏 POST 请求体而导致的问题。
- 修复了取消后会话因中断的助理消息而卡住的问题。
- 修复了压缩操作重排消息后会话中重复自动压缩的问题。
- 更新了 LiteLLM 兼容性,要求 `v1.85.0-rc.2+` 以支持当前 GPT-5 及工具调用行为。(@Sameerlite)
- 修复了截断的 Shell 输出流无法正确关闭的问题。
- 停止从 HTTP API 暴露内部命名的缺陷详情。
- 修复了通过补全 API 发送 Azure `gpt-5.5` 请求的问题。(@frederiknsgo)
- 恢复了针对超大图片附件的自动缩放功能。
## TUI
### 错误修复
- 修复了点击问题提示选项时文本选择状态被清除的问题。(@nikhil-patel-whatnot)
## 桌面端
### 改进
- 新增 MCP 连接状态显示,支持客户端注册与认证,并在应用内提供直接重新认证流程。(@OpeOginni)
### 错误修复
- 修复了 Windows 应用检测问题,现已能正确读取 `where` 命令输出。
## 扩展
### 错误修复
- 修复了 DigitalOcean OAuth 仅请求所需 GenAI 作用域的问题。(@Spherrrical)
**感谢 7 位社区贡献者:**
- @nikhil-patel-whatnot:
- 修复(TUI):点击问题提示选项时保留文本选择 (#24988)
- @frederiknsgo:
- 修复:使用 Azure gpt-5.5 配合补全 API 时遇到的错误 (#26222)
- @OpeOginni:
- 功能(桌面端):新增 MCP 客户端注册状态及认证处理 (#27525)
- @Sameerlite:
- 修复(提供商):移除已上游移植的 LiteLLM 变通方案,要求 LiteLLM v1.85.0-rc.2+ (#26819)
- @bo-tato:
- 文档(应用):修正对已移除的多编辑工具的过时引用 (#27579)
- @Spherrrical:
- 修复(插件):将 DigitalOcean OAuth 作用域限定为 GenAI (#27599)
- @nv-kasikritc:
- 功能(提供商):添加 NVIDIA 端点来源标头 (#27394)
## Core
### Improvements
- Added experimental background subagents so tasks can keep running while you continue working.
- Added the required billing origin header for NVIDIA endpoints. (@nv-kasikritc)
### Bugfixes
- Fixed worktree creation requests that omitted the POST body.
- Fixed sessions getting stuck with interrupted assistant messages after cancellation.
- Fixed repeated auto-compaction in sessions after compaction reordered messages.
- Updated LiteLLM compatibility to require `v1.85.0-rc.2+` for current GPT-5 and tool-call behavior. (@Sameerlite)
- Fixed truncated shell output streams closing cleanly.
- Stopped exposing internal named defect details from the HTTP API.
- Fixed Azure `gpt-5.5` requests through the completions API. (@frederiknsgo)
- Restored automatic image resizing for oversized image attachments.
## TUI
### Bugfixes
- Preserved text selection when clicking question prompt options. (@nikhil-patel-whatnot)
## Desktop
### Improvements
- Added MCP connection status for client registration and authentication, with direct re-auth flows in the app. (@OpeOginni)
### Bugfixes
- Fixed Windows app detection by reading `where` output correctly.
## Extensions
### Bugfixes
- Fixed DigitalOcean OAuth to request only the GenAI scopes it needs. (@Spherrrical)
**Thank you to 7 community contributors:**
- @nikhil-patel-whatnot:
- fix(tui): preserve text selection on question prompt options (#24988)
- @frederiknsgo:
- fix: bug encountered when using azure gpt-5.5 w/ completions api (#26222)
- @OpeOginni:
- feat(desktop): add mcp client registration status and authentication handling (#27525)
- @Sameerlite:
- fix(provider): remove LiteLLM workarounds ported upstream, requires LiteLLM v1.85.0-rc.2+ (#26819)
- @bo-tato:
- docs(app): stale reference to removed multi-edit tool (#27579)
- @Spherrrical:
- fix(plugin): scope digitalocean oauth to genai (#27599)
- @nv-kasikritc:
- feat(provider): add NVIDIA endpoints origin header (#27394)