claw-code/rust/crates/api/src
bellman d4aad7103e fix: add actionable auth hint to 401/403 API errors (#28)
401 and 403 errors now include a hint explaining which env vars to
check for each provider (OPENAI_API_KEY, ANTHROPIC_API_KEY, etc.)
and suggesting claw doctor for credential verification.

Generated with https://github.com/Yeachan-Heo/gajae-code
Co-authored-by: Gajae Code <dev@gajae-code.com>
2026-06-05 10:10:24 +09:00
..
providers fix: validate env model selection 2026-06-04 00:30:13 +09:00
client.rs fix: validate env model selection 2026-06-04 00:30:13 +09:00
error.rs fix: add actionable auth hint to 401/403 API errors (#28) 2026-06-05 10:10:24 +09: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