mistral-vibe

Minimal CLI coding agent for generating and executing code

brewmacoslinux
Try with needOr install directly
Source

About

Minimal CLI coding agent

Commands

mistral-vibe

Examples

Generate and execute a Python script to process data$ mistral-vibe 'write a python script that reads a CSV and prints statistics'
Create a shell script for file operations$ mistral-vibe 'create a bash script that backs up all .txt files to a backup directory'
Debug existing code by asking the agent$ mistral-vibe 'explain and fix this function that calculates fibonacci numbers'