mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-13 23:53:18 +00:00
Add Claude Sonnet 4.6 model + deprecated 4.5 fallback resolver
- Phase 1: Add claude-sonnet-4-6 model definition, alias, docs, and test entries - Task 01: Add MODEL_FALLBACKS map for 4.5→4.6 redirects with deprecation warnings - Task 01: Add DEPRECATED_MODELS set (10 entries) covering all legacy alias keys - Task 01: Wire logToast deprecation warning in resolveModelWithTier - Task 01: Update model-resolver tests (44/44 pass) with 4.6 fixtures and fallback tests
This commit is contained in:
@@ -79,6 +79,7 @@ Accept: text/event-stream
|
||||
| Model Name | Model ID | Type | Status |
|
||||
|------------|----------|------|--------|
|
||||
| Claude Sonnet 4.5 | `claude-sonnet-4-5` | Anthropic | ✅ Verified |
|
||||
| Claude Sonnet 4.6 | `claude-sonnet-4-6` | Anthropic | ✅ Verified |
|
||||
| Claude Sonnet 4.5 Thinking | `claude-sonnet-4-5-thinking` | Anthropic | ✅ Verified |
|
||||
| Claude Opus 4.5 Thinking | `claude-opus-4-5-thinking` | Anthropic | ✅ Verified |
|
||||
| Claude Opus 4.6 Thinking | `claude-opus-4-6-thinking` | Anthropic | ⏳ Pending |
|
||||
|
||||
Reference in New Issue
Block a user