Thinking Modes
Control reasoning depth with /think and tune quality-vs-latency for different task types.
Last updated: March 1, 2026
Overview
Thinking mode controls how much reasoning effort YeePilot requests before producing responses/plans.
Available values:
offonlowmediumhigh
In-Session Control
text
/think off
/think on
/think low
/think medium
/think highConfig Default
yaml
ai:
think_mode: mediumWhen to Use What
off: very simple checks and low-latency interactionslow: routine multi-step tasksmedium: default for troubleshooting and planninghigh: complex root-cause analysis, migration planning, and high-risk design changes
Interaction with Other Controls
- Use
/plan <task>for explicit plan-first workflows. - Use
/autonomy ...to control execution strictness. - Use
/tokenmode saverif higher thinking depth increases token usage too much.