Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions apps/docs/automations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ review does not enable anything.
Recommendations are a starting point rather than a fixed policy. After applying
them, use **Settings > Automations** to adjust schedules, destinations, workspace
targets, prompts, or models, and to create other automations from scratch.
Admins can also open **Automations** from the command palette by searching for
recurring, scheduled, or prompt-based work.

## Pull request automations

Expand Down
14 changes: 14 additions & 0 deletions apps/docs/tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ and list choices remain in the URL so views are shareable. Roomote also restores
the most recently selected layout from browser storage when you return; if
browser storage is unavailable, the Tasks page falls back to list view.

## Fast sessions

Open `/sessions` on your Roomote deployment to review persisted Fast

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.

The new Fast sessions section says this view is available now, but apps/docs/automations.mdx:131-135 still tells readers that channel-less Fast conversations are only available in an “upcoming Fast runs view.” That leaves two contradictory instructions in the public docs. Update or remove the stale availability disclaimer in the same change.

conversations available to your account. Select a session to inspect its
canonical transcript, including user prompts, Roomote replies, and visible tool
activity. Admins can review sessions across the deployment; other users can see
sessions they own or participated in.

Each session shows whether it is using native context or stored history and
whether its reply destination has been verified. Sessions created before
canonical message persistence may not have transcript entries until a new turn
is recorded. For long conversations, the transcript displays the most recent
messages and indicates when older messages are not shown.

## Recover from a failed start

When a task cannot start, select **Try in a new task** to open an editable task
Expand Down
Loading