511f8345cf
* feat(adapters): map sonnet tier to Claude Sonnet 5; Copilot fable to claude-fable-5 Claude Sonnet 5 is GA (Copilot GA 2026-06-30) and Copilot now serves Fable 5 natively, so the sonnet/inherit aliases move off Sonnet 4.6 and the Copilot fable alias no longer falls back to Opus 4.8. Catalog verification date bumped to 2026-07. * fix(plugin-eval): judge sonnet tier resolves to claude-sonnet-5 * docs: refresh model alias table and tier counts (Sonnet 5, five-tier, 66/22/52) * docs(plugins): update model examples to Sonnet 5 / Opus 4.8 Replace claude-sonnet-4-6 with claude-sonnet-5 and Opus 4.7 mentions with 4.8 in llm-application-dev; replace retired claude-3-5-sonnet in performance-testing-review's ai-review. Drop temperature args from migrated examples — Sonnet 5 rejects non-default sampling params.