Skip to content

Latest commit

 

History

History
102 lines (76 loc) · 4.94 KB

File metadata and controls

102 lines (76 loc) · 4.94 KB
layout default
title Mistral Vibe Tutorial
nav_order 115
has_children true
format_version v2

Mistral Vibe Tutorial: Minimal CLI Coding Agent by Mistral

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]
Loading

Chapter Guide

Chapter Key Question Outcome
01 - Getting Started How do I install and launch Vibe quickly? Working baseline
02 - Agent Profiles and Trust Model How do built-in agents and trust folders affect behavior? Safer execution defaults
03 - Tooling and Approval Workflow How does Vibe handle file edits, shell commands, and approvals? Reliable operator control
04 - Skills and Slash Command Extensions How do I codify repeatable prompts and custom commands? Reusable team workflows
05 - Subagents and Task Delegation How can Vibe parallelize specialized work safely? Better scaling for complex tasks
06 - Programmatic and Non-Interactive Modes How do I use Vibe in scripts and CI flows? Automation strategy
07 - ACP and Editor Integrations How does Vibe connect to IDE clients and ACP tools? Multi-client integration model
08 - Production Operations and Governance How 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

Related Tutorials


Start with Chapter 1: Getting Started.

Navigation & Backlinks

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