You can now drop an image into a pane without reaching for the mouse. The new send_image path injects an image file exactly as a native drag-and-drop would, so TUIs like Claude Code pick it up as an image attachment. (#271)
It’s available three ways:
attyx send_image <path> (add -p <pane> to target a specific pane, otherwise it goes to the active one).send_image tool that takes either a file path or inline base64 data.send_image message for clients driving Attyx directly.The per-tab agent-status dot now behaves the way you’d expect across Claude, Codex, and opencode.
Ctrl-C or kill it — the dot clears instead of getting stuck. Works in zsh, bash, fish, and nushell. (#270)Detection only triggers on the actual command you run, so things like echo codex or git commit -m codex won’t light it up by mistake.