Supported agents
The following agents work seamlessly with Traycer Tasks:- Cursor.
- Claude Code.
- Windsurf.
- Augment.
- Cline.
- Codex.
- Gemini.
- KiloCode.
- RooCode.
- Traycer.
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.
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.