← All releases
Attyx

Attyx v0.4.11

Attyx v0.4.11

MCP tools can target any session

When you drive Attyx over MCP, every session-aware tool accepts a session parameter — but until now it only worked for the session your window was currently attached to. Pointing a tool at any other session failed with session not attached.

Now those calls route through the daemon, which holds every session, so an MCP client can drive any session by id — exactly like running attyx <command> -s N from the CLI. This covers list, list_tabs, list_panes, list_agents, get_text, send_keys, scroll, the tab_* commands, and the split commands. (#266)

Window- and view-level operations (focus, popup, split_zoom) still apply to the attached window only, matching how the CLI behaves.