OpenCode plugin that shows status in tmux window name.
| Icon | Meaning |
|---|---|
𝗢 |
idle - waiting for input |
▶ |
busy - processing |
! |
needs permission |
When opencode exits, window name is restored.
Add to your opencode config:
{
"plugin": ["file:///path/to/opencode-tmux/src/index.ts"]
}𝗢 myproject <- idle
▶ myproject <- thinking
! myproject <- needs permission
myproject <- opencode closed