Skip to content

Release v0.7.0

Choose a tag to compare

@ISO53 ISO53 released this 15 Sep 15:07
· 52 commits to main since this release
5f09e8f

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 .chats directory 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 .jar files by @ISO53 in #12

Full Changelog: v0.3.0...0.7.0