-
Notifications
You must be signed in to change notification settings - Fork 16
Replace retired Claude model ids in commands, skills and converter docs #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 agentsThere was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
| --- | ||
|
|
||
| Analyze current file for: | ||
|
|
@@ -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. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 Prompt for AI agents |
||
| temperature: 0.1 | ||
| tools: | ||
| write: false | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.