/resume
Pick a previous session from a list and resume it.
Usage
In the interactive screen, type /resume and press Enter. A session list appears — pick one with the arrow keys and press Enter to resume.
Resuming directly at launch
Running blaze --resume opens the session picker right away.
You can also pass a session ID or title directly to open that session at launch.
blaze --resume <session-id>
blaze --resume "Salesforce setup-fork"Lookup order:
- Exact ID match
- Exact title match
- Title prefix match
If exactly one session matches, Blaze skips the picker and opens it directly. If multiple sessions match, the picker opens filtered to those candidates. Japanese titles are supported.
Copy the command Blaze prints after /branch and run it in another terminal to keep the derived session open in parallel.
Notes
- Conversation history is stored locally on your machine