[docs] Update documentation for interactive init command#11172
Merged
Conversation
- Document interactive mode when gh aw init is run without arguments - Add example showing interactive usage for engine selection - Clarify that interactive mode helps configure repository secrets - Update options list to highlight --engine flag Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
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 - 2026-01-22
This PR updates the documentation based on features merged in the last 24 hours.
Features Reviewed
I analyzed all merged PRs from the last 24 hours and found:
Append-only comments (feat: add append-only comments #11164) - ✅ Already documented
docs/src/content/docs/reference/safe-outputs.md(lines 173-185)docs/src/content/docs/reference/frontmatter-full.md(line 2739)Upgrade command now compiles workflows (Add workflow compilation to upgrade command #11131) - ✅ Already documented
docs/src/content/docs/guides/upgrading.md(lines 136-138)Upgrade guide (Add upgrade guide for agentic workflows #11130) - ✅ New documentation added
Interactive init command (Add interactive engine selection and secret configuration to init command #11064) -⚠️ Documentation update needed
Changes Made
Updated
docs/src/content/docs/setup/cli.mdto document the new interactive mode for theinitcommand:gh aw initwithout arguments enters interactive mode--engineas the flag that controls interactive vs non-interactive modeOther Features Found
The following features were also merged but are internal/non-user-facing:
Merged PRs Referenced
Notes
All major user-facing features from the last 24 hours are now properly documented. The documentation is consistent with existing style and follows the established patterns.