Upgrade Fable route to Claude Fable 5.1 - #47
Open
kushthakker wants to merge 3 commits into
Open
kushthakker wants to merge 3 commits into
kushthakker wants to merge 3 commits into
Conversation
Author
|
@Cjbuilds This upgrades the bundled Planner/Advisor route to Claude Fable 5.1 and ports the first-party API-key/Console managed-key authentication behavior already validated on remote_mac. The full local preflight, lifecycle suite, live sealed Fable call, and exact-head security review passed. Could you please review and merge this so the canonical Codex plugin installation can update safely? |
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.
Change summary
claude-fable-5-1with schema/policy 6.claude-fable-5disable/restore behavior.Validation
python3 scripts/preflight.py full: local compile, focused tests, full tests, lifecycle, diff, and release identity passed.PLAN_DRAFTwith exact modelclaude-fable-5-1, providerfirstParty, and no helper.Review attestation
{
"schema": 1,
"risk_tier": "security-state",
"repository": "Cjbuilds/Codex-Orchestration",
"base_branch": "main",
"reviewed_head_sha": "9f3d54e0991411b8c0082efe167521a9dc156b25",
"reviewer_identity": "Codex independent reviewer agent",
"reviewer_route": "gpt-5.6-sol@high",
"threat_model": {
"assets": [
"Claude credentials, user billing selection, and persisted Codex routing restore state"
],
"threats": [
"Ambient credential leakage, Opus API-key billing drift, stale CLI replacement, forged routing state, and runtime model substitution"
],
"mitigations": [
"Fable-scoped key forwarding, Opus subscription-only auth, minimal subprocess environment, schema-pinned legacy validation, per-call CLI version checks, and exact runtime identity allowlists"
]
},
"negative_test_evidence": [
{
"category": "negative",
"evidence": "Tests reject Opus API-key and managed-key auth, old Claude Code versions, helper models, and unsealed provider tuples"
},
{
"category": "malformed",
"evidence": "Tests reject malformed CLI versions, contradictory auth metadata, malformed modelUsage values, and tampered schema or future fields"
},
{
"category": "regression",
"evidence": "Schemas 1-5 validate and disable with restore snapshots intact; full local test and lifecycle suites pass"
}
],
"findings_disposition": "All review findings resolved; final exact-head review found no remaining production issues"
}