Skip to main content
Slash commands are shortcuts that trigger specific Embedder behaviors. Type a command at the prompt and press Enter to execute it. Press / to open command suggestions.

Session & Navigation

CommandAliasesDescription
/clear/reset, /newClear conversation history
/history/resume, /conversationsView conversation history
/rewind-Rewind to a previous state
/undo-Undo the last message
/compress/summarizeCompress conversation to save context
/exit/quit, /qExit the application
Run /clear frequently between tasks. A clean context almost always outperforms a cluttered one.

Mode & Model

CommandAliasesDescription
/plan-Switch to plan mode
/act-Switch to act mode

Project & Team

CommandAliasesDescription
/project/switch-projectSwitch project
/peripheral/peripherals, /add-peripheralAdd peripherals to project
/init-Create EMBEDDER.md with project contexts
/tasks/todos, /planView current session task list
Run /init in your new projects.

Tools & Utilities

CommandAliasesDescription
/serial-Toggle serial terminal sidebar
/console-Open web console
/billing-Open billing portal
/logs-Open logs folder

Preferences & Help

CommandAliasesDescription
/theme/tChange color theme (opens selector, or pass a theme name directly)
/keybindings/keys, /kbChange keybinding mode (emacs/vim)
/help/h, /?Show documentation and commands
/welcome-Show the welcome animation
You can choose separate light and dark themes.

Account

CommandAliasesDescription
/logout/signoutSign out and return to login
/bug [description]/report, /issueReport a bug

Usage Examples

embedder
/theme dracula          # Set theme to dracula
/bug App crashes on X   # Report a bug with description
/t nord                 # Short alias for theme
Most commands have shorter aliases. Use /help to see all available shortcuts.
Last modified on March 5, 2026