#

Supported agents

Tortie launches 11 coding-agent CLIs and plain shells. Resume and conversation history are separate capabilities and vary by agent.

#

Launchable agents

AgentCurrent note
Claude CodeLaunch, activity, resume, attachments, and Catch Me Up integration.
Cursor CLILaunchable terminal agent. Some attachment behavior is inferred.
Codex CLILaunch, activity, resume, attachments, and Catch Me Up integration.
Gemini CLILaunch and resume machinery exist; full resume round-trip remains unproven.
Factory Droid CLIEarly. Launch exists; resume capture remains unverified.
CodeWhaleLaunchable terminal agent.
Antigravity CLIDevelopment status; support depth is still being measured.
Muse CodeLaunchable terminal agent.
Qwen CodeLaunchable; safe resume depends on the original project directory.
PiLaunchable; safe resume depends on the original project directory.
GrokLaunch and Catch Me Up integration; no SpecStory capture provider.

Tortie also supports ordinary shell sessions. Cursor IDE and VS Code Copilot are capture-only observers, not terminal agents Tortie can launch.

#

Resume and history are different

Resume continues an agent's own conversation after its process ends. Optional SpecStory capture writes a readable conversation history. An agent can support one without supporting the other.

#

Set launch behavior per agent

Settings lets you choose a default agent, assign per-agent shortcuts, and save launch flags. Tortie marks dangerous flags instead of hiding their effect.

If an agent is missing, Tortie shows a copyable installation command. It does not run the command for you.

#

Add a custom agent definition

Custom agents are data-only JSON definitions. They can describe a command, arguments, icon, activity behavior, and safe resume shape without loading third-party code into Tortie's own processes.

Tortie asks before a new definition starts a process. Read the custom agent configuration guide before adding one.