Skip to main content

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.
1

Bind the shortcut

Set a key binding in Settings → Preferences → Shortcuts for Capture Code (it has no default).
2

Select code in Xcode

Highlight the lines you want Parsaa to focus on.
3

Trigger the shortcut

The selection is attached as a chip on your next message.
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.

Run a Workflow

The context picker also lets you start a workflow instead of sending a plain message — Parsaa runs the multi-step graph and reports back. See Workflows.
Attach only what’s relevant. Tight, focused context produces faster and more accurate results than dumping the whole project into a request.