ReleaseCoreJuly 1, 2026
v0.1.0 — Terminal Multiplexer + Agent Dispatch
What's new
This is the first public release of Hyperion — an agentic workspace environment for autonomous software development.
Terminal Multiplexer
The centerpiece of this release is a 16-pane terminal grid built on xterm.js and node-pty. Each pane is an independent shell session.
Key features:
AI Agent Dispatch
Agents are dispatched from the Kanban task board. Drag a task card onto an agent pool and the agent claims it, opens terminals, edits files, and reports back.
Canvas Overlay
A real-time visual layer showing agent execution traces. Watch your agents navigate dependencies, open files, and resolve tasks as they happen.
What's next
The next release will focus on the dependency resolution engine — chaining multiple agents into pipelines where one agent's output feeds another's input.