Document and test Fable model support - #5
Draft
medking82 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--model fableoption across the README, bundled Skill, and CLI helpWhy
The companion runtime already forwards arbitrary explicit model values to Claude Code, but the public guidance only presented Sonnet and Opus and the monitor banner filter did not recognize Fable. This makes Fable first-class without changing the configured default or adding a local model allowlist.
Behavior
Fable remains explicit opt-in. Existing read-only, prepared-task, MCP, web, and
--writeboundaries are unchanged. Availability is resolved by the installed Claude Code CLI and account.Validation
npm run validatenpm run test:smokepython3 .../skill-creator/scripts/quick_validate.py plugins/claude-code-advisor/skills/claudepython3 .../plugin-creator/scripts/validate_plugin.py plugins/claude-code-advisorgit diff --checknpm run test:e2e:codexwas not run because it requires installing the plugin into the user's Codex configuration and performs a live Sonnet request. The deterministic routing tests cover--model fablein both foreground and background argument builders.