Agents Window
The Agents Window is the central hub for managing all your active and completed agent sessions. Open it with `Cmd+Shift+A` or from the sidebar icon.
Running agents
Each agent session appears as a card in the Agents Window. The card shows:
- Status indicator — a spinner while running, a check when done, an X if interrupted.
- Task summary — a short description of what the agent is working on.
- Tool calls — a live feed of every tool the agent called (file reads, edits, terminal commands).
- Elapsed time — how long the current session has been running.
Click any session card to expand it and see the full conversation, including every tool call and its output.
Multiple agents
You can run multiple agents simultaneously — one on a feature branch, one on a bug fix, and one doing research, all at the same time.
Parallel Tasks
Launch multiple agents on different tasks. Each runs in its own isolated context without interfering with others.
Branch Isolation
Each agent session is scoped to the branch it started on, keeping parallel work cleanly separated.
If two agents try to edit the same file simultaneously, Vyre will warn you before either one writes. Resolve the conflict before continuing.
Queued messages
While an agent is running, you can type follow-up instructions in the input box. They queue up and will be processed in order once the current step completes.
This is useful when you realize mid-run that you want to add a constraint or change direction — you don't need to interrupt the agent, just queue your message.
Reviewing output
When an agent finishes, the session card shows a diff summary: how many files were created, modified, or deleted. Click "View Diff" to open the full diff viewer.
From the diff viewer you can:
- Accept all changes in one click
- Reject individual file changes
- Restore to checkpoint to roll back to any previous state
- Continue with a follow-up prompt
Accepting changes selectively
In the diff viewer, use the checkboxes next to each file to accept or reject changes file-by-file. Click "Apply Selected" to write only the files you approved.
Restoring to a checkpoint
Click the clock icon on any session card to open the checkpoint timeline. Click a checkpoint to preview what your workspace looked like at that moment. Click "Restore" to revert all files to that state.