Skip to content

v0.9.4 — Fix model routing for default startup

Choose a tag to compare

@1bcMax 1bcMax released this 25 Mar 04:49
· 6 commits to main since this release
25df628

Bug Fix

Fixed: brcc start (without --model) was passing Claude Code's native model IDs (e.g. claude-sonnet-4-6-20250514) directly to the BlockRun backend, causing "Unknown model" errors.

Root cause: The proxy only overrode the model when --model was explicitly passed on the CLI. But Claude Code always sends its own native Anthropic model IDs, which don't exist on BlockRun.

Fix: Detect native Anthropic model IDs (no / in the name) and replace them with the current model (blockrun/auto by default). Explicit BlockRun model IDs (provider/model format) pass through correctly.

Full Changelog: v0.9.3...v0.9.4