## 核心
### 改进
- 为 Snowflake Cortex 提供商添加了外部浏览器 OAuth 支持 (@santigc6)
- 改进了 v2 中的项目副本管理和移动会话流程
### 错误修复
- 恢复过期的 MCP 会话,而不是让 MCP 工具保持断开连接
- 清除已关闭的 MCP 客户端,使过时的 MCP 连接不再残留
- 以可读形式返回结构化的 MCP 工具输出
- 修复了可能导致 TUI 渲染中断的重复渲染 ID
- 修复了使用 `$ARGUMENTS` 的命令,以避免文件内容被重复注入 (@verdverm)
## TUI
### 错误修复
- 为 `RunCommand` 的 fetch 请求添加了认证头 (@OpeOginni)
## 桌面版
### 改进
- 将 v2 可见性设置引入 Web 应用
- 刷新了 oc-2 颜色主题 (@arvsrn)
### 错误修复
- 使终端调整大小的手柄更容易抓取
- 使溢出的标题栏标签淡出,而不是突然裁剪
**感谢 5 位社区贡献者:**
- @verdverm:
- fix(tui): 修复使用 $ARGUMENTS 的命令中文件内容重复注入的问题 (#31245)
- @arvsrn:
- feat(app): 更新 oc-2 颜色 (#31071)
- @Slickstef11:
- docs: 更新 North Mini Code 隐私条款 (#32096)
- @santigc6:
- feat(opencode): 为 Snowflake Cortex 提供商添加外部浏览器 OAuth 支持 (#31700)
- @OpeOginni:
- fix(opencode): 在 RunCommand 的 fetch 请求中添加认证头 (#29877)
## Core
### Improvements
- Added external browser OAuth for the Snowflake Cortex provider (@santigc6)
- Improved project copy management and move-session flows in v2
### Bugfixes
- Recovered expired MCP sessions instead of leaving MCP tools disconnected
- Cleared closed MCP clients so stale MCP connections do not linger
- Returned structured MCP tool output in a readable form
- Fixed duplicate renderable IDs that could break TUI rendering
- Fixed commands using `$ARGUMENTS` so file contents are not injected twice (@verdverm)
## TUI
### Bugfixes
- Added auth headers to `RunCommand` fetch requests (@OpeOginni)
## Desktop
### Improvements
- Brought v2 visibility settings to the web app
- Refreshed the oc-2 color theme (@arvsrn)
### Bugfixes
- Made the terminal resize gutter easier to grab
- Faded overflowing titlebar tabs instead of clipping them abruptly
**Thank you to 5 community contributors:**
- @verdverm:
- fix(tui): double file content injection in commands using $ARGUMENTS (#31245)
- @arvsrn:
- feat(app): update oc-2 colors (#31071)
- @Slickstef11:
- docs: update North Mini Code privacy terms (#32096)
- @santigc6:
- feat(opencode): add external browser OAuth for snowflake cortex provider (#31700)
- @OpeOginni:
- fix(opencode): add authorization header to fetch requests in RunCommand (#29877)