Skip to content

Changelog

All notable changes to Nova AI.


[4.0.0] - 2025-12-03

Added

  • Professional Material for MkDocs documentation
  • New 3-level navigation hierarchy
  • Mermaid diagrams throughout docs
  • Interactive code examples

Changed

  • Switched from bootstrap386 to Material theme
  • Reorganized docs into tutorials/concepts/reference/resources
  • Reduced documentation from 57k to ~15k lines

Removed

  • Legacy ASCII diagrams
  • Redundant documentation files
  • Deprecated commands moved to /legacy: prefix

[3.5.0] - 2025-11-30

Added

  • Automatic parallel detection for tasks
  • DAG-based execution for dependent tasks
  • Worktree isolation for parallel execution

Changed

  • Improved agent model selection (Opus/Sonnet/Haiku split)
  • Enhanced quality gate performance

[3.4.0] - 2025-11-25

Added

  • 7 new skills from community
  • Playwright E2E testing skill
  • Brainstorming skill with Socratic dialogue

Changed

  • Upgraded to Opus 4.5 and Sonnet 4.5 models
  • Improved code-reviewer with blarify integration

[3.3.0] - 2025-11-20

Added

  • Stop hook for instant lint feedback
  • Linter agent with Haiku 4.5
  • Three-layer quality gate system

Changed

  • Code-reviewer now focuses on semantic issues
  • Mechanical fixes delegated to linter agent

[3.2.0] - 2025-11-15

Added

  • AWS deployment planning (/novaai-aws)
  • Cost optimizer agent
  • Infrastructure generator agent

Changed

  • Improved headless mode for CI/CD
  • Better error messages

[3.1.0] - 2025-11-10

Added

  • Blarify MCP server for code analysis
  • Circular dependency detection
  • Dead code finder

Changed

  • Architect agent now uses blarify automatically
  • Pre-commit hooks check for circular deps

[3.0.0] - 2025-11-01

Added

  • SDK MCP servers (69x faster than stdio)
  • 5.4GB FAISS knowledge base
  • Session continuation support

Changed

  • Complete rewrite of MCP layer
  • Moved from stdio to in-process MCP

Breaking Changes

  • MCP server configuration format changed
  • Removed stdio MCP support

[2.5.0] - 2025-10-25

Added

  • GitHub Actions integration
  • Headless mode for automation
  • @nova-ai comment triggers

[2.0.0] - 2025-10-15

Added

  • Multi-agent orchestration
  • Quality gates (review + test)
  • Knowledge base search

Changed

  • Single agent → 6 specialized agents
  • Manual review → automated quality gates

[1.0.0] - 2025-10-01

Added

  • Initial release
  • Basic task execution
  • Claude Code integration

Version Policy

  • Major (X.0.0): Breaking changes
  • Minor (0.X.0): New features
  • Patch (0.0.X): Bug fixes

What's Next?