# Schema defined in agent_schema.py # https://www.claude.com/product/claude-code identity = "vibe.mistral.ai" name = "Mistral Vibe" short_name = "vibe" url = "https://mistral.ai/news/devstral-2-vibe-cli" protocol = "acp" author_name = "Mistral" author_url = "https://mistral.ai/" publisher_name = "Will McGugan" publisher_url = "https://willmcgugan.github.io/" type = "coding" description = "State-of-the-art, open-source agentic coding models and CLI agent." tags = [] run_command."*" = "vibe-acp" help = ''' # Devstral2 Mistral Vibe CLI Today, we're releasing Devstral 2—our next-generation coding model family available in two sizes: Devstral 2 (123B) and Devstral Small 2 (24B). Devstral 2 ships under a modified MIT license, while Devstral Small 2 uses Apache 2.0. Both are open-source and permissively licensed to accelerate distributed intelligence. ''' [actions."*".install] command = "curl -LsSf https://mistral.ai/vibe/install.sh | bash" description = "Install Mistral Vibe"