Morrowv0.1.0

Slash Commands

Complete reference for all 21 slash commands and aliases in Morrow.

Type / at the beginning of the prompt to open the floating autocomplete menu.


Command Reference

CommandArgumentsAliasesDescription
/help/?Open interactive command palette and keyboard guide
/new/n, /resetStart a clean conversation session
/history/h, /sessions, /convsInteractive session manager (search, preview, delete d, rename r)
/model[name]/m, /modelsSwitch active model or open model selector
/theme[name]/t, /themesOpen 65+ Kitty theme picker with live preview or switch theme
/temp[on|off]/temporary, /incognito, /privateToggle ephemeral temporary chat mode (not written to SQLite)
/rename[title]/titleRename the active conversation
/delete/del, /rmDelete current conversation
/delete all/delete-all, /clear-all, /purgePurge all local conversation history
/clear/clsClear current session message view
/system[prompt]/sys, /promptView or edit AI system prompt instructions
/sidebar/toggle-sidebar, /sbToggle conversation sidebar visibility
/timestamps/time, /tsToggle message timestamp headers
/copy/y, /yank, /cpCopy last assistant response to clipboard (OSC 52)
/export[md|json]/saveExport conversation to Markdown or JSON
/retry/regenerate, /redoRegenerate the last AI response
/stop/abort, /cancelAbort active streaming generation
/stats/info, /statusView session telemetry, tokens, DB and Ollama info
/url[url]/endpoint, /hostView or change Ollama server endpoint
/byeExit Morrow with session confirmation
/quit/q, /exitExit Morrow immediately

Examples

Switching Models

/model qwen2.5:7b
/model deepseek-r1:8b

Switching Themes

/theme gruvbox-dark
/theme catppuccin-mocha
/theme tokyo-night

Ephemeral Mode

# Enable in-memory private mode
/temp on

# Disable and resume SQLite logging
/temp off

Exporting Chats

# Export active chat to Markdown
/export md

# Export active chat to JSON
/export json

On this page