Skip to content

Fix daily-token-consumption-report: replace unsupported claude-sonnet-4.5 model - #57949

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-daily-aic-consumption-report
Sep 2, 2026
Merged

Fix daily-token-consumption-report: replace unsupported claude-sonnet-4.5 model#57949
pelikhan merged 2 commits into
mainfrom
copilot/fix-daily-aic-consumption-report

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

The Daily AIC Consumption Report workflow (goose engine) produced no safe outputs because the agent failed before completing any turns.

Root cause

Agent logs show the run rejected immediately with:

Request failed: Bad request (400): The requested model is not supported.
Available models for this provider: claude-opus-5, ..., claude-sonnet-5, ...

The Copilot backend no longer serves claude-sonnet-4.5; claude-sonnet-5 is the current equivalent.

Changes

  • Workflow config: updated model in .github/workflows/daily-token-consumption-report.md from copilot/claude-sonnet-4.5 to copilot/claude-sonnet-5.
  • Compiled output: regenerated daily-token-consumption-report.lock.yml via gh aw compile to propagate the model change into GOOSE_MODEL, GH_AW_ENGINE_MODEL, GH_AW_INFO_MODEL, GH_AW_EVALS_MODEL, and the frontmatter hash.

…/claude-sonnet-5

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix daily AIC consumption report to produce safe outputs Fix daily-token-consumption-report: replace unsupported claude-sonnet-4.5 model Sep 2, 2026
Copilot AI requested a review from pelikhan September 2, 2026 13:18
@pelikhan
pelikhan marked this pull request as ready for review September 2, 2026 13:20
Copilot AI balanced review requested due to automatic review settings September 2, 2026 13:20
@pelikhan
pelikhan merged commit 67e1d31 into main Sep 2, 2026
@pelikhan
pelikhan deleted the copilot/fix-daily-aic-consumption-report branch September 2, 2026 13:21

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.

🟢 Approval recommended

The targeted fix is consistently reflected in the source and generated workflow without security regressions.

Pull request overview

Updates the failing Goose workflow to use the supported Claude Sonnet 5 model.

Changes:

  • Replaces claude-sonnet-4.5 with claude-sonnet-5.
  • Regenerates all compiled model references and metadata.
File summaries
File Description
.github/workflows/daily-token-consumption-report.md Updates the configured model.
.github/workflows/daily-token-consumption-report.lock.yml Propagates the model change consistently.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.88.2

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.

[aw] Daily AIC Consumption Report (Sentry + Grafana OTel) produced no safe outputs

3 participants