[docs] Update documentation for features from 2026-02-11#14920
Merged
Conversation
pelikhan
approved these changes
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. |
Contributor
Contributor
Author
🔍 PR Triage ResultsCategory: docs | Risk: low | Priority: 28/100 Scores Breakdown
📋 Recommended Action: DEFERDeferred 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
|
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.
Documentation Updates - February 11, 2026
This PR updates the documentation based on features and breaking changes merged in the last 24 hours.
Features Documented
Enhanced Compile Error Messages (from Fix error messages not shown in gh aw compile output #14901)
gh aw compilenow displays detailed error messages with file paths, line numbers, and contextual code snippetsSandbox Configuration Changes (from Remove sandbox: false, add sandbox.agent: false for firewall-only disable #14888)
sandbox.agent: falseoption for disabling agent firewall while keeping MCP gateway enabledsandbox: false→sandbox.agent: falsemigrationBreaking Change:
timeout_minutesRemoved (from Remove timeout_minutes from schema and add labels validation #14860)timeout_minutesis no longer supportedChanges Made
docs/src/content/docs/setup/cli.md:
gh aw fixcommand documentation to reflect current codemodsdocs/src/content/docs/reference/sandbox.md:
sandbox.agent: falseoptiondocs/src/content/docs/reference/frontmatter.md:
timeout_minutesdocs/src/content/docs/guides/upgrading.md:
sandbox: false→sandbox.agent: falsemigrationtimeout-minutes-migrationcodemod referencetimeout_minutesandsandbox: falseMerged PRs Referenced
Notes