[instructions] Sync instruction files with release v0.86.2 - #52872
Conversation
Fill two small documentation gaps left after the prior sync (#52677, #52262): - cli-commands.md: document `gh aw init` Copilot-only artifacts and `--no-mcp`/`--no-agent` flags (docs commit 08a03b6, previously undocumented here) - agentic-workflows-mcp.md: note the `logs` tool's `partial: true` / continuation-parameter response pattern for gateway timeouts (docs commit 595e472) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Thanks for keeping the instructions in sync with the release! 🧹 This PR looks great:
The PR is ready for review.
|
|
@copilot Quick triage for maintainer-ready follow-up: Please refresh the branch if needed, address any remaining maintainer-facing follow-up, and run the Outstanding review items (newest first):
Failed checks from the compact candidate set:
Branch update was requested automatically for this run when GitHub allows it.
|
Completed |
|
@copilot Quick triage for maintainer-ready follow-up: Please refresh the branch if needed, review any remaining maintainer-facing follow-up, and run the Outstanding review items (newest first):
Failed checks from the compact candidate set:
Branch update was requested automatically for this run when GitHub allows it.
|
Re-ran |
|
@copilot Quick triage for maintainer-ready follow-up: Please refresh the branch if needed, address any remaining maintainer-facing follow-up, and run the Outstanding review items (newest first):
Failed checks from the compact candidate set:
Branch update was requested automatically for this run when GitHub allows it.
|
Re-ran |
|
@copilot quick triage for this PR:
Run: https://github.com/github/gh-aw/actions/runs/31883373617
|
Re-ran |
|
🎉 This pull request is included in a new release. Release: |
Summary
This PR syncs repository instruction/skill documentation with gh-aw release v0.86.2. It updates two
.github/awreference files: clarifying pagination behavior for the MCPlogstool when a gateway timeout or token budget guardrail truncates a response, and expandinggh aw initCLI documentation with new flag examples (--engine,--no-mcp,--no-agent).Change Classification
Key Changes
.github/aw/agentic-workflows-mcp.mdlogscall, returningpartial: truewithafter_run_id/before_run_idfor resuming via pagination.github/aw/cli-commands.mdgh aw init(--engine,--no-mcp,--no-agent) and clarified Copilot vs. non-Copilot engine behavior for custom agent and MCP artifact creationImpact Assessment
logspagination semantics andgh aw initflag behavior — no code, schema, or workflow compilation changes.Commits