Feature

Multi-Layer Agent Detection

Cocxy detects local coding agents through hooks, OSC signals, terminal semantics, pattern matching, and timing heuristics.

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.

Download

Install Cocxy on macOS

The site keeps version placeholders so the release workflow can rewrite them when publishing.

Homebrew

Reproducible install from the official tap.

brew tap salp2403/tap && brew install --cask cocxy

Channels

Stable, preview, and nightly are documented with clear risk levels.

View channels