Tutorial
Overlay Tutorial
The primary tutorial is a game-style overlay that renders on top of the TUI and guides you through features step by step. Launch it with:
/tutorial The overlay highlights relevant UI elements, explains what they do, and prompts you to try each feature. Steps include:
- Welcome — choose "Start Fresh" (new project) or "My Project" (existing project auto-advances)
- Editor — type prompts in the wrapped multiline editor, use
Shift+Enterfor newline insertion, and rely on the visible cursor for exact position - Tool Cards — how agent tool calls render, expand with
Ctrl+O - Model Selection —
/modelto switch providers and models - Thinking Levels —
/thinkto control reasoning depth - Project Memory — how facts persist,
/memoryfor stats - Web Dashboard —
/dashopens the live browser dashboard - Sessions — auto-save, resume orientation, and session-log-backed narrative continuity
First-Run Behavior
On first launch, Omegon starts with the tutorial overlay active (unless --no-splash
is passed). You can also launch it explicitly at any time.
# Start Omegon in tutorial mode
omegon --tutorial
# Launch tutorial from within a session
/tutorial
# Check tutorial progress
/tutorial status
# Reset tutorial state
/tutorial reset Legacy Lessons
The older lesson-based tutorial (sequential text lessons with /next and
/prev navigation) is still available:
/tutorial lessons The overlay tutorial is the recommended path for new users. Legacy lessons are preserved for users who prefer a text-only walkthrough.