Quick Start¶
Learn the basics of Dial Code in 5 minutes.
Start a Session¶
On first run, you'll be prompted to authenticate. The default is Qwen OAuth - just follow the browser prompt.
Your First Prompts¶
Once authenticated, try these examples:
Explore Code¶
Dial Code reads your project files and provides an overview.
Get Explanations¶
Uses Ask mode - read-only, no file modifications.
Make Changes¶
Uses Quick mode - direct execution for simple fixes.
Complex Tasks¶
Uses Review mode - changes go through the dialectic pipeline for review.
Session Commands¶
Control your session with slash commands:
| Command | Description |
|---|---|
/help |
Show available commands |
/clear |
Clear conversation history |
/compress |
Compress history to save tokens |
/stats |
Show token usage |
/exit |
Exit Dial Code |
Key Concepts¶
Execution Modes¶
Dial Code automatically selects the appropriate mode:
- Ask
?- Read-only queries - Quick
⚡- Simple, direct changes - Review
◎- Changes with review cycle - Safe
🛡- Full multi-stage pipeline
The Dialectic Pipeline¶
For Review and Safe modes, changes go through:
- Planner - Analyzes and plans changes
- Reviewer - Checks for issues
- Resolver - Produces final implementation
- Learner - Extracts patterns for future
Approval Flow¶
Before file modifications, you'll see a diff and be asked to approve.
Tips¶
- Use
@filenameto reference specific files - Use
!commandto run shell commands directly - Press
Ctrl+Cto cancel an operation - Press
Up/Downto navigate history
Next Steps¶
- Commands Reference - All available commands
- Configuration - Customize behavior
- Execution Modes - Deep dive into modes