claw-code/rust/crates/rusty-claude-cli/src
Psy-lzh fdcb05b2c4
fix: echo reasoning_content back for DeepSeek V4 multi-turn tool calls
Threads reasoning_content back into Thinking blocks for DeepSeek V4 multi-turn calls. Adds pending_thinking accumulator to capture thinking/signature delta events during streaming, and converts ContentBlock::Thinking to InputContentBlock::Thinking in convert_messages to preserve reasoning between turns, fixing the 'reasoning_content must be passed back' error.
2026-05-25 11:21:33 +09:00
..
init.rs feat: #142 structured fields in claw init --output-format json 2026-04-21 17:42:00 +09:00
input.rs Reduce REPL overhead for orchestration-heavy workflows 2026-04-02 07:19:14 +00:00
main.rs fix: echo reasoning_content back for DeepSeek V4 multi-turn tool calls 2026-05-25 11:21:33 +09:00
render.rs Remove the deprecated Claude subscription login path and restore a green Rust workspace 2026-04-11 17:24:44 +00:00