Skip to content

chore: model sync skill always bumps minor and covers non-chat models - #11

Merged
amaan-ai20 merged 1 commit into
mainfrom
chore/model-sync-minor-bumps
Sep 17, 2026
Merged

amaan-ai20 merged 1 commit into
mainfrom
chore/model-sync-minor-bumps

Conversation

@amaan-ai20

Copy link
Copy Markdown
Collaborator

Updates .claude/skills/model-sync so each sync leaves the CLI fully in sync with https://api-dashboard.zerogpu.ai/api/models, the source of truth, and always releases a minor version.

What changed

  • Always a minor bump. Every sync runs npm run bump:minor, whatever it changed, including removed models and commands. It used to be patch for price fixes, notes and removals, and minor only when a model joined chat --model.
  • Non-chat models are fully added once they're priced. The embeddings, moderations and chat_completions commands already take any model id with -m, so a priced embedding, moderation, classification or PII model can already be called, with no new command. The skill and the audit's NOTE lines now name the command that calls each model. They used to say "priced only".
  • Intro. It now says fully in sync means both directions.

Adding (pricing, plus chat --model for text generation), renaming and removing work as before.

🤖 Generated with Claude Code

- every sync bumps the minor version (npm run bump:minor), including
  removals; patch bumps are no longer used
- a non-chat model is fully added once priced: the endpoint commands already
  call it by id, so the skill and audit say which command reaches it instead
  of calling it "priced only"

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: ad62584c-f608-448c-864c-6b8565253c64


Comment @coderabbitai help to get the list of available commands.

@amaan-ai20
amaan-ai20 merged commit cff4561 into main Sep 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant