Skip to content

model inventory update 2026-05-11: add gemma alias, 12 missing multipliers#31413

Merged
pelikhan merged 4 commits into
mainfrom
copilot/model-inventory-update-2026-05-11
May 11, 2026
Merged

model inventory update 2026-05-11: add gemma alias, 12 missing multipliers#31413
pelikhan merged 4 commits into
mainfrom
copilot/model-inventory-update-2026-05-11

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

Daily inventory run found gemma-* model IDs unresolvable via any alias, and 12 model multiplier gaps — 6 dated Anthropic snapshot IDs, 3 Gemini *-latest pointers, 2 robotics previews, and 1 deep-research variant.

Changes

New alias

  • gemma["copilot/gemma*", "google/gemma*", "gemini/gemma*"]
    Gemma models (gemma-4-26b-a4b-it, gemma-4-31b-it) already had multipliers but no alias pattern covered the gemma-* prefix since gemini-* globs don't match.

New multipliers

Dated Anthropic snapshot IDs (inherit their base model's multiplier):

Model Multiplier
claude-haiku-4-5-20251001 0.33
claude-sonnet-4-20250514 1.0
claude-sonnet-4-5-20250929 6.0
claude-opus-4-20250514 5.0
claude-opus-4-1-20250805 5.0
claude-opus-4-5-20251101 15.0

Gemini pointer aliases and specialty models:

Model Multiplier
gemini-flash-latest 0.2
gemini-flash-lite-latest 0.1
gemini-pro-latest 1.0
deep-research-pro-preview-12-2025 1.0
gemini-robotics-er-1.5-preview 0.2
gemini-robotics-er-1.6-preview 0.2

Both pkg/cli/data/model_multipliers.json and actions/setup/js/model_multipliers.json are kept in sync; docs regenerated via scripts/generate-model-tables.js; all 218 compiled workflow .lock.yml files regenerated via make build + make recompile (locally built binary).

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update model alias inventory for improvements model inventory update 2026-05-11: add gemma alias, 12 missing multipliers May 11, 2026
Copilot AI requested a review from pelikhan May 11, 2026 04:38
@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot recompile

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 11, 2026

@copilot recompile

Done — recompiled all 218 workflows in 5dfd445.

@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot build and recompile with local gh-aw

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 11, 2026

@copilot build and recompile with local gh-aw

Done — built the local binary with make build and recompiled all 218 workflows with make recompile in 792a067.

@pelikhan pelikhan marked this pull request as ready for review May 11, 2026 05:13
Copilot AI review requested due to automatic review settings May 11, 2026 05:13
@pelikhan pelikhan merged commit e3ecaba into main May 11, 2026
@pelikhan pelikhan deleted the copilot/model-inventory-update-2026-05-11 branch May 11, 2026 05:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the built-in model registry based on the 2026-05-11 inventory run, adding a missing gemma alias pattern and filling in missing Effective Token multiplier entries for newly observed model IDs.

Changes:

  • Add a gemma vendor alias to resolve gemma-* model IDs across providers.
  • Add 12 missing per-model multipliers (Anthropic dated snapshots, Gemini *-latest pointers, robotics previews, and a deep-research variant).
  • Regenerate the reference docs table and recompile workflow .lock.yml files to reflect the updated alias map.
Show a summary per file
File Description
pkg/workflow/data/model_aliases.json Adds the gemma alias with provider-scoped glob patterns.
pkg/cli/data/model_multipliers.json Registers missing multipliers for new/observed model IDs.
actions/setup/js/model_multipliers.json Keeps the JS action’s embedded multipliers registry in sync with the CLI registry.
docs/src/content/docs/reference/model-tables.md Regenerates documentation tables to include the new alias and multipliers.
.github/workflows/video-analyzer.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/test-workflow.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/test-project-url-default.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/test-dispatcher.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/super-linter.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/smoke-opencode.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/smoke-gemini.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/smoke-crush.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/smoke-ci.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/security-review.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/repo-tree-map.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/repo-audit-analyzer.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/q.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/pr-nitpick-reviewer.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/pr-code-quality-reviewer.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/poem-bot.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/pdf-summary.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/notion-issue-summary.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/mattpocock-skills-reviewer.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/jsweep.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/issue-triage-agent.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/gpclean.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/github-remote-mcp-auth-test.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/example-permissions-warning.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/dev.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/dependabot-burner.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/daily-team-status.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/daily-skill-optimizer.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/daily-semgrep-scan.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/daily-regulatory.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/daily-malicious-code-scan.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/daily-cli-tools-tester.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/daily-architecture-diagram.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/copilot-token-audit.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/constraint-solving-potd.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/codex-github-remote-mcp-test.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/code-simplifier.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/brave.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/bot-detection.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/agent-persona-explorer.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.github/workflows/ace-editor.lock.yml Recompiled lockfile to embed the updated model alias map (adds gemma).
.changeset/patch-model-inventory-2026-05-11.md Adds a patch changeset entry describing the alias/multiplier inventory update.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 126/223 changed files
  • Comments generated: 0

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.

[model-inventory] Model alias inventory update - 2026-05-11

3 participants