Skip to content

Releases: githubnext/ado-aw

v0.20.0

29 Apr 18:43
9404b48

Choose a tag to compare

0.20.0 (2026-04-29)

Features

  • compile: add awf_path_prepends for chroot PATH injection (#359) (4576bc3)

v0.19.0

29 Apr 15:20
d9c5502

Choose a tag to compare

0.19.0 (2026-04-29)

Features

  • compile: add required_awf_mounts to CompilerExtension for Lean runtime (#354) (f6f437b)
  • engine: update default model to claude-opus-4.7 (#355) (dff681b)

v0.18.2

28 Apr 16:52
a41d5ce

Choose a tag to compare

0.18.2 (2026-04-28)

Bug Fixes

  • compile: use workingDirectory for integrity check instead of absolute path (#346) (0ce9238)

v0.18.1

28 Apr 15:23
2eb4e3e

Choose a tag to compare

0.18.1 (2026-04-28)

Bug Fixes

  • compile: anchor source/pipeline paths to trigger repo, not workspace (#342) (0845490)
  • compile: pin LF eol on managed gitattributes entries (#340) (8efb5fb)

v0.18.0

28 Apr 13:30
f2595f8

Choose a tag to compare

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

27 Apr 14:24
b19675c

Choose a tag to compare

0.17.1 (2026-04-27)

Bug Fixes

  • block template marker delimiters in front matter identity fields (#315) (2575246)
  • deterministic MCPG config key ordering (HashMap -> BTreeMap) (#328) (889ee62)

v0.17.0

23 Apr 07:40
64a33e4

Choose a tag to compare

0.17.0 (2026-04-23)

⚠ BREAKING CHANGES

  • The run subcommand 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 run subcommand (#306) (a71ed16)

Bug Fixes

  • prefix agent filename with ado to distinguish from gh-aw (#299) (b3ecca7)

v0.16.0

21 Apr 17:21
724b32f

Choose a tag to compare

0.16.0 (2026-04-21)

Features

  • check: surface specific violations with unified diff output (#278) (57618e8)

Bug Fixes

  • align tool allow lists with gh-aw (#279) (be3b4c5)
  • revert pipeline prompt to $(cat) inline expansion (#276) (784de06)

v0.15.0

21 Apr 14:22
0c4fbc8

Choose a tag to compare

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)

v0.14.0

16 Apr 21:47
418c4c6

Choose a tag to compare

0.14.0 (2026-04-16)

Features

Bug Fixes