Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Modes

Modes are session-scoped prompt overlays. They change how the currently selected chat agent works right now without creating a new agent, changing memory, or changing sub-agent presets.

Use modes when you want a temporary working style:

ModeUse it for
conciseShort, direct answers
technicalDetailed technical analysis
creativeBroad ideation and alternatives
teacherStep-by-step explanation
planScoping and sequencing before implementation
buildImplementation-focused work
reviewBug-focused code review
researchEvidence-first investigation
elevatedExtra caution for risky operations

Switch the active session from the web chat input or any channel that supports regular slash commands:

/mode
/mode review
/mode 3
/mode none

/mode lists available modes. /mode none clears the overlay.

Configure Modes

Built-in modes are available on every install. Add or override modes in moltis.toml:

[modes.presets.incident]
name = "Incident"
description = "production incident response"
prompt = "Prioritize impact, timeline, mitigation, rollback, logs, and clear status updates."

Mode presets are intentionally small. For durable identity, memory, and chat history, create a chat agent. For delegated work through spawn_agent, use an agent preset.