fix(ai): restore OpenCode Go DeepSeek thinking controls

This commit is contained in:
Armin Ronacher
2026-06-16 23:14:35 +02:00
parent a93f066607
commit bd9f8773ad
3 changed files with 15 additions and 14 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed OpenCode Go DeepSeek V4 thinking-off requests to send the provider's `thinking: { type: "disabled" }` compatibility parameter.
## [0.79.5] - 2026-06-16
### Added