Skip to content

Releases: githubnext/ado-aw

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

v0.13.0

15 Apr 22:24
1c67222

Choose a tag to compare

0.13.0 (2026-04-15)

Features

  • capture agent statistics via OTel and surface in safe outputs (#219) (6f8d0f7)

v0.12.0

15 Apr 13:26
2c871e5

Choose a tag to compare

0.12.0 (2026-04-15)

Features

  • add ecosystem domain allowlists from gh-aw (#213) (22a2069)
  • add Lean 4 runtime support with runtimes: front matter (#208) (16fc9be)
  • standardise front matter sanitization via SanitizeConfig/SanitizeContent traits (#210) (85ac3ab)

Bug Fixes

  • create-pr: skip auto-complete API call on draft PRs (#194) (#200) (d58dbeb)
  • improve trigger.pipeline validation with expression checks and better errors (#189, #188) (#196) (b0ae590)

v0.11.0

14 Apr 17:11
82e2ec8

Choose a tag to compare

0.11.0 (2026-04-14)

⚠ BREAKING CHANGES

  • The create subcommand has been removed. Use ado-aw init instead.

Features

  • create-pr: align with gh-aw create-pull-request implementation (#155) (b1859ae)
  • replace create wizard with AI-first onboarding (#187) (c468320)

Bug Fixes

  • address injection vulnerabilities from red team audit (#171) (#175) (5e3ac1b)
  • pin prompt URLs to version tag instead of main branch (#191) (1f3b6da)

v0.10.0

14 Apr 11:27
eb50394

Choose a tag to compare

0.10.0 (2026-04-14)

Features

  • add red team security auditor agentic workflow (#170) (6700677)
  • add runtime parameters support with auto-injected clearMemory (#166) (dc5b766)
  • align MCP config with MCPG spec — container/HTTP transport (#157) (a46a85b)
  • enable real-time agent output streaming with VSO filtering (#159) (7497cd6)
  • mcp: filter SafeOutputs tools based on front matter config (#156) (f43b22e)
  • promote memory to cache-memory tool and add first-class azure-devops tool (#167) (39103e1)
  • swap to using aw-mcpg (#19) (1cddfb3)

Bug Fixes

  • address review findings — MCPG_IMAGE constant, constant-time auth, reqwest dev-dep, MCP enabled check (#151) (09be1f2)
  • use length-check + ct_eq for constant-time auth comparison (#153) (d0aed74)

v0.9.0

11 Apr 09:46
4ba6706

Choose a tag to compare

0.9.0 (2026-04-11)

Features

  • add COPILOT_CLI_VERSION to dependency version updater workflow (#137) (8155d24)
  • map engine max-turns and timeout-minutes to Copilot CLI arguments (#134) (2dbe162)

Bug Fixes

  • deprecate max-turns and move timeout-minutes to YAML job property (#138) (9887c97)
  • report-incomplete fails pipeline, percent-encode user_id, stage-1 status validation, merge_strategy validation, dead code removal (#141) (e81c570)

v0.8.3

02 Apr 10:34
3b3caff

Choose a tag to compare

0.8.3 (2026-04-02)

Bug Fixes

  • handle string WikiType enum from ADO API in branch resolution (#122) (7914169)
  • resolve check command source path from repo root (#120) (a057598)

v0.8.2

02 Apr 09:52
368acd4

Choose a tag to compare

0.8.2 (2026-04-02)

Bug Fixes

  • use platform-appropriate absolute paths in path fallback tests (#118) (434cf19)