Update the retired model id in the create-command example - #105
Merged
Conversation
claude-3-5-haiku-20241022 was retired on 2026-02-19. The example teaches readers to put it in a slash command's model field. The generated bundle under skills/ is updated with the same edit so the provider sync finds no drift.
Contributor
|
Thank you for contribution. I'm believe model field is outdated in general, because it not supported by official skills format, so even better will be to remove it. |
LeoVS09
self-requested a review
August 20, 2026 19:11
LeoVS09
reviewed
Aug 20, 2026
Co-authored-by: Vladislav Goncharov <LeoVS010@gmail.com>
LeoVS09
approved these changes
Aug 20, 2026
Contributor
Author
|
Agreed, and I see you already removed the fields in 20afd3c. For the record, the docs back you up: the Agent Skills reference lists Thanks for the merge and the correction. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The frontmatter example in the create-command skill sets
model: claude-3-5-haiku-20241022. Anthropic retired that id on 19 February 2026, so a slash command written from this example pins a model the API no longer serves.plugins/customaize-agent/skills/create-command/SKILL.mdclaude-3-5-haiku-20241022becomesclaude-haiku-4-5-20251001skills/create-command/SKILL.mdRetirement dates are on the Anthropic deprecations page: https://platform.claude.com/docs/en/about-claude/model-deprecations
I touched the root-level
skills/copy because the sync-provider-formats workflow fails on drift for fork PRs and cannot push a fix back to my branch. The two files differ elsewhere for reasons I did not touch, and that difference is byte-for-byte the same before and after this change. Ifjust sync-provider-formatswould produce something else, say so and I will drop the generated file from the diff.I read this diff line by line before opening it, and I am happy to adjust or drop any part of it. What brought me here was a checker I maintain that flags retired Claude model ids, so I am saying that up front rather than leaving you to wonder. I have not run a command with that frontmatter to reproduce a failure, the claim rests on the published retirement date. If you would rather not get this kind of contribution at all, tell me and I will not send another.