Skip to content

[aw-daily] GAP-4/5: Add model error handling and Ctrl-C fix gotchas to production-gotchas.md (gh-aw v0.68.3) #12

@github-actions

Description

@github-actions

Gap Details

Type: missing
Priority: 3
File: skills/aw-author/references/production-gotchas.md
Section: 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:

  1. 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.

  2. 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.

  • #26358 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #26346 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #26345 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Daily Intelligence Pipeline · ● 2.4M ·

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions