From 38994affd2379021af6325706dbb5c974998074e Mon Sep 17 00:00:00 2001 From: kasparovabi <104397842+kasparovabi@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:58:39 +0300 Subject: [PATCH 1/2] Use a served model id in the create-command frontmatter example 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. --- plugins/customaize-agent/skills/create-command/SKILL.md | 2 +- skills/create-command/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/customaize-agent/skills/create-command/SKILL.md b/plugins/customaize-agent/skills/create-command/SKILL.md index 9010274..d458936 100644 --- a/plugins/customaize-agent/skills/create-command/SKILL.md +++ b/plugins/customaize-agent/skills/create-command/SKILL.md @@ -215,7 +215,7 @@ Slash commands can trigger extended thinking by including extended thinking keyw allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) argument-hint: [message] description: Create a git commit -model: claude-3-5-haiku-20241022 +model: claude-haiku-4-5-20251001 --- Create a git commit with message: $ARGUMENTS diff --git a/skills/create-command/SKILL.md b/skills/create-command/SKILL.md index 356c148..2dda28b 100644 --- a/skills/create-command/SKILL.md +++ b/skills/create-command/SKILL.md @@ -214,7 +214,7 @@ Slash commands can trigger extended thinking by including extended thinking keyw allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) argument-hint: [message] description: Create a git commit -model: claude-3-5-haiku-20241022 +model: claude-haiku-4-5-20251001 --- Create a git commit with message: $ARGUMENTS From 20afd3c2464e7ac3169502325d3097c2757c7f2c Mon Sep 17 00:00:00 2001 From: Vladislav Goncharov Date: Thu, 20 Aug 2026 21:12:26 +0200 Subject: [PATCH 2/2] fix: remove model fields Co-authored-by: Vladislav Goncharov --- plugins/customaize-agent/skills/create-command/SKILL.md | 1 - skills/create-command/SKILL.md | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/customaize-agent/skills/create-command/SKILL.md b/plugins/customaize-agent/skills/create-command/SKILL.md index d458936..96c3174 100644 --- a/plugins/customaize-agent/skills/create-command/SKILL.md +++ b/plugins/customaize-agent/skills/create-command/SKILL.md @@ -215,7 +215,6 @@ Slash commands can trigger extended thinking by including extended thinking keyw allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) argument-hint: [message] description: Create a git commit -model: claude-haiku-4-5-20251001 --- Create a git commit with message: $ARGUMENTS diff --git a/skills/create-command/SKILL.md b/skills/create-command/SKILL.md index 2dda28b..191d6db 100644 --- a/skills/create-command/SKILL.md +++ b/skills/create-command/SKILL.md @@ -214,7 +214,6 @@ Slash commands can trigger extended thinking by including extended thinking keyw allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) argument-hint: [message] description: Create a git commit -model: claude-haiku-4-5-20251001 --- Create a git commit with message: $ARGUMENTS