0.14.0 (2026-04-16)
- remove legacy service-connection MCP field (#233) (#234) (baf5fe9)
- rename resolve-pr-review-thread to resolve-pr-thread (#228) (#231) (e1d3735)
0.13.0 (2026-04-15)
0.12.0 (2026-04-15)
- 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)
- 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)
0.11.0 (2026-04-14)
- The create subcommand has been removed. Use ado-aw init instead.
- create-pr: align with gh-aw create-pull-request implementation (#155) (b1859ae)
- replace create wizard with AI-first onboarding (#187) (c468320)
- address injection vulnerabilities from red team audit (#171) (#175) (5e3ac1b)
- pin prompt URLs to version tag instead of main branch (#191) (1f3b6da)
0.10.0 (2026-04-14)
- 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)
- 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)
0.9.0 (2026-04-11)
- add COPILOT_CLI_VERSION to dependency version updater workflow (#137) (8155d24)
- map engine max-turns and timeout-minutes to Copilot CLI arguments (#134) (2dbe162)
- 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)
0.8.3 (2026-04-02)
- handle string WikiType enum from ADO API in branch resolution (#122) (7914169)
- resolve check command source path from repo root (#120) (a057598)
0.8.2 (2026-04-02)
0.8.1 (2026-04-02)
- auto-detect code wiki branch for wiki page safe outputs (#115) (f8ea1e9)
- preserve subdirectory in generated pipeline_path and source_path (#114) (32137fe)
0.8.0 (2026-04-01)
- \check
\ is now \check . Update any scripts or pipeline templates that call the old two-arg form.
- add /rust-review slash command for on-demand PR reviews (#60) (8eaf972)
- add \configure\ command to detect pipelines and update GITHUB_TOKEN (#92) (a032b4e)
- add comment-on-work-item safe output tool (#80) (513f7fe)
- add create-wiki-page safe output (#61) (87d6527)
- add edit-wiki-page safe output (#58) (7b4536f)
- add update-work-item safe output (#65) (cf5e6b5)
- Add Windows x64 binary to release artifacts (#37) (d463006)
- allow copilot bot to trigger rust PR reviewer (#59) (0bcef57)
- apply max budget enforcement to all safe-output tools (#91) (e88d8da)
- auto-detect source from header in check command (#108) (b25f143)
- auto-discover and recompile all agentic pipelines (#96) (fb1de50)
- configure: accept explicit definition IDs via --definition-ids (#100) (b12c5ff)
- Download releases from GitHub. (#17) (8478453)
- rename edit-wiki-page to update-wiki-page (#66) (2b6c5ed)
- replace read-only-service-connection with permissions field (#26) (410e2df)
- add --repo flag to gh release upload in checksums job (#40) (fd437da)
- configure: support Azure CLI auth and fix YAML path matching (#98) (a771036)
- pin AWF container images to specific firewall version (#30) (bb92c9c)
- pin AWF container images to specific firewall version (#32) (9c3b85c)
- pin DockerInstaller to v26.1.4 for API compatibility (#105) (2c6baf2)
- quote chmod paths and remove fragile sha256sum pipe in templates (#43) (b246fb1)
- sha256sum --ignore-missing silently passes when binary is absent from checksums.txt (#47) (26c03c4)
- strip redundant ./ prefixes from source path in header comment (#106) (689825c)
- tests: strengthen checksum verification assertion against regression (#48) (7fcabe2)
- update Copilot CLI version to 1.0.6 via compiler constants (#51) (b8d8ece)
- YAML path matching and legacy SSH URL support (#95) (f85dd39)
0.7.1 (2026-04-01)
- pin DockerInstaller to v26.1.4 for API compatibility (#105) (2c6baf2)
- strip redundant ./ prefixes from source path in header comment (#106) (689825c)
0.7.0 (2026-03-31)
0.6.1 (2026-03-31)
0.6.0 (2026-03-31)
0.5.0 (2026-03-31)
0.4.0 (2026-03-30)
- add /rust-review slash command for on-demand PR reviews (#60) (8eaf972)
- add comment-on-work-item safe output tool (#80) (513f7fe)
- add create-wiki-page safe output (#61) (87d6527)
- add edit-wiki-page safe output (#58) (7b4536f)
- add update-work-item safe output (#65) (cf5e6b5)
- allow copilot bot to trigger rust PR reviewer (#59) (0bcef57)
- apply max budget enforcement to all safe-output tools (#91) (e88d8da)
- rename edit-wiki-page to update-wiki-page (#66) (2b6c5ed)
- sha256sum --ignore-missing silently passes when binary is absent from checksums.txt (#47) (26c03c4)
- tests: strengthen checksum verification assertion against regression (#48) (7fcabe2)
- update Copilot CLI version to 1.0.6 via compiler constants (#51) (b8d8ece)
0.3.2 (2026-03-17)
0.3.1 (2026-03-17)
0.3.0 (2026-03-17)
- Add Windows x64 binary to release artifacts (#37) (d463006)
- Download releases from GitHub. (#17) (8478453)
- replace read-only-service-connection with permissions field (#26) (410e2df)
- pin AWF container images to specific firewall version (#30) (bb92c9c)
- pin AWF container images to specific firewall version (#32) (9c3b85c)