Skip to content

Activity log

activity panel screenshot

The bottom panel’s Activity tab shows tool-call history for the selected agent pane, written by the agent’s PostToolUse hook.

Each row is one tool call — when it started, which tool ran, and the arguments that mattered.

Activity log files live under /tmp/tmux-agent-activity<pane>.log, where <pane> is the tmux pane id with the leading % replaced by _ (e.g. pane %3/tmp/tmux-agent-activity_3.log). The sidebar re-parses them on every refresh.

Tool names map to a stable color so Read / Edit / Bash etc. stay distinguishable at a glance:

Toolsxterm 256
Edit, Write, NotebookEdit180
Bash, PowerShell, Monitor114
Read, Glob, Grep110
Agent181
WebFetch, WebSearch117
Skill218
TaskCreate, TaskUpdate, TaskGet, TaskList, TaskStop, TaskOutput223
SendMessage, TeamCreate, TeamDelete182
LSP146
AskUserQuestion, PushNotification216
CronCreate, CronDelete, CronList, RemoteTrigger151
EnterPlanMode, ExitPlanMode189
EnterWorktree, ExitWorktree179
ToolSearch250
mcp__<server>__<tool> (any MCP tool)183
Everything else244
AgentCovered tools
Claude CodeEvery tool the hook payload exposes
CodexBash only — Codex’s PostToolUse fires for Bash alone (its tool_input is typed { command: string }), so Read / Edit / Write / Grep / Glob and other tool calls are not reported
OpenCodeEvery tool event the plugin bridge emits

The bottom panel has two tabs — Activity and Git. Swap with Shift+Tab, or click the tab label with the mouse.