What to check first
Before you dive into details, check the basics:- what Roomote was asked to do
- which environment or repository context it used
- whether the task is still running, needs input, or has finished
- whether Roomote used the expected model, source-control context, and compute environment when those details matter
- whether the end state matches the kind of outcome you wanted: answer, plan, patch, branch, or PR
Sessions and the task board
Use the board view on the Sessions page to scan shared work by lifecycle. Roomote places Sessions in Active, Needs input, Blocked, or Ready from their current task, goal, and run state, so your team does not need to maintain a separate status field. Each Session card shows its owner and participants, recent activity, delegated execution count, workspace or pull-request context, aggregate cost, and unread state. Use the Tasks scope when you only want Sessions containing execution work. Board and list choices remain in the URL so views are shareable.Recover from a failed start
When a task cannot start, select Try in a new task to open an editable task launcher prefilled with the original text prompt, selected model, and linked environment. Review or change those values before starting it. This creates a new task instead of retrying the failed task, and attachments are not copied, so reattach any files the new task needs.Task view
The task view gives you the working context for a run:- a header breadcrumb linking back to the owning Session (when you opened the workspace from a filtered Sessions view, browser Back returns to that view)
- conversation history and Roomote updates
- inline widgets for structured tables, status cards, plans, and other presentational results an agent chooses to show
- terminal and runtime logs, including individual environment setup-command logs when setup is still running or needs troubleshooting
- generated artifacts
- code diffs
- previews for running apps
- task metadata and links back to the surface that started the task
Native widget styling
Roomote widgets inherit the task view’s selected light or dark theme. Agents can use the built-inrw-card, rw-stack, rw-row, rw-grid, rw-stat,
rw-badge, rw-callout, and rw-muted classes for common layouts without
supplying custom CSS.
When a widget needs a custom layout, its CSS can use Roomote’s --rw-* theme
variables. The main variables are --rw-background, --rw-surface,
--rw-surface-muted, --rw-text, --rw-text-muted, --rw-border,
--rw-primary, --rw-accent, --rw-success, --rw-warning, and
--rw-danger. This keeps the result visually consistent with Roomote and lets
the same widget adapt when the viewer changes themes.
Widgets work best as compact visual summaries. Agents should keep labels and
datasets concise, choose a height that fits the expected content without
scrolling, and use normal task narration or an artifact for longer material.
Review the evidence
Roomote is most useful when it can show its work. For implementation tasks, look for:- commands, tests, or checks it ran
- logs or errors it used to make decisions
- screenshots, recordings, or live previews for UI changes
- a diff or pull request for code changes
- a clear explanation when something could not be verified
When an environment setup command fails, open the task Logs panel and
select its
Setup: <command> entry. The command’s output is available there
without needing to enter the sandbox workspace.
Continuing work
You can send follow-up instructions while a task is active. If a task has completed and Roomote has a restorable snapshot, a follow-up can resume from that prior workspace instead of starting over. Snapshot retention depends on the sandbox provider: Modal-backed snapshots do not have Roomote’s seven-day application expiry, while other providers may use a bounded window. When a task delegated from a Fast session asks for input, reply naturally in the originating session. If one input request is pending, Roomote applies a matching reply to that request instead of treating it as a separate task instruction. For an objective that may need several agent turns, use Goal Mode. It keeps the complete outcome in context and can continue the task automatically within a bounded continuation budget. Good follow-ups are specific:- “Apply the second option and add a regression test.”
- “Use the existing settings card pattern instead of adding a new component.”
- “Open a PR with the fix.”
- “Explain the tradeoff before changing code.”
When to resume versus start a new task
- Resume the same task when the follow-up depends on the existing workspace, context, or unfinished implementation.
- Start a new task when the work is a separate objective, should use a different environment, or would make the current task thread too broad.