Connect your coding agents
Run setup once and select every agent you want Termyte to capture.
Claude Code and Codex use
SessionStart, UserPromptSubmit, PostToolUse, and Stop hooks. OpenCode uses a generated plugin for chat messages, completed tools, compaction, and session lifecycle events.
Agent synthesis
When you choose an authenticated agent during setup,termyte-worker uses that agent’s non-interactive CLI in separate background invocations:
- Claude Code:
claude -p - Codex:
codex exec - OpenCode:
opencode run --format json
Capture-only setup
Choose Capture only for now if you do not want Termyte to call a memory-processing provider. Events and task state are still stored locally. Searchable memories will not be formed until a provider is configured.Verify
After setup, restart each selected agent and complete a small tool-using task. Then run:doctor currently checks Claude Code and Codex hook coverage. For OpenCode, confirm that ~/.config/opencode/plugins/termyte.js exists and inspect captured sessions in the Viewer.