claw-code/rust/crates/api/src
TheArchitectit 050d505b9b fix: Ctrl+P provider swap with visual feedback + clippy cleanup
Ctrl+P now inserts a sentinel char (\x01) that the highlighter renders
as a cyan "[Provider Swap]" prompt. User presses Enter to confirm and
launch the setup wizard. Returns ReadOutcome::ProviderSwap so the REPL
loop can hot-swap the model and reprint the connection line.

Also fixes clippy warnings: merged duplicate match arms in
provider_config_value, doc_markdown on ProviderKind, map_unwrap_or
idioms in setup_wizard.rs, and pre-existing clippy issues in main.rs
and commands/lib.rs.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-10 16:49:06 -05:00
..
providers fix: Ctrl+P provider swap with visual feedback + clippy cleanup 2026-06-10 16:49:06 -05:00
client.rs feat: add native Ollama provider support via OLLAMA_HOST env var 2026-06-05 12:12:56 +09:00
error.rs Merge pull request #3214 from TheArchitectit/worktree-api-timeout-retry-v2 2026-06-05 10:33:35 +09:00
http_client.rs feat: API timeout config, Retry-After header support, and configurable retry 2026-06-02 15:30:22 -05:00
lib.rs feat: API timeout config, Retry-After header, configurable retry, and 400 transient retry 2026-06-02 15:35:29 -05: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