← All updates

Changelog

A terminal the agent can come back to

Persistent terminal sessions let an agent keep working in the same shell instead of starting over for every command.

v1.7.0

Keep the shell running

The new terminal tool gives agents persistent shell sessions. Working directories, environment variables, and warm build processes stay available between calls. An agent can start a long-running process, do other work, and return to check its output.

This is useful for repeated builds and tests, or watching a development server while making changes. Persistent does not mean permanent: these are running terminal sessions, not saved shells that survive a server restart.

See what the agent is doing

Agent-created sessions appear in your terminal panel. You can watch their output and stop them there. Each session tracks one command at a time, keeping command results separate.

A more focused starting setup

Fresh installations now include ProkopCode for coding work and Explore for read-only investigation. Existing installations keep their current preconfigurations rather than having them replaced.