vibe: add page (#19964)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
mana-byte
2025-12-14 17:38:19 +01:00
committed by GitHub
parent 1d3c8ba510
commit 8219929ab5
+25
View File
@@ -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}}"`