Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/karen/quick-score.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Quick Karen score without full review
allowed-tools: Glob, Grep, Read
model: claude-3-5-haiku-20241022
model: claude-haiku-4-5-20251001
---

# Quick Karen Score
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/creating-opencode-agents/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ System prompt content here...
---
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
description: Reviews code for best practices and security
mode: subagent
model: anthropic/claude-sonnet-4-20250514
model: anthropic/claude-sonnet-4-6
temperature: 0.1
tools:
write: false
Expand Down
4 changes: 2 additions & 2 deletions .claude/skills/slash-command-builder/EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Provide specific file:line references for all issues found.
```markdown
---
description: Analyze code quality in current file
model: claude-3-5-haiku-20241022
model: claude-haiku-4-5-20251001

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The 'When to use different models' list (lines 239-241) in this touched skill still advertises the retired IDs while the example just above was updated to claude-haiku-4-5-20251001. Readers following this section would copy retired model IDs; update it to the current tier equivalents for consistency with the PR goal.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .claude/skills/slash-command-builder/EXAMPLES.md, line 68:

<comment>The 'When to use different models' list (lines 239-241) in this touched skill still advertises the retired IDs while the example just above was updated to claude-haiku-4-5-20251001. Readers following this section would copy retired model IDs; update it to the current tier equivalents for consistency with the PR goal.</comment>

<file context>
@@ -65,7 +65,7 @@ Provide specific file:line references for all issues found.
 ---
 description: Analyze code quality in current file
-model: claude-3-5-haiku-20241022
+model: claude-haiku-4-5-20251001
 ---
 
</file context>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The 'Available Models' reference list (lines 149-151) in this touched file still shows the retired IDs (claude-3-5-haiku-20241022, claude-3-5-sonnet-20241022, claude-opus-4-20250514) even though the examples right below were updated. This leaves the skill instructing readers to use retired models and the checker this PR supports would still flag this file. Update the list to match the new IDs.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .claude/skills/slash-command-builder/EXAMPLES.md, line 68:

<comment>The 'Available Models' reference list (lines 149-151) in this touched file still shows the retired IDs (claude-3-5-haiku-20241022, claude-3-5-sonnet-20241022, claude-opus-4-20250514) even though the examples right below were updated. This leaves the skill instructing readers to use retired models and the checker this PR supports would still flag this file. Update the list to match the new IDs.</comment>

<file context>
@@ -65,7 +65,7 @@ Provide specific file:line references for all issues found.
 ---
 description: Analyze code quality in current file
-model: claude-3-5-haiku-20241022
+model: claude-haiku-4-5-20251001
 ---
 
</file context>

---

Analyze current file for:
Expand Down Expand Up @@ -685,7 +685,7 @@ Format @current-file as JSON with ${1:-2}-space indentation.
description: Format JSON
argument-hint: <indent: 2|4>
allowed-tools: Read, Write
model: claude-3-5-haiku-20241022
model: claude-haiku-4-5-20251001
---

Format @current-file as JSON with ${1:-2}-space indentation.
Expand Down
10 changes: 5 additions & 5 deletions .claude/skills/slash-command-builder/FRONTMATTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ allowed-tools: Bash(git *), Bash(npm *), Read, Write
**Examples:**
```yaml
# Fast formatting
model: claude-3-5-haiku-20241022
model: claude-haiku-4-5-20251001
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.

# Default (can omit)
model: claude-3-5-sonnet-20241022
model: claude-sonnet-4-6

# Complex analysis
model: claude-opus-4-20250514
model: claude-opus-4-8
```

**Cost Consideration:** Opus is ~15x more expensive than Haiku. Use appropriately.
Expand Down Expand Up @@ -271,7 +271,7 @@ Show current changes:
```markdown
---
description: Fix ESLint errors
model: claude-3-5-haiku-20241022
model: claude-haiku-4-5-20251001
allowed-tools: Read, Edit
---

