Skip to content

chore: sync actions from gh-aw@v0.79.6#150

Merged
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.79.6
Jun 11, 2026
Merged

chore: sync actions from gh-aw@v0.79.6#150
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.79.6

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated sync of actions from gh-aw at v0.79.6.

@pelikhan pelikhan marked this pull request as ready for review June 11, 2026 16:55
Copilot AI review requested due to automatic review settings June 11, 2026 16:55
@pelikhan pelikhan merged commit 5c2fe86 into main Jun 11, 2026
4 checks passed
@pelikhan pelikhan deleted the sync/gh-aw-v0.79.6 branch June 11, 2026 16:55

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 syncs updates from github/gh-aw@v0.79.6, extending the agentic workflow runtime with improved AI-credits failure detection/reporting and enhanced OTLP observability metadata.

Changes:

  • Add a new failure class and user-facing remediation guidance for unknown_model_ai_credits.
  • Improve OTLP conclusion spans (force gh-aw.aic to emit as a float/double; add max-AI-credits-related attributes; make job-name resolution more robust).
  • Small refactors/cleanup in setup scripts (e.g., directory creation and object-return simplification).
Show a summary per file
File Description
setup/md/unknown_model_ai_credits.md New remediation template describing how to fix unknown-model AI credits pricing failures.
setup/md/agent_failure_issue.md Injects {unknown_model_ai_credits_context} into the failure-issue template.
setup/md/agent_failure_comment.md Injects {unknown_model_ai_credits_context} into the failure-comment template.
setup/js/write_large_content_to_file.cjs Simplifies directory creation and return object formatting.
setup/js/send_otlp_span.cjs Adds buildDoubleAttr, improves conclusion job-name resolution, and emits additional AI-credits attributes.
setup/js/parse_mcp_gateway_log.cjs Detects/exports unknown_model_ai_credits as an output alongside existing AI credits signals.
setup/js/handle_agent_failure.cjs Adds unknown-model category support and introduces more specific failure issue titles for several failure classes.
setup/js/ai_credits_context.cjs Adds audit-log parsing for unknown-model AI-credits errors and adds an option to suppress provenance logging.

Copilot's findings

Tip

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

  • Files reviewed: 8/8 changed files
  • Comments generated: 1

Comment on lines 990 to +994
if (fullSummary.length > 0) {
core.summary.addRaw(fullSummary);
}
setAICreditsRateLimitOutput(core, aiCreditsRateLimitError);
writeStepSummaryWithTokenUsage(core);
setUnknownModelAICreditsOutput(core, unknownModelAICredits);
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.

2 participants