Releases: githubnext/ado-aw
Releases · githubnext/ado-aw
v0.20.0
v0.19.0
v0.18.2
v0.18.1
v0.18.0
0.18.0 (2026-04-28)
Features
- trigger release for unreleased changes (#338) (b8c899b)
- compile: write into directory when --output is a directory (#331)
- compile: allow workspace to target a checked-out repository alias (#332)
Bug Fixes:
- gitattributes writer: quote paths with spaces, dedupe per-batch syncs, deterministic ordering (#330)
v0.17.1
v0.17.0
0.17.0 (2026-04-23)
⚠ BREAKING CHANGES
- The
runsubcommand is removed. See docs/local-development.md for manual local development instructions. - The engine front matter format changed from model names (engine: claude-opus-4.5) to engine identifiers (engine: copilot). Model is now a sub-field in the object form (engine: { id: copilot, model: ... }).
Features
- add cyclomatic complexity reducer agentic workflow (#298) (1066a2f)
- align engine front matter with gh-aw and hook up Engine enum (#286) (f90bd81)
- remove
runsubcommand (#306) (a71ed16)
Bug Fixes
v0.16.0
v0.15.0
0.15.0 (2026-04-21)
Features
- add /scout issue slash-command workflow (#258) (57afa1e)
- add ado-aw run subcommand for local development (#266) (55db04c)
- add macOS x64 and arm64 release binaries in GitHub Actions (#264) (9bfe8ea)
- compile: add --skip-integrity flag for debug builds (#246) (8cae693)
- execute: add --dry-run flag to execute command (#265) (b2955d4)
- model GitHub and SafeOutputs as extensions, add --allow-tool for all MCP servers (#251) (2150cdb)
Bug Fixes
- add required 'domain' field to MCPG gateway config (#249) (e355b92)
- align MCPG integration with gh-aw reference implementation (#244) (bb4cccd)
- bypass MCPG run_containerized.sh to fix port validation with --network host (#250) (9b0568e)
- resolve compiler warnings and remove dead code (#268) (dd7df1f)
- run: base64-encode PAT for ADO MCP and pass prompts via @file (#270) (11b01ec)