File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # vibe
2+
3+ > Natural language code assistant for the terminal, powered by MistralAI.
4+ > Reads and edits files in your current directory to fulfill requests.
5+ > More information: < https://github.com/mistralai/mistral-vibe#usage > .
6+
7+ - Start an interactive Mistral Vibe session in the current directory:
8+
9+ ` vibe `
10+
11+ - Resume the most recent Vibe session in the current directory:
12+
13+ ` vibe {{[-c|--continue]}} `
14+
15+ - Start an interactive Vibe session to setup an API key then exit:
16+
17+ ` vibe --setup `
18+
19+ - Run a single Vibe prompt in the terminal with automatic approval of file edits and commands:
20+
21+ ` vibe {{[-p|--prompt]}} "{{your_prompt}}" `
22+
23+ - Run a single Vibe prompt in the terminal with the specified output format:
24+
25+ ` vibe --output {{json|text|streaming}} {{[-p|--prompt]}} "{{your_prompt}}" `
You can’t perform that action at this time.
0 commit comments