Changelog

What's New

Release notes and updates. Follow along as Axon evolves.

v0.4.0

MinorMarch 20, 2026
  • AddedSearXNG integration for web search via Docker Compose profile
  • AddedRunner framework for autonomous task execution with Claude bridge
  • AddedDiscord bot integration for multi-channel advisor access
  • ChangedUpgraded default model to claude-sonnet-4-20250514
  • FixedMemory consolidation race condition during concurrent advisor sessions

v0.3.0

MinorFebruary 12, 2026
  • AddedVoice interface with Whisper STT and Piper TTS
  • AddedPer-advisor voice configuration in persona YAML
  • AddedNew org templates: Creator, Family, Job Hunt, Student
  • ChangedVault structure now Obsidian-compatible markdown
  • FixedOllama model auto-pull failing on ARM architectures

v0.2.0

MinorJanuary 15, 2026
  • AddedLocal LLM support via Ollama with Docker Compose profile
  • AddedNeural memory trees with confidence decay and consolidation
  • AddedMulti-org architecture with vault-per-advisor isolation
  • ChangedSwitched from SQLite to optional PostgreSQL support
  • FixedFrontend WebSocket reconnection on network interruption

v0.1.0

MajorDecember 5, 2025
  • AddedInitial release of Axon with FastAPI backend and React frontend
  • AddedStartup org template with four specialist advisors
  • AddedLiteLLM integration for multi-provider model support
  • AddedDocker Compose deployment with single-command setup