docs: download latest ado-aw release in agent setup instructions#362
Merged
Conversation
Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/f6e8450d-6f07-4de9-aa34-4cfcaae61f9f Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jamesadevine
April 30, 2026 10:37
View session
jamesadevine
approved these changes
Apr 30, 2026
Open
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.
Summary
Drops the pinned
VERSIONfrom the user-facing agent install snippets in favor of GitHub'sreleases/latest/download/{filename}URL, so freshly initialized agents always pick up the most recent compiler release without coordinated bumps.src/data/init-agent.md: rewrite Linux/macOS/Windows Setup blocks to fetchado-aw-*andchecksums.txtfromhttps://github.com/githubnext/ado-aw/releases/latest/download/...; remove theVERSIONshell/PowerShell variable. Other{{ compiler_version }}-pinned URLs (prompt files,AGENTS.md) are intentionally untouched — those reference repo content at a tag, not binaries..github/agents/ado-aw.agent.md: same change applied to the checked-in dispatcher agent (previously hardcodedVERSION="0.16.0").src/data/base.yml,src/data/1es-base.yml) keep{{ compiler_version }}pinning for reproducible builds.Example of the new install line:
Test plan
cargo build,cargo test(incl.tests/init_tests.rswhich asserts{{ compiler_version }}is substituted — still passes since the template retains that marker for prompt URLs),cargo clippy --all-targets --all-features— all green.