You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The production-gotchas.md covers expression interpolation, GitHub App token conflicts, safe-outputs, and other runtime issues, but has no section on model errors or engine-level failures.
Expected Change
Add a new section documenting two gh-aw v0.68.3 improvements:
Model-not-supported detection: gh-aw v0.68.3 now surfaces a clear error when the configured model is unavailable. Previously, model availability issues resulted in silent failures or opaque error messages.
Context propagation for Ctrl-C (closely related): gh-aw v0.68.3 fixed context propagation through all CLI subprocess calls. Previously, Ctrl-C during long-running operations (artifact downloads, log fetches, workflow runs) did not terminate background processes — they would hang until network timeout. Now, Ctrl-C correctly cancels all in-flight operations.
Both of these are "resolved gotchas" — they represent classes of issues that workflows may have worked around. Document so authors know these issues are fixed in v0.68.3+.
Gap Details
Type: missing
Priority: 3
File:
skills/aw-author/references/production-gotchas.mdSection: New section — "Model Errors"
Current Content
The production-gotchas.md covers expression interpolation, GitHub App token conflicts, safe-outputs, and other runtime issues, but has no section on model errors or engine-level failures.
Expected Change
Add a new section documenting two gh-aw v0.68.3 improvements:
Model-not-supported detection: gh-aw v0.68.3 now surfaces a clear error when the configured model is unavailable. Previously, model availability issues resulted in silent failures or opaque error messages.
Context propagation for Ctrl-C (closely related): gh-aw v0.68.3 fixed context propagation through all CLI subprocess calls. Previously, Ctrl-C during long-running operations (artifact downloads, log fetches, workflow runs) did not terminate background processes — they would hang until network timeout. Now, Ctrl-C correctly cancels all in-flight operations.
Both of these are "resolved gotchas" — they represent classes of issues that workflows may have worked around. Document so authors know these issues are fixed in v0.68.3+.
Source
gh-aw v0.68.3 release (2026-04-14): https://github.com/github/gh-aw/releases/tag/v0.68.3
PR #26372: Context propagation fix
Note
🔒 Integrity filter blocked 3 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: