Release v0.7.0
castiel - v0.7.0
This release focuses on strengthening castiel’s agent architecture and improving its runtime experience. It introduces sub-agents and orchestration, adds CLI configuration options and more robust optional logging, and improves workspace isolation by restricting AI access to internal chat data. The release also introduces automated builds for OS-specific executables, moving beyond distributing castiel as a single .jar file.
- Removed AI agents access to
.chatsdirectory in some tools by @ISO53 in #8 - Added sub-agents/orchestrator agent mechanism to the app by @ISO53 in #9
- Added couple basic CLI arguments to the app by @ISO53 in #10
- Added more robust logging mechanism that can be enabled by CLI args by @ISO53 in #11
- Added scripts and Github Actions workflows to create OS specific executables instead of single
.jarfiles by @ISO53 in #12
Full Changelog: v0.3.0...0.7.0