This release adds automated issue triage capabilities and new CLI configuration options for directory overrides.
What's New
- Adds auto issue triage workflow that automatically evaluates bug reports and can create fix PRs
- Adds
--config-dir,--data-dir, and--cache-dirglobal CLI flags to override default paths
Bug Fixes
- Fixes result marker parsing in auto-issue-triage workflow to handle LLM output with trailing empty lines
- Fixes GitHub Pages deployment issues
Technical Changes
- Updates nightly scanner documentation and configuration
- Removes draft status from PR creation workflow steps
- Adds tip about the default agent in documentation
What's Changed
- docs: update CHANGELOG.md for v1.28.1 by @docker-read-write[bot] in #1902
- Fix the github pages? by @dgageot in #1903
- Fix GitHub pages deployment by @dgageot in #1901
- feat: add auto issue triage workflow by @derekmisler in #1888
- Replace the brittle tail -n 1 parsing with something that searches for the marker by @derekmisler in #1905
- Add tip about the default agent by @dgageot in #1906
- Add --config-dir and --data-dir global CLI flags to override default paths by @dgageot in #1907
Full Changelog: v1.28.1...v1.29.0