Commands and slash commands

Use slash commands and keyboard shortcuts to control Vibe Code from inside the editor. A couple of VS Code commands are also available from the Command Palette for setup and debugging.

Slash commands

Slash commands

The extension exposes a subset of Vibe slash commands. Type / in the Vibe panel to see the available commands. Skills that opt in are surfaced in the same picker.

CommandInput hintDescription
/helpShow available commands and keyboard shortcuts.
/compactOptional summary instructionsCompact conversation history by summarizing it.
/reloadReload configuration, agent instructions, and skills from disk.
/logShow the path to the current session log directory.
/proxy-setupKEY value, KEY, or empty for helpConfigure proxy and SSL certificate settings.
/leanstallInstall the Lean 4 agent, leanstral.
/unleanstallUninstall the Lean 4 agent.
/data-retentionShow data retention information.

For the full CLI command set, see Commands and shortcuts.

Keyboard shortcuts

Keyboard shortcuts

Inside the Vibe panel, Mod means Command on macOS and Ctrl on Windows or Linux.

ShortcutAction
Mod+YApprove a tool action.
Mod+Alt+YApprove an alternate tool action.
Mod+Shift+YApprove and apply a broader permission choice.
Mod+Alt+NReject a tool action.
Mod+NStart a new conversation.
EscapeCancel or blur the current input state.
Shift+TabCycle the active input mode.
CLI parity

CLI parity

The extension doesn't expose every CLI slash command, but it still lets you control most runtime settings through the UI:

  • /model and /thinking are not available as slash commands. Change the active model or reasoning level from the extension's interface instead.
  • /resume is not available as a slash command, but you can load previous sessions from the panel UI.
  • /rename has a UI equivalent in the panel. Use it to rename the current session.
  • Use the CLI for the remaining session and runtime controls: /rewind, /loop, /mcp, /voice.
VS Code commands

VS Code commands

A small set of VS Code Command Palette entries is available for setup and debugging.

CommandWhat it does
Mistral Vibe: Open Mistral VibeFocuses the Mistral Vibe panel.
Mistral Vibe: Show LogsOpens the extension log output.
Note

The extension doesn't declare default VS Code keybindings. Add custom shortcuts in keybindings.json if you want direct keyboard access to these commands.