agents
Coding agent notifications: which CLI tells you what
Claude Code, Codex CLI and Gemini CLI each signal done and blocked differently. Four layers can page you, and not all of them survive tmux.
Nadia Okonkwo10 min read
blog
6 posts about workflow.
agents
Claude Code, Codex CLI and Gemini CLI each signal done and blocked differently. Four layers can page you, and not all of them survive tmux.
Nadia Okonkwo10 min read
agents
How Warp, iTerm2, Ghostty and Windows Terminal raise notifications for coding agents — and why tmux swallows OSC 9 until you allow passthrough.
Ivo Hart8 min read
tmux
tmux can watch a pane for output, a bell or silence and run any command when it fires — the config, the hooks, and how to route one to your phone.
Ivo Hart9 min read
tmux
vim-tmux-navigator crosses Ctrl-h/j/k/l between vim splits and tmux panes; escape-time 10 fixes Neovim's laggy Escape key. Config for both.
Nadia Okonkwo8 min read
tmux
tmux over SSH keeps a job running through a dropped connection. The pattern is ssh host -t 'tmux attach || tmux new', plus keepalives for broken pipe.
Ivo Hart8 min read
agents
A long agent run ends in four distinct ways and only one is success — why exit codes can't tell them apart, and what reading the pane gets you instead.
Nadia Okonkwo8 min read