Cocxy Terminal

Agents

The supported agent profiles and detection layers.

AgentBinaryDetectionVault resume
ClaudeclaudeOSC and hooks--resume <session-id>
CodexcodexOSC and state projectionresume <session-id>
OpenCodeopencodeLocal pattern layerresume <session-id>
PipiLocal pattern layerresume <session-id>
Cursorcursor-agentOSC-aware profileresume <session-id>
GeminigeminiPattern and timing fallbackresume <session-id>
RovorovoLocal pattern layerresume <session-id>
CopilotcopilotOSC and hooksresume <session-id>
CodeBuddycodebuddyLocal pattern layerresume <session-id>
FactoryfactoryLocal pattern layerresume <session-id>
QoderqoderLocal pattern layerresume <session-id>

Add your own

Define custom agents in agents.toml with commands, patterns, and resume rules without changing app code.

[agents.local-reviewer]
command = "reviewer"
resume = "resume <session-id>"
patterns = ["waiting", "working"]

How detection works

Cocxy combines hooks, OSC signals, process patterns, and timing heuristics to show local state.

Vault integration

Detected sessions can be searched and resumed from the encrypted Vault.

Cocxy showing agents and local panes

Custom agents

Define custom agents in agents.toml with commands, patterns, and resume rules without changing app code.