Skip to content

Conversation

@github-actions
Copy link
Contributor

Documentation Updates - February 11, 2026

This PR updates the documentation based on features and breaking changes merged in the last 24 hours.

Features Documented

  1. Enhanced Compile Error Messages (from Fix error messages not shown in gh aw compile output #14901)

    • gh aw compile now displays detailed error messages with file paths, line numbers, and contextual code snippets
    • Added example output showing the improved error reporting format
  2. Sandbox Configuration Changes (from Remove sandbox: false, add sandbox.agent: false for firewall-only disable #14888)

    • Documented sandbox.agent: false option for disabling agent firewall while keeping MCP gateway enabled
    • Clarified that MCP gateway cannot be disabled and remains active in all workflows
    • Added caution note about security implications of disabling agent sandbox
    • Updated codemod documentation to reflect sandbox: falsesandbox.agent: false migration
  3. Breaking Change: timeout_minutes Removed (from Remove timeout_minutes from schema and add labels validation #14860)

    • Updated documentation to reflect that timeout_minutes is no longer supported
    • Added caution callout explaining the breaking change
    • Removed references to deprecation (field is now completely removed)
    • Updated migration guide with breaking change warnings

Changes Made

  • docs/src/content/docs/setup/cli.md:

    • Added detailed section on compile error reporting with example output
    • Updated gh aw fix command documentation to reflect current codemods
  • docs/src/content/docs/reference/sandbox.md:

    • Added documentation for sandbox.agent: false option
    • Added caution callout about disabling agent sandbox
    • Clarified MCP gateway behavior
  • docs/src/content/docs/reference/frontmatter.md:

    • Removed deprecation note for timeout_minutes
    • Added breaking change callout explaining removal
  • docs/src/content/docs/guides/upgrading.md:

    • Updated codemod table to reflect sandbox: falsesandbox.agent: false migration
    • Removed outdated timeout-minutes-migration codemod reference
    • Added comprehensive breaking changes section covering both timeout_minutes and sandbox: false

Merged PRs Referenced

Notes

AI generated by Daily Documentation Updater

  • expires on Feb 12, 2026, 8:31 AM UTC

- Document enhanced compile error messages (#14901)
- Document sandbox.agent: false option (#14888)
- Document breaking change: timeout_minutes removed (#14860)
- Update migration guide with breaking changes
- Update codemod documentation

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation labels Feb 11, 2026
Comment on lines +382 to +384
> [!CAUTION]
> Breaking Change: `timeout_minutes` Removed
> The underscore variant `timeout_minutes` has been removed and is no longer supported. Use `timeout-minutes` (with hyphen) instead. Workflows using `timeout_minutes` will fail compilation with an "Unknown property" error.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot remove

Copy link
Contributor

Copilot AI commented Feb 11, 2026

@pelikhan I've opened a new pull request, #14943, to work on those changes. Once the pull request is ready, I'll request review from you.

@pelikhan pelikhan merged commit ee67703 into main Feb 11, 2026
42 checks passed
@pelikhan pelikhan deleted the docs/update-feb-11-2026-3194ad4ef1e1d99e branch February 11, 2026 12:31
@github-actions
Copy link
Contributor Author

🔍 PR Triage Results

Category: docs | Risk: low | Priority: 28/100

Scores Breakdown

  • Impact: 15/50 - Standard docs changes
  • Urgency: 0/30 - Normal urgency
  • Quality: 13/20 - CI pending, ready for review

📋 Recommended Action: DEFER

Deferred for Now

This routine update can be reviewed in the next batch cycle. It's low priority but still valuable.


Triaged by PR Triage Agent on 2026-02-11 | Run #21904909325

AI generated by PR Triage Agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants