Mistral Vibe Tutorial: Minimal CLI Coding Agent by Mistral

June 29, 2026 ยท View on GitHub

Learn how to use mistralai/mistral-vibe for terminal-native coding workflows with configurable agent profiles, skills, subagents, and ACP integrations.

GitHub Repo License Release

Why This Track Matters

Mistral Vibe is a fast-moving open-source coding agent with strong terminal ergonomics, configurable trust controls, and extensibility through skills and ACP tooling.

This track focuses on:

  • installation and interactive terminal operation
  • trust and approval controls for safer edits/commands
  • skills/subagent orchestration for complex tasks
  • automation and ACP-based editor integrations

Current Snapshot (auto-updated)

Mental Model

flowchart LR
    A[User Prompt] --> B[Vibe Agent Loop]
    B --> C[Tool Calls]
    C --> D[Approval and Trust Checks]
    D --> E[File and Command Execution]
    E --> F[Session State and Output]

Chapter Guide

ChapterKey QuestionOutcome
01 - Getting StartedHow do I install and launch Vibe quickly?Working baseline
02 - Agent Profiles and Trust ModelHow do built-in agents and trust folders affect behavior?Safer execution defaults
03 - Tooling and Approval WorkflowHow does Vibe handle file edits, shell commands, and approvals?Reliable operator control
04 - Skills and Slash Command ExtensionsHow do I codify repeatable prompts and custom commands?Reusable team workflows
05 - Subagents and Task DelegationHow can Vibe parallelize specialized work safely?Better scaling for complex tasks
06 - Programmatic and Non-Interactive ModesHow do I use Vibe in scripts and CI flows?Automation strategy
07 - ACP and Editor IntegrationsHow does Vibe connect to IDE clients and ACP tools?Multi-client integration model
08 - Production Operations and GovernanceHow do teams operationalize Vibe responsibly?Production baseline

What You Will Learn

  • how to run Vibe in interactive and scripted workflows
  • how to tune safety and trust controls for team use
  • how to extend behavior through skills and agent profiles
  • how to integrate ACP workflows with supported editors

Source References


Start with Chapter 1: Getting Started.

Full Chapter Map

  1. Chapter 1: Getting Started
  2. Chapter 2: Agent Profiles and Trust Model
  3. Chapter 3: Tooling and Approval Workflow
  4. Chapter 4: Skills and Slash Command Extensions
  5. Chapter 5: Subagents and Task Delegation
  6. Chapter 6: Programmatic and Non-Interactive Modes
  7. Chapter 7: ACP and Editor Integrations
  8. Chapter 8: Production Operations and Governance

Generated by AI Codebase Knowledge Builder