Supported agents
The following agents work seamlessly with Traycer Tasks:- Custom CLI Agents
- Cursor
- Claude Code CLI
- Claude Code Extension
- Windsurf
- Augment
- Cline
- Codex CLI
- Codex Extension
- Gemini CLI
- KiloCode
- RooCode
- Amp
- ZenCoder
- Traycer
YOLO Mode compatible: Agents marked with support automated execution with YOLO Mode. Other agents require manual interaction. More agents are coming soon. If your preferred agent isnât listed, please contact us at support@traycer.ai.
Export options
You can also export the prompts as markdown or copy them directly:- Copy - Copy the prompts directly to your clipboard for immediate use with any AI coding agent. (Always available in the execute dropdown)

- Export as markdown - Generate a clean markdown file containing your complete prompts that can be shared with any AI coding agent or used as documentation.
Need more control? You can create Custom CLI Agents with custom arguments and permissions for any CLI-based coding agent.
Adding additional agents
1
1. Go to Traycer settings
Click the gear-shaped icon on the top right in Traycerâs sidebar.
2
2. Find Additional agents section
Scroll down below and find the âAdditional agentsâ settings section.
3
3. Click Add item
Click the âAdd itemâ button to add a new agent configuration.
4
4. Select and configure
Select the agent from the dropdown list and click âOKâ to save the configuration.
Traycer agent
Traycer can also act as an agent itself and generate code directly from your plan using its built-in file changes capability. This feature works exclusively with File implementation plans and uses a staged-style coding method where:- Changes are not auto-applied to your codebase.
- All changes are staged for your review first.
- File threads are created - one thread per file being modified.
- All file changes are processed in parallel for faster execution.
How it works
1
File plan ready
Your File implementation plan is complete with file-level details and
step-by-step instructions.
2
Generate code
Click the âGenerate Code With Traycerâ action to let Traycer create the implementation in parallel across all files.
3
Review file threads
Traycer groups proposed changes into file threads - one
thread per file - so you can review impact file-by-file.
4
Open diffs (unified or sideâbyâside)
View before/after comparisons with syntax highlighting. Switch between
unified and sideâbyâside layouts.
5
Inline edit changes
Make quick adjustments directly in the diff view before applying changes.
6
Apply changes
Apply the approved changes to your project when youâre satisfied with the
result.