diff options
| author | Adam Malczewski <[email protected]> | 2026-05-19 20:44:09 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-19 20:44:09 +0900 |
| commit | b3d16aa62a1b8724fe57ab3846a83f03a4a3fbc0 (patch) | |
| tree | 480a1fa2c95bf87ab214f709b1b4414aa64e8929 /bin | |
| parent | f78a91c20f658dd404277919a0b872b352c99bb6 (diff) | |
| download | dispatch-b3d16aa62a1b8724fe57ab3846a83f03a4a3fbc0.tar.gz dispatch-b3d16aa62a1b8724fe57ab3846a83f03a4a3fbc0.zip | |
fix: DeepSeek reasoning_content dropped on multi-step tool calls
- Base URL corrected: zen/v1 -> zen/go/v1 (opencode-go provider)
- Model changed: deepseek-v4-flash-free -> deepseek-v4-flash
- Added wrapLanguageModel middleware to inject reasoning_content via
providerMetadata.openaiCompatible before each stream call
- Fixed test mocks: removed vi.importActual (unsupported in Bun), added
tool factory mocks, preserved real tool export in ai mock
- Added 11 tests for the normalizeMessages middleware
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/prod_secrets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/prod_secrets b/bin/prod_secrets index 68cc6d9..17e35c2 100755 --- a/bin/prod_secrets +++ b/bin/prod_secrets @@ -30,4 +30,4 @@ echo "" >&2 # --- Output .env format to stdout --- echo "OPENCODE_API_KEY=$(gopass show -o projects/ai-api/opencode_go_key)" -echo "DISPATCH_MODEL=deepseek-v4-flash-free" +echo "DISPATCH_MODEL=deepseek-v4-flash" |
