Keyboard Shortcuts
Parsaa’s shortcuts are user-bindable in Settings → Preferences → Shortcuts.| Shortcut | Action |
|---|---|
| Capture Code (bindable) | Pull the current Xcode selection into Parsaa as a context chip |
Cmd+, | Open Settings |
Capture Code has no default binding — set one in Preferences → Shortcuts. It requires Accessibility permission to read the Xcode selection.
Slash Commands & Mentions
Type/ for a command or @ for a generator on the focused Xcode file:
| Trigger | Action |
|---|---|
/modernize | Modernize deprecated Apple APIs in the focused file |
/analyze | Detect deprecated Apple APIs — free, no rewrite |
@tester | Generate unit tests for the focused file |
@documenter | Generate doc comments for the focused file |
Built-in AI Tools
The agent calls tools during conversations to interact with your project — to read, edit, build, run, and more. You don’t call them directly; Parsaa picks the right tool for each step.Tools & Permissions
See the full tool list, capability buckets, and how Allow / Ask / Deny permissions work.
Common Workflows
Ask about your project
Ask about your project
Type your question in the composer. Parsaa reads project context automatically — open files, structure, and build errors. No copy-paste.
Bring in a selection
Bring in a selection
Select code in Xcode and trigger Capture Code to attach it as a context chip, then ask your question.
Run an automation
Run an automation
Type
/modernize or /analyze for the Modernize flow, or @tester / @documenter to generate tests or docs on the focused file.Plan complex changes
Plan complex changes
Describe a large change. Parsaa enters Plan Mode, proposes steps, and executes only after your approval.
Delegate or orchestrate
Delegate or orchestrate
@mention a sub-agent for a scoped task, or run a workflow to chain multiple agents with checks and breakpoints.
Quick Links
Chat with Code
How Parsaa works alongside Xcode.
Slash Commands
Automations from the composer.
Plan Mode
Multi-file changes with approval gates.
Workflows
Multi-agent orchestration graphs.