mistral-vibe: Instructions file for Codex

AGENTS.md

mistral-vibe AGENTS.md is an instructions file for Codex, OpenCode from mistralai/mistral-vibe. It costs 1,399 tokens per session, scanned A, original, Apache-2.0.

Project instructions for Mistral Vibe, a Python command-line coding assistant. They describe its folders, development commands, architecture decisions, and rules for recording major design choices.

In plain words
What is it for?
Use them when working on Mistral Vibe's engine, terminal interface, setup tools, agent loop, or architecture decision records.
Why use it?
They help an agent understand which part of the program it is changing and which existing design decisions apply. They also specify how to check and test changes.

Instructions file for CodexOpenCode ✓ vendor

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions subagents; mentions AGENTS.md.

This is mistralai/mistral-vibe's own configuration. It tells Codex and OpenCode how to work on mistral-vibe itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mistral-vibe configures →

About the project

Mistral Vibe is a command-line coding assistant that lets users converse with a codebase and use natural language to explore or change projects. Developers use it for file editing, code searching, version-control tasks, and shell commands through Mistral’s models. Its catalogue add-ons provide skills and instructions for customizing the assistant’s workflows.

mistralai/mistral-vibe · 4,923 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to mistralai/mistral-vibe. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mistralai/mistral-vibe/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/mistralai/mistral-vibe

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mistral-vibe AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mistralai/mistral-vibe/agents-md.svg)](https://agentmods.dev/instructions/mistralai/mistral-vibe/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/mistralai/mistral-vibe/agents-md"><img src="https://agentmods.dev/badge/instructions/mistralai/mistral-vibe/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,399 This file is loaded in full into every session.
When invoked 1,399 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01399 $0.01399
Opus 5 $0.00700 $0.00700
Sonnet 5 $0.00280 $0.00280
Haiku 4.5 $0.00140 $0.00140

Measured 2d ago against content hash 39a33c3e79ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mistral-vibe AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Conventions for AI agents and humans contributing to Mistral Vibe — a Python 3.12+ CLI coding assistant managed with uv.

Layout: vibe/core is the engine (agent loop, tools, LLM backends, config); vibe/cli is the Textual TUI; vibe/acp bridges to the Agent Client Protocol; vibe/setup runs first-run wizards. Tests live in tests/ with autouse fixtures in conftest.py and test doubles in tests/stubs/.

Architecture Decisions

Before architecture-affecting changes, read the matching ADR. If a change fits the current code but conflicts with ADR direction, flag it to the user before implementing. When creating or editing an ADR, follow the write-vibe-adr skill.

When creating or editing an ADR, follow the write-vibe-adr skill and keep the standard sections.

Change area ADR
Architecture principles, module boundaries, startup/runtime speed, simple changes 0001 Architecture Principles
Core engine, Textual CLI, ACP, setup, or programmatic surfaces 0002 Core Engine And Delivery Surfaces
Agent loop orchestration, streaming, typed events, cancellation, or responsiveness 0003 Event Driven Agent Loop
Tool contracts, permissions, tool output, UI metadata, or tool adapters 0004 Typed Permissioned Tools
Config models, layering, defaults, migrations, reloads, or runtime overrides 0005 Layered Configuration
Session logging, resume, rewind, transcript metadata, or migrations 0006 Local Sessions
Skills, agents, subagents, hooks, MCP, connectors, custom tools, or discovery 0007 Extension Mechanisms
Adding or changing analytics instrumentation, telemetry events, or event properties 0008 Feature Instrumentation
App-server ownership, RPCs, lifecycle, projections, effects, callbacks, client tools, or delivery adapters 0009 App Server Boundary
Textual Content rendering, styled text, markup parsing, or theme variables in widgets 0010 Textual Content Rendering
App-server session backend interfaces, adapters, or runtime ownership 0011 App Server Session Backends
Slash commands running while busy, side-channel commands, or idle-only settings persistence 0012 Slash Commands While Busy
Queued-prompt selection/edit mode, copy-on-write consumed edits, or promotion-race widget-identity tracking 0013 Queue Selection and Edit Mode
Parsing backend responses, connector/MCP bootstrap fields, or any client/backend wire-contract change that must tolerate self-hosted version skew 0014 Backend Contract Compatibility
Outbound TLS connections, certificate roots, or enable_system_trust_store 0015 Outbound TLS Trust Policy

Read the full file on GitHub · 56 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +2 lines · +81 tokens per session 39a33c3e79ef
  2. 7d ago First seen · 54 lines · 1,318 tokens per session scan A 521b8d01c9c3

Subscribe to this mod's changes

mistral-vibe AGENTS.md is an instructions file published in the GitHub repository mistralai/mistral-vibe (4,923 stars, last pushed 2d ago), licensed Apache-2.0. It adds 1,399 tokens to every session, about $0.0070 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens