This add-on integrates Mistral Vibe CLI into your DDEV project.
ddev add-on get jfastnacht/ddev-mistral-vibe-cli
ddev restart
After installation, make sure to commit the .ddev directory to version control.
You can find the configuration files within .ddev/mistral-vibe-cli. Add your AI service and model configuration
to the .ddev/mistral-vibe-cli/config.toml and set your API key in .ddev/mistral-vibe-cli/.env.
For more information on configuring Mistral Vibe CLI consult the documentation at https://docs.mistral.ai/mistral-vibe/introduction/configuration
| Command | Description |
|---|---|
ddev vibe |
Run Mistral Vibe CLI in web container |
Contributed and maintained by @jfastnacht