Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.17.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.17.0](https://github.com/githubnext/ado-aw/compare/v0.16.0...v0.17.0) (2026-04-22)


### ⚠ BREAKING CHANGES

* 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](https://github.com/githubnext/ado-aw/issues/298)) ([1066a2f](https://github.com/githubnext/ado-aw/commit/1066a2fee0c30991a50bf6a50b221308b43ee6a8))
* align engine front matter with gh-aw and hook up Engine enum ([#286](https://github.com/githubnext/ado-aw/issues/286)) ([f90bd81](https://github.com/githubnext/ado-aw/commit/f90bd81c5e6eb83bdf595332a493da41b29e4fea))


### Bug Fixes

* prefix agent filename with ado to distinguish from gh-aw ([#299](https://github.com/githubnext/ado-aw/issues/299)) ([b3ecca7](https://github.com/githubnext/ado-aw/commit/b3ecca7ee241d4798ce91e815cf281d28f4e15cd))

## [0.16.0](https://github.com/githubnext/ado-aw/compare/v0.15.0...v0.16.0) (2026-04-21)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ado-aw"
version = "0.16.0"
version = "0.17.0"
edition = "2024"

[dependencies]
Expand Down