Release Notes
0.3.0
Agent panes, a dock you can drag, reconnection that never spawns a session, and lighter walls.
Published as torta-app and torta-ai 0.3.0.
Every agent gets a real terminal
Each agent pane now hosts a real Claude Code session running in that agent’s
own home, and dispatch delivers work into that session. You can watch an agent
work, type to it mid-ticket, and take over. Pane sessions run in permission
mode auto: the generated wall decides, and you are asked only about what the
wall names neither way.
The dock
The terminal panel docks left, right or bottom, resizes between 30 and 60 percent of the window by dragging the splitter, and has a 90 percent toggle.
Reconnection that cannot cost you money
A dropped socket re-attaches to the same terminal and never spawns a new
claude on your account. Three close codes mean the session is over rather
than the link being broken, and none is retried.
The board also keeps in-progress output on screen while the update stream refreshes around it.
Lighter walls
The generated permission walls now emit Edit rules only, and no Write
rules.
Build and test
The repository became an npm workspaces root, gained a strict JSDoc type-check over all its JavaScript, and gained an opt-in Playwright lane that drives the wizard and the board in a real browser.