chore: sync actions from gh-aw@v0.75.3#115
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Automated sync from github/gh-aw@v0.75.3, updating the setup action’s log parsing and failure-context messaging to better surface token usage and to classify provider rate-limit (HTTP 429) engine failures with a dedicated remediation message.
Changes:
- Added a new markdown context template for engine HTTP 429 / rate-limit failures.
- Enhanced Copilot CLI “pretty print” log parsing to capture token totals from the newer footer format (including cached tokens).
- Added detection of engine 429/rate-limit signals from agent stdio output and the OTLP JSONL mirror, and wired it into engine-failure context selection.
Show a summary per file
| File | Description |
|---|---|
| setup/md/engine_rate_limit_429.md | Adds a dedicated user-facing context message and next steps for engine HTTP 429/rate-limit failures. |
| setup/js/parse_copilot_log.cjs | Parses token totals from newer Copilot CLI footer format so token usage appears even without model breakdown. |
| setup/js/handle_agent_failure.cjs | Detects rate-limit signals (stdio + OTLP mirror) and emits a dedicated failure context for engine 429 scenarios. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
Comment on lines
21
to
+23
| const DEFAULT_ACTION_FAILURE_ISSUE_EXPIRES_HOURS = 24 * 7; | ||
| const DEFAULT_OTEL_JSONL_PATH = "/tmp/gh-aw/otel.jsonl"; | ||
| // Engine-side 429/rate-limit signatures: |
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.
Automated sync of actions from gh-aw at
v0.75.3.