docs(coding-agent): add changelog entries for fetch override and DeepSeek V4 thinking-off fixes

This commit is contained in:
Armin Ronacher
2026-06-16 23:59:00 +02:00
parent 7da475db66
commit 34b6aea1e6

View File

@@ -2,6 +2,11 @@
## [Unreleased]
### Fixed
- Fixed HTTP dispatcher configuration to preserve a caller's deliberate `fetch` override instead of reinstalling the undici global fetch over it.
- Fixed inherited OpenCode Go DeepSeek V4 thinking-off requests to send the provider's `thinking: { type: "disabled" }` compatibility parameter.
## [0.79.5] - 2026-06-16
### New Features