summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-05-29Preserve thinking blocks on tool_use turns (DeepSeek thinking-mode 400 fix)Yakov Till
Recognize both 'enabled' and 'adaptive' thinking modes; Claude Code sends thinking.type='adaptive', so gating on 'enabled' stripped thinking from tool_use turns and DeepSeek rejected with 'content[].thinking ... must be passed back to the API'.
2026-05-29Normalize system-role messages out of messages[] (DeepSeek 400 fix)Yakov Till
2026-05-28Route through proxy, fix auth conflict and log pollutionYakov Till
2026-05-28r15.70518b6Yakov Till