Trim sandbox frontmatter in news workflows to keepalive-interval only#1943
Merged
Trim sandbox frontmatter in news workflows to keepalive-interval only#1943
Conversation
Contributor
🏷️ Automatic Labeling SummaryThis PR has been automatically labeled based on the files changed and PR metadata. Applied Labels: size-xs Label Categories
For more information, see |
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/c0498696-82e9-4a12-a9a3-168a5a90b29e Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Copilot
AI
changed the title
[WIP] Debug agentic workflow failure for government propositions
Trim sandbox frontmatter in news workflows to keepalive-interval only
Apr 22, 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.
News: Government Propositionsfailed on run 24801153518 with a misleading "engine terminated unexpectedly". Root cause from the job log is a transient AWF sandbox flake —awf-api-proxymissed its Docker healthcheck duringdocker compose up, so the Copilot engine never started. No workflow-side bug; failed jobs were rerun via the Actions API.While here, trimming the
sandbox:frontmatter across the 12news-*.mdworkflows to the only key that actually carries intent.Changes
sandbox.agent: awfandsandbox.mcp.port: 8080(both gh-aw defaults); keepsandbox.mcp.keepalive-interval: 300(the deliberate 5 min MCP ping under Copilot's ~60 min token window).gh aw compilepinned to v0.69.3 across all 12.lock.yml; output is idempotent and--validateis clean.engine.model: claude-opus-4.7(valid), network allowlist, MCP servers, permissions, or safe-outputs.Workflows touched
news-article-generator,news-committee-reports,news-evening-analysis,news-interpellations,news-month-ahead,news-monthly-review,news-motions,news-propositions,news-realtime-monitor,news-translate,news-week-ahead,news-weekly-review(source.md+ regenerated.lock.yml).Follow-up
If
awf-api-proxyunhealthy recurs at a meaningful rate, the fix belongs upstream ingithub/gh-aw/ AWF, not in this repo's frontmatter.