|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.29.0] - 2026-03-03 |
| 7 | + |
| 8 | +This release adds automated issue triage capabilities and new CLI configuration options for directory overrides. |
| 9 | + |
| 10 | +## What's New |
| 11 | +- Adds auto issue triage workflow that automatically evaluates bug reports and can create fix PRs |
| 12 | +- Adds `--config-dir`, `--data-dir`, and `--cache-dir` global CLI flags to override default paths |
| 13 | + |
| 14 | +## Bug Fixes |
| 15 | +- Fixes result marker parsing in auto-issue-triage workflow to handle LLM output with trailing empty lines |
| 16 | +- Fixes GitHub Pages deployment issues |
| 17 | + |
| 18 | +## Technical Changes |
| 19 | +- Updates nightly scanner documentation and configuration |
| 20 | +- Removes draft status from PR creation workflow steps |
| 21 | +- Adds tip about the default agent in documentation |
| 22 | + |
| 23 | +### Pull Requests |
| 24 | + |
| 25 | +- [#1888](https://github.com/docker/cagent/pull/1888) - feat: add auto issue triage workflow |
| 26 | +- [#1901](https://github.com/docker/cagent/pull/1901) - Fix GitHub pages deployment |
| 27 | +- [#1902](https://github.com/docker/cagent/pull/1902) - docs: update CHANGELOG.md for v1.28.1 |
| 28 | +- [#1903](https://github.com/docker/cagent/pull/1903) - Fix the github pages? |
| 29 | +- [#1905](https://github.com/docker/cagent/pull/1905) - Replace the brittle tail -n 1 parsing with something that searches for the marker |
| 30 | +- [#1906](https://github.com/docker/cagent/pull/1906) - Add tip about the default agent |
| 31 | +- [#1907](https://github.com/docker/cagent/pull/1907) - Add --config-dir and --data-dir global CLI flags to override default paths |
| 32 | + |
| 33 | + |
6 | 34 | ## [v1.28.1] - 2026-03-03 |
7 | 35 |
|
8 | 36 | This release adds image support for AI agents, improves cross-platform compatibility, and includes various stability fixes. |
@@ -899,3 +927,5 @@ This release improves the terminal user interface with better error handling and |
899 | 927 | [v1.28.0]: https://github.com/docker/cagent/releases/tag/v1.28.0 |
900 | 928 |
|
901 | 929 | [v1.28.1]: https://github.com/docker/cagent/releases/tag/v1.28.1 |
| 930 | + |
| 931 | +[v1.29.0]: https://github.com/docker/cagent/releases/tag/v1.29.0 |
0 commit comments