feat: add Fable using host-owned model routing#76
Open
mychaelconnolly wants to merge 1 commit into
Open
Conversation
mychaelconnolly
marked this pull request as ready for review
July 18, 2026 14:11
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.
Sources and design precedent
codex-plugin-ccstable model routing forwards model names to the host, with only narrow convenience aliasing./modelas the interactive model and effort picker.OpenAI and Anthropic alignment
This PR adds Fable using the host-owned model-routing boundary shared by OpenAI's official reciprocal plugin and Anthropic's Claude Code guidance.
The companion forwards
fabledirectly to Claude Code instead of pinningclaude-fable-5. Claude Code therefore owns the moving alias while the plugin retains its existing effort policy.What changed
fableto companion help, README guidance, and runtime skill contracts.highas the default Fable effort while preserving explicit overrides.User impact
Users can select Fable with
--model fableacross review and rescue workflows. No version-specific Fable model ID is embedded in the plugin.Validation
npm run check— 509 unit tests, 42 integration tests, and 22 E2E tests passed.--model fable --effort highcompleted successfully and resolved through Claude Code.