From 026e147b05deabdfb856ceab4a26d37aef11162a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:27:53 +0000 Subject: [PATCH 1/2] Initial plan From 8adbbf8b26b0e3608917aed7958863b4c4503110 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:34:49 +0000 Subject: [PATCH 2/2] docs: Add documentation for the version command Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/setup/cli.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index 8d89f3bb5de..875ef5544b6 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -339,6 +339,18 @@ Exposes CLI commands (`status`, `compile`, `logs`, `audit`) as MCP tools, enabli See **[MCP Server Guide](/gh-aw/setup/mcp-server/)** for integration details. +### Utility Commands + +#### `version` + +Show version information for the gh-aw CLI. + +```bash wrap +gh aw version +``` + +Displays the current version of gh-aw and product information. Equivalent to using the `--version` flag. + ## Examples ### Basic Workflow Lifecycle