Sessions attach to a checkout
Point a session at a repository and it gets a worktree of its own on a branch of its own. Two sessions on the same project never see each other's uncommitted work, which is what makes running several at once safe.
Dev is the half of IXIOM that knows what you are working on. It attaches a session to a checkout, keeps sessions out of each other's way, and puts the things you would otherwise be typing into a second terminal one click away.
9 slides · scroll, arrow keys or click · ESC to leave
Point a session at a repository and it gets a worktree of its own on a branch of its own. Two sessions on the same project never see each other's uncommitted work, which is what makes running several at once safe.
The tree, the editor and the diff all read the checkout the active session is attached to. Switch session and the whole cockpit follows, rather than showing you the wrong project's files.
The environment bar shows which stack the session is pointed at and swaps it without touching the code. Switching environments animates the panel rather than tearing down running terminals.
A live look at what the agent is doing to your repository: which files it touched, which commands it ran and what came back, without scrolling the transcript.
Shipped in v0.7.844
Dev ships with IXIOM v0.7.844. Attach a session and the cockpit builds itself around it.