You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Vibe to the supported tools table in mxcli-init.md and the
other-ai-tools.md tutorial page with a dedicated section.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs-site/src/tutorial/other-ai-tools.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Other AI tools
2
2
3
-
Claude Code is the default integration, but mxcli also supports OpenCode, Cursor, Continue.dev, Windsurf, and Aider. Each tool gets its own configuration file that teaches the AI about MDL syntax and mxcli commands.
3
+
Claude Code is the default integration, but mxcli also supports OpenCode, Cursor, Continue.dev, Windsurf, Aider, and Mistral Vibe. Each tool gets its own configuration file that teaches the AI about MDL syntax and mxcli commands.
@@ -69,6 +72,7 @@ On top of the universal files, each tool gets its own configuration:
69
72
|**Continue.dev**|`.continue/config.json`| Custom commands and slash commands |
70
73
|**Windsurf**|`.windsurfrules`| MDL rules for Codeium's AI |
71
74
|**Aider**|`.aider.conf.yml`| YAML configuration for Aider |
75
+
|**Mistral Vibe**|`.vibe/`| Config, system prompt, and SKILL.md skills |
72
76
73
77
## Tool details
74
78
@@ -150,6 +154,25 @@ Created files:
150
154
151
155
To use: run `aider` in the project directory from the terminal.
152
156
157
+
### Mistral Vibe
158
+
159
+
Mistral Vibe is a terminal-based AI coding agent by Mistral AI. It uses `.vibe/config.toml` for configuration, `.vibe/prompts/` for system prompts, and `.vibe/skills/` for SKILL.md-based skills.
160
+
161
+
```bash
162
+
mxcli init --tool vibe /path/to/project
163
+
```
164
+
165
+
Created files:
166
+
-`.vibe/config.toml` -- project configuration with system prompt reference
167
+
-`.vibe/prompts/mendix-mdl.md` -- system prompt with project context and mxcli commands
168
+
-`.vibe/skills/write-microflows/SKILL.md` -- microflow syntax and rules
-`AGENTS.md` and `.ai-context/skills/` -- universal files
173
+
174
+
To use: run `vibe` in the project directory from the terminal. Vibe auto-discovers skills in `.vibe/skills/` and loads the system prompt from `.vibe/prompts/`.
175
+
153
176
## The universal format: AGENTS.md
154
177
155
178
Regardless of which tool you pick, mxcli always creates `AGENTS.md` and the `.ai-context/` directory. These use a universal format that most AI tools understand:
0 commit comments