Uh oh!
There was an error while loading. Please reload this page.
Replace ./gh-aw with gh aw in user-facing documentation - #5564
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Removed the Custom Command Path section in commit 3a9e535. Since gh aw is always available now, the --cmd option documentation is no longer needed.
| make deps # ~1.5min first run | ||
| make deps-dev # +5-8min for linter | ||
| make build # ~1.5s | ||
| ./gh-aw --help |
| # Build and test the binary | ||
| make build | ||
| ./gh-aw --help | ||
| gh aw --help |
The --cmd option is no longer needed since gh aw is always available Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Keep ./gh-aw references in developer documentation as these files document testing the locally built binary after make build Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
commented
Dec 4, 2025
@copilot update |
When running make build, automatically install the gh-aw extension if it's not already installed. This makes gh aw command immediately available after building without needing to run make install separately. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Updated Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
| .PHONY: build | ||
| build: sync-templates sync-action-pins | ||
| go build $(LDFLAGS) -o $(BINARY_NAME) ./cmd/gh-aw | ||
| @if ! gh extension list 2>/dev/null | grep -q "^gh aw"; then \ |
There was a problem hiding this comment.
Reverted Makefile changes in commit 6456b88. The auto-install logic has been removed from the build target.
pelikhan
commented
Dec 4, 2025
@copilot revert changes to AGENTS.md and DEVGUIDE.md |
Remove the automatic gh extension installation from make build target Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Replace
./gh-awwithgh awin User-Facing Documentation./gh-awin the repositorydocs/directory (2 files: mcp-server.md, vscode.md)Summary
Successfully replaced instances of
./gh-awwithgh awin documentation files across the repository, and removed the Custom Command Path section from the MCP server documentation since the--cmdoption is no longer needed whengh awis always available.Files Updated (11 files):
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.