Supported agents

Which coding agents Tegment integrates with, and which features each one supports.

Last updated Jun 17, 2026

Tegment doesn't ship its own agent. It runs whatever you already use. Anything that runs in a terminal works out of the box: open a terminal in a worktree, start your tool, and go. For the agents below, Tegment goes further: it can wire up the MCP server for you, launch them from a ticket with a quick action, and show their live status right in the interface.

The agents Tegment integrates with#

Any other terminal tool (aider, a plain shell, your own scripts) runs as an ordinary terminal program. You can point it at Tegment over MCP by adding the server by hand; live status and quick actions are reserved for the agents Tegment recognises.

Feature support#

AgentMCP setupLive status"Waiting on you" alert
Claude CodeOne-click setup
OpenCodeOne-click setup
Gemini CLIOne-click setup
Codex CLIOne-click setup
CursorOne-click setup
Any other terminal toolManual

What each feature means#

Live agent status#

For the agents that report it, every terminal shows what its agent is doing right now: thinking, running a tool, finished, or waiting on you. The state rides along on the terminal header, the tab, and the worktree row, and each project tab carries a counter of how many agents are blocked on your input, so nothing sits idle waiting for an answer you never saw.

Tegment shows what the agent is doing for every agent it recognises. The one piece that needs the agent to cooperate is the "waiting on you" signal: Tegment learns an agent has stopped to ask you something from the event it emits when it raises that question. Claude Code, OpenCode, and Gemini CLI surface that event, so their terminals flag it automatically.