Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 19:05
· 87 commits to main since this release

Security

  • Plugin sandbox status: Plugin sandbox remains unimplemented or disabled for standard CLI operations.
  • Removal of run_until_complete anti-pattern: Cleaned up all async loop management and centralized loop execution in entrypoint.py.
  • Security audit suite extension: Centralized static and runtime vulnerability controls.

Fixed

  • Fixed memory lifecycle shutdown duplication to prevent multiple DB closure errors.
  • Fixed Ollama context-window detection to correctly read local model metadata.

Changed

  • Consolidated AST parser logic into a unified syntax parsing layer.
  • Consolidated council orchestrators to streamline Planner/Coder/Reviewer loops.
  • Modernized CLI theme, refined color palettes, updated startup banner, and context trackers.
  • Reconciled documentation and cleaned up dead MCP CLI commands.

Removed

  • Removed superseded tests/ and scripts/ directories entirely from the repository.