model inventory update 2026-05-11: add gemma alias, 12 missing multipliers#31413
Merged
Conversation
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
Collaborator
|
@copilot recompile |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Collaborator
|
@copilot build and recompile with local gh-aw |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
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
gemmavendor alias to resolvegemma-*model IDs across providers. - Add 12 missing per-model multipliers (Anthropic dated snapshots, Gemini
*-latestpointers, robotics previews, and a deep-research variant). - Regenerate the reference docs table and recompile workflow
.lock.ymlfiles 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
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.
Daily inventory run found
gemma-*model IDs unresolvable via any alias, and 12 model multiplier gaps — 6 dated Anthropic snapshot IDs, 3 Gemini*-latestpointers, 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 thegemma-*prefix sincegemini-*globs don't match.New multipliers
Dated Anthropic snapshot IDs (inherit their base model's multiplier):
claude-haiku-4-5-20251001claude-sonnet-4-20250514claude-sonnet-4-5-20250929claude-opus-4-20250514claude-opus-4-1-20250805claude-opus-4-5-20251101Gemini pointer aliases and specialty models:
gemini-flash-latestgemini-flash-lite-latestgemini-pro-latestdeep-research-pro-preview-12-2025gemini-robotics-er-1.5-previewgemini-robotics-er-1.6-previewBoth
pkg/cli/data/model_multipliers.jsonandactions/setup/js/model_multipliers.jsonare kept in sync; docs regenerated viascripts/generate-model-tables.js; all 218 compiled workflow.lock.ymlfiles regenerated viamake build+make recompile(locally built binary).