What's new in Archexa

All notable changes, releases, and fixes. Follows semantic versioning.

v0.5.3-beta.12025-04-01Latest
  • feat
    archexa chat — Interactive multi-turn codebase exploration with memory, /deep toggle, and /save export
  • feat
    archexa diagnose — Root cause analysis from stack traces and log files with execution flow tracing
  • feat
    VS Code extension v0.1.4 — sidebar panel with command wizard, chat, inline findings as editor squiggles
  • perf
    Evidence caching for fast repeated runs on the same codebase
  • feat
    Support for 15+ languages via Tree-sitter AST parsing including Kotlin, Scala, Swift, Terraform
v0.4.02025-02-14Stable
  • feat
    archexa review command — architecture-aware code review with structured JSON findings for IDE integration
  • feat
    archexa analyze — full two-phase architecture documentation generation with Mermaid diagrams
  • feat
    Ollama provider support — fully local LLM inference, no API key required
  • perf
    Deep mode analysis reduced latency by ~40% via concurrent LLM batching
v0.3.52025-01-08
  • feat
    Go, TypeScript, Rust, C#, and Ruby language support added to static analysis engine
  • feat
    --output flag for all commands — write results to file in JSON or Markdown
  • fix
    Dependency graph incorrectly merged modules with identical names in different packages
  • fix
    Apple Silicon binary now runs without Rosetta 2
v0.3.02024-11-22
  • feat
    archexa impact command — blast radius analysis for files, functions, and modules
  • feat
    --deep flag introduced — agentic multi-step reasoning mode with 4 agent tools
  • feat
    Any OpenAI-compatible API support — OpenAI, Azure, OpenRouter, vLLM, LM Studio
  • break
    Config file format changed to archexa.yaml — run archexa init to generate new config
v0.2.02024-09-10
  • feat
    archexa query command — natural language questions about codebase architecture with evidence-backed answers
  • feat
    JSON output format for all commands via --format json
  • feat
    Configuration file support — archexa.yaml
  • perf
    Dependency graph construction rewritten — 5x faster on repos with 1000+ files
v0.1.02024-07-03
  • feat
    Initial public release — archexa gist for instant architectural summaries
  • feat
    Python codebase support with static dependency graph
  • feat
    OpenAI-compatible LLM integration for reasoning layer
  • feat
    macOS and Linux binary distribution via install script