Skip to content

feat(models): 2026-07-03 model inventory update — new models, alias additions, mirror sync#43063

Merged
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-07-03
Jul 3, 2026
Merged

feat(models): 2026-07-03 model inventory update — new models, alias additions, mirror sync#43063
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update-2026-07-03

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Daily model inventory sync: two new Copilot models missing from pricing catalog, two models missing from the JS mirror, and three alias gaps (kimi, coding fallback, veo).

New models (pkg/cli/data/models.json + actions/setup/js/models.json)

Model Provider Input Output Cache read
mai-code-1-flash-picker github-copilot $0.75/M $4.50/M $0.075/M
kimi-k2.7-code github-copilot $0.95/M $4.00/M $0.19/M

Both use provider_type: openai, wire_api: completions.

actions/setup/js/models.json mirror sync

Added the two models present in pkg/cli/data/models.json but absent from the JS mirror:

  • claude-fable-5anthropic + github-copilot sections
  • claude-sonnet-5anthropic + github-copilot sections

Alias updates (pkg/workflow/data/model_aliases.json)

  • kimi (new) → ["copilot/kimi*", "openai/kimi*"]
  • coding (updated) → appends kimi as final fallback after gpt-5-codex
  • veo (new) → ["google/veo*", "gemini/veo*"] — covers the three live veo-3.1-* Gemini endpoints

Updated docs/src/content/docs/reference/model-tables.md and wasm golden fixtures accordingly.

…flash-picker and kimi-k2.7-code

- Add mai-code-1-flash-picker and kimi-k2.7-code to pkg/cli/data/models.json
- Sync actions/setup/js/models.json: add claude-fable-5, claude-sonnet-5, mai-code-1-flash-picker, kimi-k2.7-code
- Add kimi alias to model_aliases.json
- Update coding alias to include kimi fallback
- Add veo alias for Google Veo video generation models
- Update model-tables.md docs to reflect new aliases
- Update wasm golden test fixtures

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update model inventory and resolve alias gaps feat(models): 2026-07-03 model inventory update — new models, alias additions, mirror sync Jul 3, 2026
Copilot AI requested a review from pelikhan July 3, 2026 01:09
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Triage Result

Field Value
Category chore
Risk Low
Priority Score 30/100
Score Breakdown Impact: 20 · Urgency: 5 · Quality: 5
Recommended Action defer

Rationale: WIP with zero files changed. Model inventory update (mai-code-1-flash-picker, kimi-k2.7-code, alias sync). Defer until implementation is complete and checklist items resolved.

Generated by 🔧 PR Triage Agent · 98.6 AIC · ⌖ 9.89 AIC · ⊞ 5.5K ·

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Nice work on the daily model inventory sync! 🤖 The PR covers the full surface area neatly — new models added to both the Go pricing catalog and the JS mirror, alias gaps filled for kimi, coding, and veo, docs updated, and all affected WASM golden fixtures updated in step. Everything is tightly scoped to model data maintenance and looks ready for review.

Generated by ✅ Contribution Check · 120.9 AIC · ⌖ 10.8 AIC · ⊞ 6.3K ·

@pelikhan pelikhan marked this pull request as ready for review July 3, 2026 02:30
Copilot AI review requested due to automatic review settings July 3, 2026 02:30
@pelikhan pelikhan merged commit 38ff244 into main Jul 3, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/model-inventory-update-2026-07-03 branch July 3, 2026 02:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR performs the daily model inventory synchronization for gh-aw, updating the built-in model/pricing catalogs, JS setup mirror, and model alias map, with corresponding golden fixture updates to keep compiled outputs consistent.

Changes:

  • Added two new GitHub Copilot models (mai-code-1-flash-picker, kimi-k2.7-code) to the CLI model catalog and the JS mirror.
  • Extended built-in model aliases with new kimi and veo aliases, and appended kimi as the final fallback for the coding alias chain.
  • Updated docs and wasm golden fixtures to reflect the updated alias map in generated AWF config output.
Show a summary per file
File Description
pkg/cli/data/models.json Adds the two new Copilot models with pricing and wire_api metadata.
actions/setup/js/models.json Mirrors the updated model inventory for the setup action, including the two new Copilot models and the missing Claude entries.
pkg/workflow/data/model_aliases.json Adds kimi + veo aliases and updates coding to fall back to kimi.
docs/src/content/docs/reference/model-tables.md Updates the generated alias tables to document kimi, veo, and the updated coding chain.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden Updates expected compiled AWF config JSON to include new/updated model aliases.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden Updates expected compiled AWF config JSON to include new/updated model aliases.

Review details

Tip

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

  • Files reviewed: 13/13 changed files
  • Comments generated: 0
  • Review effort level: Low

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[model-inventory] Model alias inventory update - 2026-07-03

3 participants