Fable 5.1 fails because Claude Code is reported as version 2.1.75 #1963
Closed
ephraimduncan
started this conversation in
Bug reports
Replies: 2 comments
|
Same failure here on 0.9.1 / macOS 26 / Node 24.15, with The fix is a one-line bump. The Anthropic provider has: claudeCodeVersion = "2.1.75"Bumping it to It would also help to make this a config or env override so users aren't blocked until a new release each time the minimum moves. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
Fable 5.1 cannot be used through Prime Agent because the provider request identifies Claude Code as version 2.1.75. The model requires Claude Code 2.1.251 or newer.
Steps to reproduce
Expected behavior
Fable 5.1 handles the request normally.
Actual behavior
The request is rejected with:
Prime Agent retries once and receives the same error.
Prime Agent version
0.9.1
Operating system
macOS
Additional context
The system-installed Claude Code is already current:
This suggests the Claude Code provider integration in Prime Agent is reporting or bundling version 2.1.75 independently of the installed CLI.
All reactions