Skip to content

Model alias inventory update 2026-07-01#42632

Merged
pelikhan merged 5 commits into
mainfrom
copilot/model-inventory-update-2026-07-01
Jul 1, 2026
Merged

Model alias inventory update 2026-07-01#42632
pelikhan merged 5 commits into
mainfrom
copilot/model-inventory-update-2026-07-01

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Daily model inventory sync: adds two new Anthropic model families to pricing tables and three new aliases to the builtin alias map.

models.json

  • claude-sonnet-5 — $2/$10 per MTok, both anthropic and github-copilot providers
  • claude-fable-5 — $10/$50 per MTok, both anthropic and github-copilot providers

model_aliases.json

  • fable["copilot/*fable*", "anthropic/*fable*"] — new Claude Fable 5 family
  • gpt-5.6["copilot/gpt-5.6*", "openai/gpt-5.6*"] — consistent with existing gpt-5.1gpt-5.5 pattern
  • gemini-omni["copilot/gemini-omni*", "google/gemini-omni*", "gemini/gemini-omni*"] — explicit alias for Gemini Omni Flash Preview (architecturally distinct from standard Flash; 131K context, thinking: true)
  • largefable prepended as the new highest-capability tier ($10/$50, 1M context)

Tests

  • Updated TestBuiltinModelAliases assertions for large and the three new aliases
  • Regenerated WASM golden files


✨ PR Review Safe Output Test - Run 28496748369

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

💥 [THE END] — Illustrated by Smoke Claude · 86.1 AIC · ⌖ 14.7 AIC · ⊞ 8.7K ·
Comment /smoke-claude to run again

- Add claude-sonnet-5 ($2/$10/MTok) and claude-fable-5 ($10/$50/MTok)
  to models.json for anthropic and github-copilot providers
- Add fable alias for Claude Fable 5 family
- Add gpt-5.6 version-specific alias
- Add gemini-omni alias for Gemini Omni Flash Preview family
- Update large meta-alias to list fable first
- Update model_aliases_test.go assertions and regenerate WASM golden files

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update model aliases and inventory for 2026-07-01 Model alias inventory update 2026-07-01 Jul 1, 2026
Copilot AI requested a review from pelikhan July 1, 2026 05:14
@pelikhan pelikhan marked this pull request as ready for review July 1, 2026 05:16
Copilot AI review requested due to automatic review settings July 1, 2026 05:16
@pelikhan

pelikhan commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

@copilot upgrade copilot-cli to the last released version, update wasm golden and recompile

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

Daily model inventory sync updating gh-aw’s built-in model pricing table and model-alias resolution map, along with regenerating WASM compile golden fixtures to reflect the new alias inventory.

Changes:

  • Added claude-sonnet-5 and claude-fable-5 pricing entries for both anthropic and github-copilot providers.
  • Added new built-in aliases (fable, gpt-5.6, gemini-omni) and updated the large meta-alias to prioritize fable.
  • Regenerated WASM golden outputs to reflect the updated alias map in generated AWF config.
Show a summary per file
File Description
pkg/cli/data/models.json Updates the model pricing inventory, including new Claude families (and other regenerated inventory changes).
pkg/workflow/data/model_aliases.json Adds new aliases (fable, gpt-5.6, gemini-omni) and updates large ordering.
pkg/workflow/model_aliases_test.go Updates assertions to cover the new aliases and large ordering.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden Regenerated WASM compile golden output reflecting updated AWF model/alias config.
.changeset/patch-model-inventory-2026-07-01.md Adds a patch changeset describing the inventory + alias updates.

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: 1
  • Review effort level: Low

Comment thread pkg/cli/data/models.json
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot upgrade copilot-cli to the last released version, update wasm golden and recompile

Done. Updated @github/copilot to 1.0.67 in the lock file, bumped DefaultCopilotVersion to "1.0.67", regenerated all WASM golden files, and recompiled all 257 workflows.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Antigravity MISSION COMPLETE! Antigravity has spoken. ✨

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (apikey) is now investigating this pull request. Sources say the story is developing...

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (Entra) is now investigating this pull request. Sources say the story is developing...

@github-actions github-actions Bot deployed to aoai-model July 1, 2026 05:56 Active
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.54.0
jq 1.7
yq 4.53.3
curl 8.5.0
gh 2.95.0
node 22.23.0
python3 3.11.15 (PyPy 7.3.23)
go 1.24.13
java 21.0.11
dotnet 10.0.301

Result: 12/12 tools available ✅

Overall Status: PASS

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

