Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions pages/common/vibe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# vibe

> Natural language code assistant for the terminal, powered by MistralAI.
> Reads and edits files in your current directory to fulfill requests.
> More information: <https://github.com/mistralai/mistral-vibe#usage>.
- Start an interactive Mistral Vibe session in the current directory:

`vibe`

- Resume the most recent Vibe session in the current directory:

`vibe {{[-c|--continue]}}`

- Start an interactive Vibe session to setup an API key then exit:

`vibe --setup`

- Run a single Vibe prompt in the terminal with automatic approval of file edits and commands:

`vibe {{[-p|--prompt]}} "{{your_prompt}}"`

- Run a single Vibe prompt in the terminal with the specified output format:

`vibe --output {{json|text|streaming}} {{[-p|--prompt]}} "{{your_prompt}}"`
Loading