[FEATURE] Create a 'fableplan' alias akin to opusplan
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Opusplan is really convenient to be able to use Opus for the complex planning work and Sonnet for the grunt work of implementation. Currently, there is no analogous alias for Fable.
Proposed Solution
Create a similar alias for Fable, to use Fable for the planning work and Sonnet for the implementation. It could be called fableplan to be similar to opusplan.
So I should be able to set fableplan in /model and have Claude Code use Fable for planning and Sonnet for implementation.
Alternative Solutions
I can override ANTHROPIC_DEFAULT_OPUS_MODEL to use Fable, so then the existing opusplan alias will use Fable instead of Opus for planning.
But this override means Opus will be replaced everywhere, even if I am using it for other things.
I can switch between the models manually but this is annoying and requires human intervention.
Priority
Medium - Would be very helpful
Feature Category
Configuration and settings
Use Case Example
_No response_
Additional Context
_No response_
3 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
For anyone on Bedrock who needs this today, there's a workable stopgap: set
ANTHROPIC_DEFAULT_OPUS_MODELto your Fable 5 inference profile ARN. SinceopusplanusesANTHROPIC_DEFAULT_OPUS_MODELfor plan mode, this effectively makesopusplanbehave asfableplan:The downside noted in this thread applies: it replaces Opus everywhere, not just in plan mode. A native
fableplanalias would avoid that bleed.I made this skill for the moment
https://github.com/bapttiste73/fableplan