First Steps
Get productive quickly with YeePilot's setup wizard, plan mode, and guarded command execution workflow.
Last updated: March 1, 2026
1. Run Setup
Start with:
bash
yeepilot setupRecommended baseline:
- Provider: OpenRouter (easy start) or OpenAI/Anthropic
- Model: provider default first, tune later
- Security: keep confirmations enabled
- Platform auth: complete via setup flow
If you need auth management only:
bash
yeepilot setup --auth2. Launch Interactive Mode
bash
yeepilot
yeepilot runIf installed via the official installer, you can also use the short alias:
bash
yee3. Send Your First Prompt
Example:
text
> Analyze this repo and propose a safe plan to add health checks.YeePilot proposes commands/actions, classifies risk, and asks for approval before execution.
4. Learn the Core Controls
Plan-first workflow
text
/plan on
/plan status
/plan Add CI checks for lint, test, and buildAutonomy profile
text
/autonomy status
/autonomy guarded
/autonomy strict_reviewAvailable profiles: high, guarded, strict_review, ultra.
Thinking and token behavior
text
/think low
/tokenmode saverSecurity and sandbox
text
/mode strict
/sandbox status
/sandbox net
/sandbox nonet5. Use Vault Early (Recommended)
Initialize vault for local secret handling:
bash
yeepilot vault init --method password
yeepilot vault statusIn TUI, unlock/lock quickly:
text
/unlock
/lock6. Run a One-shot Task
bash
yeepilot exec --provider openai --model gpt-4o "summarize changed files"This is useful for CI-like, non-interactive tasks.
7. Check Status
bash
yeepilot statusUse this when debugging setup, provider, or session state.