Mira Code Changelog

All notable changes to Mira Code are documented on this page. The format is based on Keep a Changelog, and versioning follows Semantic Versioning.

v0.1.0 — April 1, 2026

Initial public release of Mira Code — the AI-powered coding assistant for your terminal.

Added

  • AI-powered terminal assistantInteractive AI session right in your terminal. Understands natural language, analyzes code, and suggests solutions.
  • Device code authenticationSecure authentication via platform.vmira.ai. Open the link in your browser, enter the code, approve — done.
  • Multi-file editingCreate, modify, and delete files across multiple project locations simultaneously with full context awareness.
  • Codebase understandingAutomatic analysis of project structure, dependencies, code patterns, and architecture on startup.
  • Git integration with /commitThe /commit command analyzes git changes and generates meaningful commit messages in conventional commit format.
  • Code review with /reviewThe /review command performs automatic code review, finds potential issues, and suggests improvements.
  • Bug finding with /bugDescribe the bug symptoms and Mira Code will analyze the code to find and fix the root cause.
  • Model supportSupport for mira, mira-pro, and mira-max models. Models are fetched dynamically from the vmira.ai platform.
  • Security notice and consentOn first launch, a security notice is displayed and consent to the terms of service is requested.
  • Multilingual supportFull English and Russian language support in the interface and documentation.
  • Configuration systemGlobal (~/.mira.json) and project-level (.mira/settings.json) configuration with MIRA.md instruction file support.
  • Permission systemFlexible permission system with presets (safe, trusted, yolo, readonly) for controlling access to files and commands.
  • One-shot modeExecute a single task from the command line: mira "your prompt". Convenient for scripts and quick tasks.
  • Slash commandsBuilt-in command set: /help, /clear, /compact, /model, /commit, /review, /bug, /init.

Technical Details

  • Node.js 18+Requires Node.js version 18 or higher
  • npm installationInstalled globally: npm install -g mira-code
  • mira commandLaunched with the mira command in any project directory
  • Cross-platformWorks on macOS, Linux, and Windows (via WSL or Windows Terminal)
This is the first release of Mira Code. We are actively working on new features and improvements. Follow updates on platform.vmira.ai.

Feedback

Found a bug or want to suggest an improvement? Reach out through the platform:

  • Bug reportsSubmit via platform.vmira.ai/feedback with the "mira-code" tag
  • Feature requestsVote on existing requests or create new ones at platform.vmira.ai/feedback