claw-code/rust/crates/api/src
TheArchitectit 7149bbc3d9
fix: streaming robustness — OpenAI parsing, error detection, reasoning content
Improves SSE parsing with raw JSON error detection, HTML response detection (for misconfigured endpoints), thinking/reasoning content from provider-specific delta fields, #[serde(default)] on streaming types for lenient deserialization, compact session boundary guard, and /team slash command. Adds install.sh convenience script.
2026-05-25 11:22:47 +09:00
..
providers fix: streaming robustness — OpenAI parsing, error detection, reasoning content 2026-05-25 11:22:47 +09:00
client.rs Remove the deprecated Claude subscription login path and restore a green Rust workspace 2026-04-11 17:24:44 +00:00
error.rs Handle OpenAI token-limit errors as context-window failures 2026-05-03 22:16:12 +02:00
http_client.rs fix: unify user_agent to 'clawd-rust-tools/0.1' 2026-05-25 11:21:13 +09:00
lib.rs omx(team): auto-checkpoint worker-1 [1] 2026-05-15 10:30:00 +09:00
prompt_cache.rs feat(api): add tuning params (temperature, top_p, penalties, stop) to MessageRequest 2026-04-08 07:07:33 +09:00
sse.rs fix(api): enrich JSON parse errors with response body, provider, and model 2026-04-07 14:22:05 +09:00
types.rs omx(team): auto-checkpoint worker-1 [1] 2026-05-15 10:21:18 +09:00