Guides
Resume a Muse Code session
Open Helicon, find the project in the sidebar, and pick the session. The thread reopens with every turn, tool call, diff and approval in place, and you can carry on from there. Sessions started in the muse terminal TUI are discovered by the daemon and resume the same way.
Last updated · Markdown version
Where sessions come from
Helicon's daemon runs one muse serve host per workspace and indexes what that workspace has: projects, sessions and turns, in local SQLite. It does not matter which client created a session. If Muse Code has it on disk for that directory, Helicon lists it.
Three ways to find one
- The sidebar, grouped by working directory, with worktrees as their own entries.
- The command palette, which searches projects and sessions by name.
- The project home, which puts recent work for that project next to the composer.
What comes back
- Every turn in order, with the model and reasoning effort it used.
- Tool calls and their output.
- Inline diffs at the point the edit happened.
- Approval decisions, so the record of what you allowed survives.
- Cost for the thread at published per token rates.
Resume a Muse Code session in Helicon
Open Helicon. The sidebar lists projects by working directory.
Find the project. Use the sidebar, or the command palette to search by name.
Pick the session. Sessions are listed under their project with their history.
Carry on. Type in the composer. The thread continues where it stopped.
Frequently asked questions
Can I resume a session I started in the terminal?
Yes. The daemon discovers sessions for the workspace no matter which client started them.
Does resuming cost anything extra?
It uses your Muse Code subscription like any other turn. Helicon shows what the thread would have cost at published rates.
What if the project moved on disk?
Sessions are keyed by working directory, so add the new path as a project. The old entry stays until you remove it.
Keep reading
- Session history and resumeEvery Muse Code session, grouped by project, with full history and one click resume. Sessions started in the muse terminal TUI are discovered and resumable too.
- Keyboard and paletteA command palette, slash commands and a model and reasoning effort picker. Every project, session and action in Helicon is reachable without the mouse.
- The muse terminalHow a Muse Code GUI differs from the muse CLI terminal interface: session history, inline diffs, approvals and cost, side by side with what the TUI already does well.
Same Muse Code. Same subscription. Better interface.
Free and MIT licensed. Signed Windows installer, universal macOS DMG, and a web build against a daemon you run.