mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
chore: update model references to Claude 4.6 and GPT-5.2
- Claude Opus 4.5 → Opus 4.6, Claude Sonnet 4.5 → Sonnet 4.6 (Haiku stays 4.5) - Update claude-sonnet-4-5 model IDs to claude-sonnet-4-6 in code examples - Update SWE-bench stat from 80.9% to 80.8% for Opus 4.6 - Update GPT refs: GPT-5 → GPT-5.2, GPT-4o → gpt-5.2, GPT-4o-mini → GPT-5-mini - Fix GPT-5.2-mini → GPT-5-mini (correct model name per OpenAI) - Bump marketplace to v1.5.2 and affected plugin versions
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,6 @@
|
||||
# Claude Code Plugins: Orchestration and Automation
|
||||
|
||||
> **⚡ Updated for Opus 4.5, Sonnet 4.5 & Haiku 4.5** — Three-tier model strategy for optimal performance
|
||||
> **⚡ Updated for Opus 4.6, Sonnet 4.6 & Haiku 4.5** — Three-tier model strategy for optimal performance
|
||||
|
||||
[](https://smithery.ai/skills?ns=wshobson&utm_source=github&utm_medium=badge)
|
||||
|
||||
@@ -203,14 +203,14 @@ Strategic model assignment for optimal performance and cost:
|
||||
|
||||
| Tier | Model | Agents | Use Case |
|
||||
| ---------- | -------- | ------ | ----------------------------------------------------------------------------------------------- |
|
||||
| **Tier 1** | Opus 4.5 | 42 | Critical architecture, security, ALL code review, production coding (language pros, frameworks) |
|
||||
| **Tier 1** | Opus 4.6 | 42 | Critical architecture, security, ALL code review, production coding (language pros, frameworks) |
|
||||
| **Tier 2** | Inherit | 42 | Complex tasks - user chooses model (AI/ML, backend, frontend/mobile, specialized) |
|
||||
| **Tier 3** | Sonnet | 51 | Support with intelligence (docs, testing, debugging, network, API docs, DX, legacy, payments) |
|
||||
| **Tier 4** | Haiku | 18 | Fast operational tasks (SEO, deployment, simple docs, sales, content, search) |
|
||||
|
||||
**Why Opus 4.5 for Critical Agents?**
|
||||
**Why Opus 4.6 for Critical Agents?**
|
||||
|
||||
- 80.9% on SWE-bench (industry-leading)
|
||||
- 80.8% on SWE-bench (industry-leading)
|
||||
- 65% fewer tokens for complex tasks
|
||||
- Best for architecture decisions and security audits
|
||||
|
||||
@@ -218,14 +218,14 @@ Strategic model assignment for optimal performance and cost:
|
||||
Agents marked `inherit` use your session's default model, letting you balance cost and capability:
|
||||
|
||||
- Set via `claude --model opus` or `claude --model sonnet` when starting a session
|
||||
- Falls back to Sonnet 4.5 if no default specified
|
||||
- Falls back to Sonnet 4.6 if no default specified
|
||||
- Perfect for frontend/mobile developers who want cost control
|
||||
- AI/ML engineers can choose Opus for complex model work
|
||||
|
||||
**Cost Considerations:**
|
||||
|
||||
- **Opus 4.5**: $5/$25 per million input/output tokens - Premium for critical work
|
||||
- **Sonnet 4.5**: $3/$15 per million tokens - Balanced performance/cost
|
||||
- **Opus 4.6**: $5/$25 per million input/output tokens - Premium for critical work
|
||||
- **Sonnet 4.6**: $3/$15 per million tokens - Balanced performance/cost
|
||||
- **Haiku 4.5**: $1/$5 per million tokens - Fast, cost-effective operations
|
||||
- Opus's 65% token reduction on complex tasks often offsets higher rate
|
||||
- Use `inherit` tier to control costs for high-volume use cases
|
||||
|
||||
Reference in New Issue
Block a user