Thinking Modes
Control how much reasoning time YeePilot requests before it answers, plans, or verifies work.
Last updated: May 15, 2026
What Thinking Mode Does
Thinking mode tells YeePilot how much reasoning effort to request before it answers or plans.
This matters most for:
- debugging
- migration planning
- multi-step troubleshooting
- high-risk changes
- code or config review
Available Modes
Current supported values are:
offautobestlowmediumhigh
In the TUI, /think on is accepted as a shortcut and maps to medium.
Change It During A Session
text
/think off
/think auto
/think best
/think low
/think medium
/think highSet A Default In Config
yaml
ai:
think_mode: mediumWhich Mode Should You Use?
| Mode | Best for |
|---|---|
off | very simple checks, fast answers |
low | routine multi-step work |
medium | general troubleshooting and planning |
high | deep troubleshooting, high-stakes review |
auto | let the runtime choose a reasonable level |
best | ask for the strongest available reasoning behavior |
Interaction With Other Controls
Thinking mode works best when combined with:
/plan <task>for structured planning/autonomy guardedor/autonomy strict_reviewfor careful execution/tokenmode saverif stronger reasoning starts using too much context or cost
End-User Recommendation
For most users:
- keep
mediumas the default - switch to
offfor quick one-step questions - switch to
highorbestfor difficult troubleshooting