Vinci Code supports slash commands that let you control your session, export work, and access settings without leaving the chat. Type any command below to use it.
Session and navigation commands
- /new — Start a new session
- /resume — Resume a previous session
- /name — Set or change your session's display name
- /session — Show session info and statistics
- /fork — Create a new fork from a previous message
- /clone — Duplicate the current session at the current position
- /tree — Navigate the session tree (switch between branches)
Model and configuration
- /model — Switch the Vinci class for this session only; it never changes your account setting
- /scoped-models — Enable or disable specific models for Ctrl+P cycling
- /settings — Open the settings menu
Export, import, and sharing
- /export — Export your session as HTML (default) or as .jsonl or .html by specifying a path
- /import — Import and resume a session from a saved JSONL file
- /share — Share your current session as a secret GitHub gist
- /copy — Copy the last agent response to your clipboard
Context and workflow
- /compact — Manually compact the session context
- /hotkeys — Show all available keyboard shortcuts
- /changelog — Show recent changelog entries
- /reload — Reload keybindings, extensions, skills, prompts, and themes
Authentication and tools
- /login — Configure provider authentication (API keys, credentials)
- /logout — Remove saved provider authentication
- /trust — Save your project trust decision for future sessions
Quit
- /quit — Exit Vinci Code
How to use
Type a slash (/) at the start of a message, then the command name and any options. For example:
/export ~/my-work.html
Most commands will open a UI or prompt for more information if needed.