Axon is now open source 🎉
Starting with this release, Axon is licensed under Apache License 2.0, replacing the previous Business Source License (BSL 1.1).
We believe infrastructure tooling for running AI agents should be open and auditable — especially when it runs inside your Kubernetes cluster. Open-sourcing Axon means you can inspect, modify, and redistribute the code with confidence.
What's Changed
- Add axon-fake-user cron TaskSpawner by @gjkim42 in https://github.com/axon-core/axon/pull/141
- Fix typo: 'an coding agent' → 'a coding agent' by @gjkim42 in https://github.com/axon-core/axon/pull/164
- Fix make verify to not rely on git diff by @gjkim42 in https://github.com/axon-core/axon/pull/168
- Support codex agent type by @gjkim42 in https://github.com/axon-core/axon/pull/160
- Fix: Print error messages to stderr when commands fail by @gjkim42 in https://github.com/axon-core/axon/pull/169
- Support versioned releases with tagged container images by @gjkim42 in https://github.com/axon-core/axon/pull/166
- Use GH_ENTERPRISE_TOKEN for GitHub Enterprise workspaces by @gjkim42 in https://github.com/axon-core/axon/pull/175
- Support gemini CLI agent type by @gjkim42 in https://github.com/axon-core/axon/pull/173
- Update license from BSL 1.1 to Apache 2.0 by @gjkim42 in https://github.com/axon-core/axon/pull/179
Full Changelog: https://github.com/axon-core/axon/compare/v0.5.0...v0.6.0