Agent Zero is now public — proactive review is here #20
RedStar071
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Agent Zero is now open source 🎉
Agent Zero is an autonomous engineer built around one principle: code-review findings should be verified against repository evidence before they are accepted or fixed.
Today the repository is public, and the v0.2 proactive-review foundation is available on
main.What is new in v0.2
zero review --proactiveor opt in through repository configuration for GitHub pull-request events.Safety remains the default:
observemode is read-only, and all repository commands and file mutations stay behind the runner boundary.Try it locally
mise install aube ci cp .env.example .env aube test aube run zero doctor aube run zero review --proactiveThe implementation landed in PR #19 and completes issue #9.
We welcome feedback, bug reports, architecture discussions, and contributions. Explore the code, read the contributor guide, and tell us what Agent Zero should tackle next.
All reactions