Commit Graph
6 Commits
Author SHA1 Message Date
Asep Haryana SaputraandGitHub c8ec62c345 fix: unwrap double-nested opencode.ai + handle reasoning_content in Anthropic handler
Two fixes for deepseek-v4-flash-free via Anthropic protocol:

1. **Non-streaming**: Apply config.adaptResponse to unwrap double-nested opencode.ai JSON response before backendToAnthropicResponse
2. **Streaming**: Extract delta.reasoning_content from DeepSeek SSE chunks wrapped in <thinking> tags

All tests pass, verified locally with both streaming and non-streaming.
2026-06-25 01:22:40 +07:00
Asep Haryana SaputraandGitHub ba2b2db851 Merge pull request #1 from MythEclipse/fix/anthropic-protocol
fix: anthropic messages validation, stream mapping, client error pars…
2026-06-24 20:19:29 +07:00
Asep Haryana SaputraandGitHub a67f9283e3 Update README.md 2026-06-10 21:56:26 +07:00
Asep Haryana SaputraandGitHub 2b58b6cb0f Update README.md 2026-06-10 21:55:49 +07:00
Asep Haryana SaputraandGitHub 1aac993d34 Update README.md 2026-06-10 21:49:17 +07:00
Asep Haryana SaputraandGitHub 5552ee2118 Update README.md 2026-06-10 21:30:05 +07:00