Announcing the new Minovative Mind CLI! Lightning-fast and much better than the extension! Updates to the CLI Terms and Privacy Policy!

image

What can Minovative Mind CLI do?

Short Demonstration Of Minovative Mind CLI

Context Intelligence Engine

Minovative Mind autonomously investigates your codebase using a highly-optimized sub-agent to gather context, trace dependencies, and compress files before dispatch.

  • Heuristic Activity Detection: Automatically inspects the workspace filesystem's timestamps to identify recently modified files for immediate context.
  • Context Compression & Caching: Compresses large source code files individually and caches them at the granular file level, reducing token usage significantly.
  • Structural Code Analysis: Dynamically generates AST mapping scripts to pinpoint the exact line ranges of symbols, navigating massive files with precision.
image

AI Code Generation & Orchestration

Orchestrates complex AI-driven code generation and modification workflows, ensuring quality through rigorous Deep Project Verification.

Parallel Execution

Decomposes tasks into isolated Thread Tasks (Sub-Agents) and executes them in parallel.

Pre-Flight Syntax Validation

Validates code blocks to prevent truncated structures or syntax errors before committing any changes to disk.

Smart Intent & Batch Edits

Uses a deterministic global model to classify prompts, packing multiple file replacements into unified atomic actions.

Fuzzy Code Matching

Employs a sliding-window patching fallback mechanism using whitespace-normalized search and Levenshtein distance.

Advanced Multi-Model Orchestration

Coordinates up to 4 specialized models dynamically within a single turn, managing tasks from intent routing to context compression.

  • Multi-Model Routing: Hot-swap between Gemini 3.5 Flash for balanced speed and Flash-Lite for fast tasks.
  • Static Performance Auditing: Runs static analysis heuristics after compilation to detect O(n²) loops, async I/O blocks, and resource leaks.
  • Dynamic Interruption & Abort: Intercepts direct stdin keypresses to pause operations, queue messages, or instantly trigger a global abort.
image

Deep Verification & Self-Correction

Orchestrates the lifecycle of AI-driven changes with Sandboxed Build Trials and an aggressive autonomous repair loop.

  • Deep Project Verification: Dynamically detects build execution steps and spawns sandboxed sub-processes for compilation trials.
  • Auto-Correction Loop: Captures compiler errors or performance regressions and injects them back into the active agent loop, auto-correcting up to 5 times.
  • Instant Rollbacks: Implements a transaction-based file-change logger. Type /revert to access interactive history menus and undo file mutations.
  • Auto-Commits: Use the/commit command to automatically stage workspace and generate professional commit messages.
image

🔐 Security & Guardrails

Engineered from the ground up to prevent malicious operations, prompt injection, and directory breakouts.

Secure Cloud Proxy

Employs GitHub Device Flow authentication and streams raw model tokens via Server-Sent Events, storing tokens securely on your device.

Path & Prompt Defense

Absolute paths are strictly rejected, and files are wrapped in CDATA sections to defend against third-party prompt overrides.

Getting Started

Install the CLI

Run npm install -g minovative-mind-cli in your terminal.

Choose AI Model

Run /models in your chat session to hot-swap between Gemini 3.1 Pro, 3.5 Flash, and Flash-Lite.

Use the CLI

Experience Multi-Model Orchestration, Parallel Execution, and Auto-Correction directly in your terminal.