Expand Down Expand Up @@ -299,7 +299,7 @@ allowed-tools: Bash(npm run db:reset:*)
description: Deploy to production environment
argument-hint: [environment: staging|prod] <version>
allowed-tools: Bash(git *), Bash(npm *), Bash(docker *)
model: claude-3-5-sonnet-20241022
model: claude-sonnet-4-6
disable-model-invocation: true
---

Expand Down
6 changes: 3 additions & 3 deletions .claude/skills/slash-command-builder/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Activate this skill when:
description: Brief description shown in autocomplete
argument-hint: [arg1] [arg2] <optional-arg>
allowed-tools: Bash(git *), Read, Write
model: claude-3-5-sonnet-20241022
model: claude-sonnet-4-6
disable-model-invocation: false
---

Expand Down Expand Up @@ -145,7 +145,7 @@ description: What this command does
description: Complete command with all options
argument-hint: [required] <optional>
allowed-tools: Bash(git *), Read(**/*.ts), Write
model: claude-3-5-sonnet-20241022
model: claude-sonnet-4-6
disable-model-invocation: false
---
```
Expand Down Expand Up @@ -229,7 +229,7 @@ Override default model for specific commands:
```markdown
---
description: Quick syntax fix
model: claude-3-5-haiku-20241022
model: claude-haiku-4-5-20251001
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
---

Fix syntax errors in the current file quickly.
Expand Down
2 changes: 1 addition & 1 deletion .cursor/rules/creating-claude-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ allowed-tools: Bash, Grep, Read
**Wrong:**
```yaml
---
model: claude-3-5-sonnet-20241022
model: claude-sonnet-4-6
---
```

Expand Down
2 changes: 1 addition & 1 deletion packages/converters/docs/kiro-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Example:
"agentSpawn": ["echo 'Analyst agent ready'"],
"userPromptSubmit": ["git status"]
},
"model": "claude-3-5-sonnet-20241022"
"model": "claude-sonnet-4-6"
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
}
```

Expand Down
2 changes: 1 addition & 1 deletion packages/converters/docs/opencode.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Note: Any additional fields not listed above will be passed to the model provide
---
description: Expert code reviewer focused on best practices and security
mode: subagent
model: anthropic/claude-sonnet-4-20250514
model: anthropic/claude-sonnet-4-6

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The migration is incomplete within the same files this PR touches. The model-field example was updated on this line, but the field-description examples in opencode.md (line 38) and both opencode schemas (opencode.schema.json:26, opencode-slash-command.schema.json:28) still reference the retired anthropic/claude-sonnet-4-20250514 ID. Since the PR's goal is to remove retired IDs (the retained-files note doesn't cover these references), update those descriptions to anthropic/claude-sonnet-4-6 too so docs and schema examples stay consistent.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/converters/docs/opencode.md, line 66:

<comment>The migration is incomplete within the same files this PR touches. The model-field example was updated on this line, but the field-description examples in opencode.md (line 38) and both opencode schemas (opencode.schema.json:26, opencode-slash-command.schema.json:28) still reference the retired `anthropic/claude-sonnet-4-20250514` ID. Since the PR's goal is to remove retired IDs (the retained-files note doesn't cover these references), update those descriptions to `anthropic/claude-sonnet-4-6` too so docs and schema examples stay consistent.</comment>

<file context>
@@ -63,7 +63,7 @@ Note: Any additional fields not listed above will be passed to the model provide
 description: Expert code reviewer focused on best practices and security
 mode: subagent
-model: anthropic/claude-sonnet-4-20250514
+model: anthropic/claude-sonnet-4-6
 temperature: 0.1
 tools:
</file context>

temperature: 0.1
tools:
write: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{
"frontmatter": {
"template": "Review the following code for best practices:\n\n@$1",
"model": "anthropic/claude-sonnet-4-20250514"
"model": "anthropic/claude-sonnet-4-6"
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
},
"content": ""
}
Expand Down
2 changes: 1 addition & 1 deletion packages/converters/schemas/opencode.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"frontmatter": {
"description": "Reviews code for best practices",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"model": "anthropic/claude-sonnet-4-6",
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
"temperature": 0.7,
"tools": {
"write": false,
Expand Down