## 核心功能
- 同步更改
- 允许通过 OPENCODE_MODELS_PATH 环境变量指定自定义模型文件路径
- 确保加载前模型配置不为空
- 使技能可在 TUI 中作为斜杠命令调用
- 默认情况下在 grep 和 ripgrep 操作中不跟踪符号链接
- 防止并行测试运行污染环境变量
- 确保 Mistral 排序修复也适用于 Devstral
- 添加 Copilot 专用提供商以正确处理推理令牌(@SteffenDE)
- 在构建过程中遵守 OPENCODE_MODELS_URL 环境变量(@bbartels)
- 对兼容 OpenAI 的 API 使用蛇形命名法处理思考参数(@Chesars)
- 更新 AI SDK 包
- 确保在使用 acp 时不包含提问工具
- 处理 bash 权限中重定向的语句树节点(@pschiel)
- 移除 Google Vertex Anthropic 提供商在响应生成中的特殊处理(@MichaelYochpaz)
- 从文本详细程度设置中排除聊天模型
## 桌面版
- 恢复过渡效果、间距、滚动淡入和提示区域更新
- 添加会话操作测试(@neriousy)
- 重构测试并添加项目测试(@neriousy)
**感谢 7 位社区贡献者:**
- @neriousy:
- 重构(应用):重构测试 + 添加项目测试(#11349)
- 测试(应用):会话操作(#11386)
- @MichaelYochpaz:
- 重构(提供商):移除 google-vertex-anthropic 在生成响应中的特殊处理(#10743)
- @pschiel:
- 修复:处理 bash 权限中重定向的语句树节点(#6737)
- @IdrisGit:
- 文档:更新 agents 选项部分,包含 color 和 top_p 选项(#11355)
- @Chesars:
- 修复(提供商):对兼容 OpenAI 的 API 使用蛇形命名法处理思考参数(#10109)
- @bbartels:
- 功能(构建):遵守 OPENCODE_MODELS_URL 环境变量(#11384)
- @SteffenDE:
- 功能(opencode):添加 Copilot 专用提供商以正确处理 Copilot 推理令牌(#8900)
## Core
- Sync changes
- Allow specifying custom models file path via OPENCODE_MODELS_PATH environment variable
- Ensure models configuration is not empty before loading
- Make skills invokable as slash commands in the TUI
- Don't follow symbolic links by default in grep and ripgrep operations
- Prevent parallel test runs from contaminating environment variables
- Ensure Mistral ordering fixes also apply to Devstral
- Add Copilot-specific provider to properly handle reasoning tokens (@SteffenDE)
- Respect OPENCODE_MODELS_URL environment variable in build process (@bbartels)
- Use snake_case for thinking parameter with OpenAI-compatible APIs (@Chesars)
- Bump AI SDK packages
- Ensure ask question tool isn't included when using acp
- Handle redirected statement treesitter node in bash permissions (@pschiel)
- Remove special case handling for Google Vertex Anthropic provider in response generation (@MichaelYochpaz)
- Exclude chat models from textVerbosity setting
## Desktop
- Revert transitions, spacing, scroll fade, and prompt area updates
- Add session actions tests (@neriousy)
- Refactored tests and added project tests (@neriousy)
**Thank you to 7 community contributors:**
- @neriousy:
- refactor(app): refactored tests + added project tests (#11349)
- test(app): session actions (#11386)
- @MichaelYochpaz:
- refactor(provider): remove google-vertex-anthropic special case in ge… (#10743)
- @pschiel:
- fix: handle redirected_statement treesitter node in bash permissions (#6737)
- @IdrisGit:
- docs: update agents options section to include color and top_p options (#11355)
- @Chesars:
- fix(provider): use snake_case for thinking param with OpenAI-compatible APIs (#10109)
- @bbartels:
- feat(build): respect OPENCODE_MODELS_URL env var (#11384)
- @SteffenDE:
- feat(opencode): add copilot specific provider to properly handle copilot reasoning tokens (#8900)