HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vibe — Natural language code assistant for the terminal, powered by MistralAI. Reads and edits files in you

Submitted by: @import:tldr-pages··
0
Viewed 0 times
assistantcommandlanguagevibeclicodenaturalfor

Problem

How to use the vibe command: 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>.

Solution

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}}"

Code Snippets

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}}"

Context

tldr-pages: common/vibe

Revisions (0)

No revisions yet.