Attyx v0.4.8

June 20, 2026

Attyx v0.4.8

Query agent status from the command line

The agent state that shows up as a dot on your tabs — working, waiting for input, idle — is now available straight from the attyx CLI, so you can wire it into scripts, status bars, or other tooling.

More accurate agent dots

Three cases where the status dot got stuck on the wrong color are fixed:

Note: picking up the launch fix requires restarting attyx once and launching a fresh agent.

No more blank screens on resize

Switching sessions while the window resized — which happens constantly with tiling window managers — could blank a pane, sometimes permanently. The content that fills a freshly switched session was being silently dropped during the resize. That message is now handled correctly, so panes stay populated through session switches and retiles. (#257)