Overview
Parsaa answers better when it has the right context. From the composer’s context picker you can attach files, pull the current Xcode selection, @mention a sub-agent, or run a workflow — all scoped to a single request.Capture Code
The Capture Code shortcut pulls the current selection in Xcode into Parsaa as a context chip.Bind the shortcut
Set a key binding in Settings → Preferences → Shortcuts for Capture Code (it has no default).
Capture Code reads the Xcode selection through the macOS Accessibility API, so Parsaa needs Accessibility permission enabled.
Context Sources
Xcode selection
Use the highlighted code in Xcode as focused context.
Files
Attach any file in the project by path from the context picker.
Focused file
The file you’re working in is recognized automatically as the focus for slash commands and edits.
@mention sub-agents
Delegate part of a request to a specialized sub-agent. See Sub-agents.