Mistral Vibe is a minimal command-line interface (CLI) coding agent developed by Mistral AI, currently at version 2.7.5. It provides a conversational interface to interact with a codebase, allowing developers to use natural language for tasks like exploring, modifying, and interacting with projects through a powerful set of integrated tools. The library maintains an active development pace with frequent updates, often multiple releases within a month, focusing on new features, performance improvements, and bug fixes.
pip install mistral-vibeNo compatibility data collected yet for this library.
To quickly start using Mistral Vibe, navigate to your project's root directory and run the `vibe` command. Ensure your Mistral API key is set as an environment variable or configured via `vibe --setup`. The first run will set up configuration and prompt for the API key if missing.
Review Mistral AI's pricing and plans, and ensure your API key is associated with an active, paid plan if using cloud models.
Set your API key using `export MISTRAL_API_KEY="your_mistral_api_key"` in your shell, create a `.env` file in `~/.vibe/`, or run `vibe --setup`.
For Windows users, consider using Windows Subsystem for Linux (WSL) for a more officially supported experience, or be prepared for potential platform-specific issues.
Reduce the frequency of your requests, wait a short period before retrying, or check if features like `--auto-approve` are causing too many rapid tool calls without sufficient delays.
Upgrade your Python installation to version 3.12 or newer, or switch to a virtual environment configured with Python 3.12+.
Ensure `MISTRAL_API_KEY` is correctly set as an environment variable (e.g., `export MISTRAL_API_KEY="YOUR_KEY"`) or configured via `vibe --setup`. Verify your API key's validity on the Mistral AI console.
Reduce the frequency of your requests, wait a short period before retrying, or check if `--auto-approve` is causing too many rapid tool calls.
Upgrade your Python installation to version 3.12 or newer, or switch to a virtual environment configured with Python 3.12+.
Ensure `pip install mistral-vibe` completed successfully. If using a virtual environment, ensure it's activated. On Linux/macOS, consider the `curl` installer or `uv tool install mistral-vibe` to ensure the executable is correctly placed and linked.