🔧 Tool validation by Agent Container Smoke Test · 16.1 AIC · ⌖ 9.05 AIC · ⊞ 4.7K ·
Comment /smoke-test-tools to run again

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Smoke Test Results

  • GitHub MCP Testing: ✅
  • Web Fetch Testing: ✅
  • File Writing Testing: ✅
  • Bash Tool Testing: ✅
  • Build gh-aw: ❌

Overall Status: FAIL

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • localhost

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "localhost"

See Network Configuration for more information.

Smoke Gemini — Powered by Gemini ·
Comment /smoke-gemini to run again

@pelikhan pelikhan merged commit fa43ff3 into main Jul 1, 2026
32 of 34 checks passed
@pelikhan pelikhan deleted the copilot/model-inventory-update-2026-07-01 branch July 1, 2026 06:03

@github-actions github-actions Bot 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.

💥 Automated smoke test review - all systems nominal!

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

💥 [THE END] — Illustrated by Smoke Claude · 86.1 AIC · ⌖ 14.7 AIC · ⊞ 8.7K
Comment /smoke-claude to run again

"gh-aw": patch
---

Model alias inventory update for 2026-07-01: add `claude-sonnet-5` ($2/$10/MTok) and `claude-fable-5` ($10/$50/MTok) to `models.json` for anthropic and github-copilot providers; add `fable` alias for the Claude Fable 5 family, add `gpt-5.6` version-specific alias, add `gemini-omni` alias for the Gemini Omni Flash Preview family, and update `large` meta-alias to list `fable` first as the new highest-capability tier.

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.

Smoke test review: consider clarifying the pricing units in this changeset for readability. 💥

@@ -0,0 +1,5 @@
---

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.

Smoke test review: changeset frontmatter looks good — nice patch-level bump. ✅

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Improve time-delta validation diagnostics to satisfy error-message lint quality
[code-simplifier] simplify: reduce duplication in discussion comment handlers
✅ GitHub merged PRs read
✅ Serena activate_project
❌ Serena find_symbol
✅ Playwright github.com
❌ Web fetch
✅ Temp file write
✅ Build gh-aw
✅ Comment memory
✅ Cache memory
⚪ Set issue field skipped
Overall status: FAIL

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

🔮 The oracle has spoken through Smoke Codex · 4.79 AIC · ⊞ 10.9K ·
Comment /smoke-codex to run again

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Comment Memory

Quiet build engines
GitHub lights the long road home
Signals rest at dawn

Note

This comment is managed by comment memory.

It stores persistent context for this thread in the code block at the top of this comment.
Edit only the text inside the backtick fences; workflow metadata and the footer are regenerated automatically.

Learn more about comment memory

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

🔮 The oracle has spoken through Smoke Codex · 4.79 AIC · ⊞ 10.9K ·
Comment /smoke-codex to run again

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

PR: Model alias inventory update 2026-07-01
Merged: Improve time-delta validation diagnostics to satisfy error-message lint quality
Merged: Cover wasm-only files in custom lint CI
1✅ 2❌ 3✅ 4✅ 5❌ 6✅ 7✅ 8✅ 9✅ 10✅ 11✅ 12✅ 13✅ 14❌ 15✅ 16✅
Overall: FAIL
Author: app/copilot-swe-agent
Assignees: pelikhan, Copilot

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · 499.9 AIC · ⌖ 15.4 AIC · ⊞ 19.2K ·
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Comment Memory

Circuits hum at dawn
Agents trace the pull request sky
Green builds bloom in code

Note

This comment is managed by comment memory.

It stores persistent context for this thread in the code block at the top of this comment.
Edit only the text inside the backtick fences; workflow metadata and the footer are regenerated automatically.

Learn more about comment memory

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · 499.9 AIC · ⌖ 15.4 AIC · ⊞ 19.2K ·
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions github-actions Bot 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.

Smoke Copilot review submission check complete.

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · 499.9 AIC · ⌖ 15.4 AIC · ⊞ 19.2K
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Smoke Test 28496784599: FAIL ❌
✅ Improve time-delta validation diagnostics to satisfy error-message lint quality
✅ Cover wasm-only files in custom lint CI
❌ Other tests
Author: @app/copilot-swe-agent
Assignees: @pelikhan, @Copilot

📰 BREAKING: Report filed by Smoke Copilot - AOAI (apikey) · 92.5 AIC · ⌖ 3.89 AIC · ⊞ 18.1K ·
Comment /smoke-copilot-aoai-apikey to run again
Add label smoke to run again

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants