Skip to main content

Overview

Type / in the Parsaa composer to trigger a command on the focused Xcode file. A suggestion menu appears as you type and filters to matching commands.

Available Commands

Both are intercepted by the composer and routed to the Modernize flow.

Generators (@-mentions)

Test and documentation generation are no longer slash commands — they’re built-in agents you summon with an @-mention:
@tester and @documenter are built-in sub-agents. Their per-run settings (framework, naming, format, scope) come from Settings → Automation. See Sub-agents.

How It Works

1

Focus a file

Open the file you want to act on in Xcode so it becomes the focused file.
2

Type the command or mention

In the composer, type / for a command (e.g. /modernize) or @ for a generator (e.g. @tester). You can add extra instructions after it.
3

Review the result

Parsaa runs the flow and presents the output — a diff, generated tests, or docs — for you to review and apply.
A trigger only fires at the very start of your message. Path-like text such as src/modernize won’t be mistaken for a command.

Modernize APIs

Detect and rewrite deprecated Apple APIs.

Test Generation

Generate tests with @tester.

Documentation Generator

Generate docs with @documenter.

Sub-agents

How built-in and custom agents work.