Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions apps/docs/tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ Generated HTML artifacts open in a sandboxed **Preview** by default. Switch to
**Code** to inspect the saved HTML source without executing it in the page that
runs the Roomote dashboard.

If Live Preview cannot load, the panel distinguishes a failed status check from
a page-load timeout or environment setup problem. Select **Try again** to repeat
the failed check or reload the preview. When a completed task is asleep and has
a restorable snapshot, select **Wake up** to resume it before opening Live
Comment on lines +82 to +83

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wake path is not available for every restorable sleeping task. LivePreviewButton only opens the Wake up dialog when it can already resolve a preview URL; otherwise Live Preview opens the setup panel instead. Qualify this with the existing-preview condition, or direct users without a preview URL to wake the task through the normal task flow first.

Preview. An expired snapshot cannot be resumed; start a new task instead.

### Native widget styling

Roomote widgets inherit the task view's selected light or dark theme. Agents can
Expand Down
Loading