BACK TO HOME
Voria Internal Documentation

Changelog

All notable changes to voria are documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[v0.0.5] - April 14, 2026 ✅ TIER 1: SECURITY, STREAMING & RELIABILITY

🛡️ Pentesting CLI (Enhanced)

  • 25+ Security Audits running in parallel with
    terminal
    voria scan all
  • SARIF Support: Export results for GitHub Security tab integration (
    terminal
    voria ci
    )
  • Security Diff: Compare posture between git refs (
    terminal
    voria diff
    )
  • Watch Mode: Automatic re-testing on file changes (
    terminal
    voria watch
    )

⚡ Performance & Reliability

  • HTTP Benchmarking: Real-world load testing with latency distribution (
    terminal
    voria benchmark
    )
  • Improved Stress Tests: Real-time metrics for CPU, Memory, and Network tests
  • NVIDIA Integrated API Support: Native support for MiniMax model v2.7

🤖 LLM & UX

  • Streaming Output: Real-time token-by-token streaming for plan and fix commands
  • Auto-Fix: AI-powered bug fixing with automatic patch application (
    terminal
    voria fix --auto
    )
  • Premium Blue UI: Completely revamped CLI aesthetic with professional formatting
  • Daemon-Ready IPC: Infrastructure for persistent background engine acceleration

[v0.0.3] - April 12, 2026 ✅ ADVANCED ANALYSIS & CHINESE MODELS

🔭 Advanced Code Analysis (New)

  • Hierarchical Dependency Graph via
    terminal
    voria --graph
  • Level-by-level visualization (Root → Level 1 → Level 2)
  • Risk Integrity Scoring based on coupling and complexity
  • Hot Spot Detection for complex/unstable modules
  • Super-fast Rust implementation for non-LLM static analysis
  • Progress interaction with estimated time remaining
  • Automatic filtering of generated/hidden directories (
    terminal
    .next
    ,
    terminal
    dist
    ,
    terminal
    build
    )

🤖 Expanded Model Support

  • Support for Kimi, Minimax, DeepSeek, and SiliconFlow
  • Detailed model selection wizard in
    terminal
    voria --init
  • Unified model configuration across all providers

🔗 Support & Community

[v0.0.3] - April 12, 2026 ✅ PRODUCTION RELEASE

🎉 Major Release: Feature Complete

All planned features through Phase 8 are now complete and production-ready.

Phase 4: LLM Integration (COMPLETE)

  • Full CLI integration with
    terminal
    voria plan
    and
    terminal
    voria issue
    commands
  • 5 LLM providers fully integrated:
    • OpenAI (GPT-5.4, GPT-5.4-mini)
    • Anthropic Claude (Claude 4.6 series)
    • Google Gemini (Gemini 3.x series)
    • Modal Z.ai (GLM-5.1-FP8)
    • Kimi (fallback support)
  • Dynamic model discovery for all providers
  • Token tracking and budgeting system
  • API key management with secure storage
  • Model selection during setup (
    terminal
    voria --init
    )

Phase 5: GitHub Integration (COMPLETE)

  • Issue fetching from GitHub API
  • PR auto-creation with customizable titles
  • Commit management with proper attribution
  • Branch handling for feature branches
  • Status updates to issues and PRs
  • Comment integration for feedback and logs

Phase 6: Code Analysis & Patching (COMPLETE)

  • Multi-language code parsing (Python, JS, Go, Java, Rust, Ruby, PHP, C++, C#)
  • LLM-powered code generation with 5 providers
  • Unified diff format support with full parsing
  • Safe patch application with automatic rollback
  • Merge conflict detection and resolution
  • Backup management with cleanup policies

Phase 7: Testing & Validation (COMPLETE)

  • Multi-framework test execution:
    • pytest (Python)
    • jest (JavaScript/TypeScript)
    • go test (Go)
    • junit (Java)
    • Custom framework detection
  • Failure analysis and logging
  • Iterative refinement (up to 5 iterations)
  • Framework auto-detection
  • Test result integration with agent loop

Phase 8: Agent Loop & Orchestration (COMPLETE)

  • Full workflow orchestration (Plan → Patch → Apply → Test → Analyze → Iterate)
  • Intelligent iteration with failure tracking
  • Error recovery and graceful fallbacks
  • State tracking for debugging
  • Progress visualization in CLI

Bug Fixes

  • Fixed RuntimeWarning in ModalProvider
    terminal
    __del__
    method
  • Proper async cleanup handling
  • Event loop compatibility improvements

Documentation Updates

  • ROADMAP.md - Updated with all completed phases
  • README.md - Updated status and roadmap
  • INSTALL.md - Simplified for npm installation
  • QUICKSTART.md - Updated for npm-based setup
  • MODULES.md - Current API documentation
  • New CHANGELOG.md - This file

Distribution

  • Published to npm as
    terminal
    @voria/cli@0.0.3
  • Global CLI tool - Install with
    terminal
    npm install -g @voria/cli
  • Pre-built binaries - No build required for end users

Testing

  • Test Coverage: 100% pass rate
  • CLI tests: ✅ All passed
  • Integration tests: ✅ All passed
  • Phase 2 integration: ✅ Complete
  • No critical bugs identified

Quality Metrics

  • ✅ All 8 planned phases complete
  • ✅ 5 LLM providers integrated
  • ✅ Multi-framework test support
  • ✅ GitHub API integration
  • ✅ Safe, reversible patch application
  • ✅ Cost tracking and budgeting
  • ✅ Production-ready code

[v0.0.3] - April 2026

Phase 3: Configuration & Setup

  • Interactive setup wizard (
    terminal
    voria --init
    )
  • LLM provider selection
  • API key management
  • Budget configuration
  • Test framework detection
  • Configuration persistence
  • Per-project settings (
    terminal
    .voria.json
    )
  • Global settings (
    terminal
    ~/.voria/config.json
    )

Phase 2: Automation Foundation

  • Multi-iteration refinement (up to 5 iterations)
  • Automatic test execution
  • Token budget management
  • Basic LLM integration
  • Plugin architecture

[v0.0.3] - April 2026

Phase 1: Core Foundation

  • Rust CLI base structure
  • Python engine with NDJSON IPC
  • Process management
  • Basic command parsing
  • Configuration file handling

Roadmap: Upcoming Releases

v0.1.0 (Q2 2026) - Advanced Analysis

  • Dependency graph analysis
  • File relationship mapping
  • Risk scoring system
  • Context-aware code selection
  • Performance optimizations

v0.2.0 (Q3 2026) - Enterprise

  • Team management
  • Role-based access control
  • Audit logging
  • Cost allocation
  • Team collaboration features

vv0.0.3 (Q4 2026) - Stable API

  • Stable API guarantees
  • VS Code extension
  • GitHub Actions integration
  • Self-hosted deployment
  • IDE integrations (JetBrains, IntelliJ)

Completion Status

PhaseNameStatusVersion
1Foundation✅ Completev0.0.3
2Automation✅ Completev0.0.3
3Setup & Config✅ Completev0.0.3
4LLM Integration✅ Completev0.0.3
5GitHub Integration✅ Completev0.0.3
6Code Analysis✅ Completev0.0.3
7Testing & Validation✅ Completev0.0.3
8Agent Loop✅ Completev0.0.3
9Advanced Analysis📋 Plannedv0.1.0
10Enterprise📋 Plannedv0.2.0

Contributors

  • Srizdebnath - Creator and Lead Developer


Links


Join our WhatsApp Support Group: Click Here