fix: retry Copilot CLI failures in News hourly briefing generation#116
Draft
Copilot wants to merge 6 commits into
Draft
fix: retry Copilot CLI failures in News hourly briefing generation#116Copilot wants to merge 6 commits into
Copilot wants to merge 6 commits into
Conversation
Agent-Logs-Url: https://github.com/DevSecNinja/wazzup/sessions/f3f2c1a6-a8eb-4a20-92ba-f562e9163b2e Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job 'Generate briefing state'
Handle Copilot CLI runtime failures in News hourly briefing generation
May 21, 2026
Owner
|
@copilot I don't want to use the fake provider as a fallback. What else can we do? Catch & retry? Just fail with an error so that the watchdog will pick it up next time? |
Agent-Logs-Url: https://github.com/DevSecNinja/wazzup/sessions/8cf0349d-d3f8-4484-9586-ce6d58b41e81 Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DevSecNinja/wazzup/sessions/8cf0349d-d3f8-4484-9586-ce6d58b41e81 Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DevSecNinja/wazzup/sessions/8cf0349d-d3f8-4484-9586-ce6d58b41e81 Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DevSecNinja/wazzup/sessions/8cf0349d-d3f8-4484-9586-ce6d58b41e81 Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Contributor
Author
Implemented retry-then-fail instead of fake fallback in Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
fix: handle Copilot CLI runtime failures in News hourly briefing generation
fix: retry Copilot CLI failures in News hourly briefing generation
May 21, 2026
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.
The
Generate briefing statejob was failing because a Copilot CLI curation error aborted the scheduled pipeline. This change makes Copilot-backed briefing generation retry transient CLI execution failures, then fail with diagnostics instead of publishing deterministic fake-provider content.Root cause
CopilotCliCurationProviderraised on non-zero Copilot CLI exits in GitHub Actions.CopilotCliSummaryProviderhad the same runtime CLI failure mode.Behavior change
AI_PROVIDER=fakeruns and missing-token setup fallback.Code changes
Regression coverage