Highlights
- Add task dependencies with dependsOn field by @gjkim42 in https://github.com/axon-core/axon/pull/324
- Add structured Results field to TaskStatus by @gjkim42 in https://github.com/axon-core/axon/pull/327
- Add branch field for branch management by @gjkim42 in https://github.com/axon-core/axon/pull/336
- Extract commit, base-branch, and usage outputs from tasks by @gjkim42 in https://github.com/axon-core/axon/pull/339
- Support MCP servers in AgentConfig by @axon-agent[bot] in https://github.com/axon-core/axon/pull/304
What's Changed
- docs: update README with AGENTS.md and CLAUDE.md for AgentConfigs by @gjkim42 in https://github.com/axon-core/axon/pull/323
- Use local-only tagged image injection in local-run.sh by @gjkim42 in https://github.com/axon-core/axon/pull/325
- docs: use axon logs instead of kubectl logs in example READMEs by @axon-agent[bot] in https://github.com/axon-core/axon/pull/330
- Standardize secret naming across examples by @axon-agent[bot] in https://github.com/axon-core/axon/pull/331
- docs: Add namespace information to Quick Start guide by @axon-agent[bot] in https://github.com/axon-core/axon/pull/332
- Remove --skill, --agent, --agents-md from axon run and add axon create agentconfig by @gjkim42 in https://github.com/axon-core/axon/pull/337
- docs: use realistic auto-generated task names in README by @axon-agent[bot] in https://github.com/axon-core/axon/pull/333
- Add suspend/resume support with CLI commands and maxTotalTasks field by @axon-agent[bot] in https://github.com/axon-core/axon/pull/334
- Enforce Task spec immutability by @gjkim42 in https://github.com/axon-core/axon/pull/338
- Support Go template variables in TaskTemplate branch field by @gjkim42 in https://github.com/axon-core/axon/pull/340
- Add AgentConfig examples and extract shared self-development instructions by @axon-agent[bot] in https://github.com/axon-core/axon/pull/341
- Fix release workflow to push images with main tag for non-release builds by @axon-agent[bot] in https://github.com/axon-core/axon/pull/344
- Use branch field in axon-workers TaskSpawner by @gjkim42 in https://github.com/axon-core/axon/pull/345
- Overhaul README with missing docs, security guidance, and cost controls by @gjkim42 in https://github.com/axon-core/axon/pull/349
- Add 'OpenCode' to the standardized interface description by @gjkim42 in https://github.com/axon-core/axon/pull/350
- Update README for MCP server support and enhanced task outputs by @gjkim42 in https://github.com/axon-core/axon/pull/352
Full Changelog: https://github.com/axon-core/axon/compare/v0.9.0...v0.10.0