From b3d260ae1156647f9fbde38a69f36954107a117b Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sun, 30 Aug 2026 16:34:09 +0000 Subject: [PATCH 01/17] chore: prepare Roomote 0.46.0 release --- .changeset/chat-fast-provider-parity.md | 7 ---- .changeset/fast-quiet-provider-recovery.md | 5 --- .changeset/fast-reply-reactions.md | 5 --- .changeset/queue-fast-parent-events.md | 7 ---- CHANGELOG.md | 34 +++++++++++++++++++ apps/docs/automations.mdx | 8 ++--- apps/docs/communications.mdx | 5 +++ apps/docs/fast-sessions.mdx | 16 +++++---- apps/docs/memory.mdx | 2 ++ apps/docs/models.mdx | 5 +++ apps/docs/providers/source-control/github.mdx | 15 +++++--- apps/docs/tasks.mdx | 4 +++ package.json | 2 +- 13 files changed, 73 insertions(+), 42 deletions(-) delete mode 100644 .changeset/chat-fast-provider-parity.md delete mode 100644 .changeset/fast-quiet-provider-recovery.md delete mode 100644 .changeset/fast-reply-reactions.md delete mode 100644 .changeset/queue-fast-parent-events.md diff --git a/.changeset/chat-fast-provider-parity.md b/.changeset/chat-fast-provider-parity.md deleted file mode 100644 index 107f8a8e8..000000000 --- a/.changeset/chat-fast-provider-parity.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@roomote/api": patch -"@roomote/db": patch -"@roomote/sdk": patch ---- - -Start linked Microsoft Teams and Telegram chat requests in Fast and continue Fast replies from both providers. diff --git a/.changeset/fast-quiet-provider-recovery.md b/.changeset/fast-quiet-provider-recovery.md deleted file mode 100644 index 2527b2516..000000000 --- a/.changeset/fast-quiet-provider-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@roomote/cloud-agents": patch ---- - -Keep Fast sessions quiet through short transient provider recoveries: retries stay silent unless the wait grows past 30 seconds, all retryable provider errors share a six-retry budget with bounded jittered backoff, and warm-session progress refreshes the recovery budget the way completed coding-task turns do. diff --git a/.changeset/fast-reply-reactions.md b/.changeset/fast-reply-reactions.md deleted file mode 100644 index e9be22025..000000000 --- a/.changeset/fast-reply-reactions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@roomote/api": patch ---- - -Let linked Fast session owners respond to Roomote replies with emoji reactions across Slack, Discord, Microsoft Teams, and Telegram. diff --git a/.changeset/queue-fast-parent-events.md b/.changeset/queue-fast-parent-events.md deleted file mode 100644 index 77d12e124..000000000 --- a/.changeset/queue-fast-parent-events.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@roomote/sdk": patch -"@roomote/bullmq": patch -"@roomote/db": patch ---- - -Queue delegated-task updates durably for their Fast parent so busy conversations process child progress and completion in order instead of rejecting or killing the parent event after 30 seconds. diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f2289e7..60a73fa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ This file tracks product releases for Roomote (single monorepo version). Automated release entries are prepended by `pnpm run version`. +## 0.46.0 (2026-08-30) + +This release makes Sessions the center of Roomote work, broadens Fast across chat and connected tooling, expands Memory context and control, and adds richer automation, analytics, and artifact workflows. + +### Highlights + +- Follow conversations, delegated executions, artifacts, reviews, and costs in a searchable Session workspace across desktop and mobile. +- Continue Fast directly from Microsoft Teams and Telegram, react to replies across every chat provider, and delegate parallel coding work with attachment context. +- Enable Memory more easily and recall public Discord discussions, visible Linear issues, and richer Notion database properties. +- Preview generated HTML safely and announce default-branch changes with concise, pull-request-aware summaries across supported source-control providers. + +### Minor changes + +- Start and continue linked Fast conversations directly from Microsoft Teams and Telegram, matching the existing Slack and Discord experience. +- React to Roomote Fast replies across Slack, Discord, Microsoft Teams, and Telegram to provide context for a follow-up or let the conversation stay quiet. +- Announce default-branch pushes across supported source-control providers with concise, pull-request-aware summaries, direct change links, and durable Slack, Discord, Microsoft Teams, or Telegram destinations. +- Open Analytics on Costs by default and break out Session orchestration and Memory synthesis so teams can understand where inference spend comes from. +- Let Fast launch multiple independent coding tasks from one turn, forward image and supported file context into delegated work, and show nested startup progress without losing retries or results. +- Let Fast inspect GitHub Actions runs, jobs, and logs to explain CI failures while keeping the diagnostic path read-only. +- Let connected MCP clients read Fast Session history and send follow-ups through the same Roomote task communication interface used for standard tasks. +- Open generated HTML artifacts as safely sandboxed previews with a source-code toggle, while keeping presentational widgets available in web transcripts and linked chat previews. +- Add public Discord discussions and visible Linear issues to Memory, preserve richer Linear planning metadata, and render readable Notion database properties for more complete recall. +- Let administrators enable Memory without a dedicated synthesis-provider key, enable it by default for new hosted deployments, and surface newly ingested pages within minutes instead of waiting for a later maintenance pass. +- Finish setup in one Roomote Session that launches and tracks selected starter tasks, with clearer guidance about the value and limits of hosted trial inference. +- Make Sessions the primary workspace for Roomote work, with dashboard launch and search, recent-session navigation, delegated execution details, artifacts, reviews, costs, stable titles, and responsive mobile layouts in one continuous conversation. + +### Patch changes + +- Keep Fast sessions quiet through short transient provider recoveries: retries stay silent unless the wait grows past 30 seconds, all retryable provider errors share a six-retry budget with bounded jittered backoff, and warm-session progress refreshes the recovery budget the way completed coding-task turns do. +- Queue delegated-task updates durably for their Fast parent so busy conversations process child progress and completion in order instead of rejecting or killing the parent event after 30 seconds. +- Keep pull-request review follow-through reliable by showing actionable feedback in Fast and standard web tasks, clearing resolved Roomote findings, preserving the correct destination branch and attribution, and avoiding duplicate review requests. +- Disable anonymous usage reporting in the bundled Infinity service so self-hosted local Memory embeddings stay quiet by default. +- Keep Fast Sessions stable through cold starts and refreshes by preserving conversation context, model and reasoning choices, generated titles, pull-request status, and recovery state without duplicate or stale transcript notices. + ## 0.45.1 (2026-08-29) This patch restores complete Notion database discovery across Memory and the built-in Notion MCP. diff --git a/apps/docs/automations.mdx b/apps/docs/automations.mdx index 0d85d0904..8c083eff6 100644 --- a/apps/docs/automations.mdx +++ b/apps/docs/automations.mdx @@ -142,11 +142,9 @@ when repository or workspace execution is required. Fast runs deliver to every custom-automation report destination: Slack, Discord, Microsoft Teams, or Telegram, as either a channel/chat or a direct message to the automation owner. Each run keeps a distinct Fast session, and -the report links back to that session in the web app. Slack, Discord, and -Microsoft Teams replies continue the Fast session directly in chat. Teams only -resumes after verifying the active tenant installation, conversation, and -linked user. Telegram can deliver the same reports and continue them from the -web app, but inbound Telegram replies still use its normal task-routing flow. +the report links back to that session in the web app. Replies on all four +providers continue the Fast session directly in chat. Roomote verifies the +active provider installation, conversation, and linked user before resuming. Runs with no report destination remain stored Fast sessions and do not post to chat. diff --git a/apps/docs/communications.mdx b/apps/docs/communications.mdx index 106be5fb5..0a3aa55b2 100644 --- a/apps/docs/communications.mdx +++ b/apps/docs/communications.mdx @@ -58,6 +58,11 @@ also needs an environment that can run the suggestion's target repository. Configured **Call Roomote via emoji** automations are separate from these suggestion reactions. +When the suggestion is not pinned to an execution target, Fast-capable chat +surfaces start it in Fast so Roomote can answer or delegate as needed. A pinned +environment, repository-only surface, or provider without Fast support starts +the coding task directly. + ## React to Roomote replies When you react to a Roomote reply in an active Fast conversation, Roomote can diff --git a/apps/docs/fast-sessions.mdx b/apps/docs/fast-sessions.mdx index d0929ecdd..8f462dd17 100644 --- a/apps/docs/fast-sessions.mdx +++ b/apps/docs/fast-sessions.mdx @@ -44,8 +44,8 @@ generated title that updates as the Session evolves. Fast sessions can also render presentational widgets such as status cards, tables, and plans directly in the transcript. Widget HTML is sanitized and -sandboxed in the web view; chat surfaces receive only the widget's text -fallback. +sandboxed in the web view. Chat surfaces receive a concise text preview and a +link to open the rendered widget when both are available. ## Reply to a session @@ -56,11 +56,13 @@ thread with a quoted copy of your web message, so the conversation stays in one place for everyone following it there. Fast replies across Slack, Discord, Microsoft Teams, and Telegram link back to -the Session view. Slack and Discord can also resume Fast directly from chat. -Microsoft Teams replies continue the same Session after Roomote verifies the -tenant, installation, conversation, and linked user. Telegram currently uses -the Session view for Fast follow-ups because its inbound webhook route does not -yet carry Fast Session identity. +the Session view and can resume the same Session directly from chat. Roomote +verifies the provider installation, conversation, and linked user before it +accepts the follow-up. + +In shared Slack and Discord conversations, Fast can stay silent when linked +participants are talking to each other. A direct reply to Roomote, a mention, +an explicit Fast command, or a direct message still requires a response. ## Execution access diff --git a/apps/docs/memory.mdx b/apps/docs/memory.mdx index 8584929a3..1bdaebf04 100644 --- a/apps/docs/memory.mdx +++ b/apps/docs/memory.mdx @@ -125,6 +125,8 @@ R_BRAIN_EMBEDDING_DIMENSIONS=1024 ``` The bundled CPU service uses multilingual models so recall can cross languages. +Its anonymous usage reporting is disabled by default in the Roomote Compose +bundle. This is separate from Roomote's own optional anonymous analytics. For a smaller CPU host, `Alibaba-NLP/gte-multilingual-base` with `768` dimensions is a lighter embedding alternative. Choose the embedding model and dimensions before Memory's first boot; changing that pair later requires diff --git a/apps/docs/models.mdx b/apps/docs/models.mdx index 5722d1f23..1394e4045 100644 --- a/apps/docs/models.mdx +++ b/apps/docs/models.mdx @@ -298,6 +298,11 @@ You can also just ask the agent — for example "switch to Fable 5 with max reasoning for the rest of this task". The agent applies the same change through its task-management tool, subject to the same allowed-models list. +Conversational Sessions expose the same model and reasoning choices in their +composer. A selection is saved before the next message can be sent, persists +across page refreshes, and applies to later Fast turns without changing a turn +that is already running. + ## Fast delegation and consultation Fast mode sees the exact coding models enabled for delegated tasks. When it diff --git a/apps/docs/providers/source-control/github.mdx b/apps/docs/providers/source-control/github.mdx index 38f668e17..93c0c45ee 100644 --- a/apps/docs/providers/source-control/github.mdx +++ b/apps/docs/providers/source-control/github.mdx @@ -160,6 +160,11 @@ R_GITHUB_ADDITIONAL_APP_SLUGS=roomote-community,roomote-reviewer Roomote treats only the primary slug and this comma-separated allowlist as managed bot identities. Do not add unrelated GitHub Apps. +Fast can use the GitHub App's Actions access to inspect workflow runs, jobs, and +logs when it explains a CI failure. That diagnostic path is read-only even +though the app keeps broader Actions and Workflows permissions for normal task +and automation workflows. + Generate a private key from the app's **Private keys** section. GitHub downloads a `.pem` file. Convert it to an escaped single-line value before saving it in an env var: @@ -219,11 +224,11 @@ Once the app is installed and an environment maps the repository: Issue mentions use the environment mapped to the repository. Map the repository to an environment before mentioning Roomote on issues. -When a task delegated from a Fast session in Slack or Discord opens a pull -request, actionable review feedback returns to that same session. Use -**Resolve these issues** to address the current feedback, **Auto-resolve on this -PR** to handle later actionable feedback automatically, or **Dismiss** to take -no action. +When a Roomote task opens a pull request, actionable review feedback returns to +the owning Session and appears in both Fast and standard web task transcripts. +Use **Resolve these issues** to address the current feedback, **Auto-resolve on +this PR** to handle later actionable feedback automatically, or **Dismiss** to +take no action. Failed GitHub checks also return to every Roomote task linked to the pull request and to the conversation that started the work. Roomote consolidates a diff --git a/apps/docs/tasks.mdx b/apps/docs/tasks.mdx index 6ae7279d5..9ed349c42 100644 --- a/apps/docs/tasks.mdx +++ b/apps/docs/tasks.mdx @@ -71,6 +71,10 @@ For a Markdown plan artifact, **Build this** starts a new task from the plan. After the task starts, use **View task** in the confirmation message to follow its status and review its transcript. +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. + ### Native widget styling Roomote widgets inherit the task view's selected light or dark theme. Agents can diff --git a/package.json b/package.json index 66c0d4076..6d8f984da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roomote", - "version": "0.45.1", + "version": "0.46.0", "license": "FCL-1.0-ALv2", "packageManager": "pnpm@10.29.3", "engines": { From d40d7bdb093073b42b60e21a72de86a9d50cd1c9 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sun, 30 Aug 2026 16:51:41 +0000 Subject: [PATCH 02/17] chore: record Roomote 1.0 default changes --- .changeset/fast-memory-defaults-major.md | 5 +++++ apps/docs/fast-sessions.mdx | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/fast-memory-defaults-major.md diff --git a/.changeset/fast-memory-defaults-major.md b/.changeset/fast-memory-defaults-major.md new file mode 100644 index 000000000..86a64863b --- /dev/null +++ b/.changeset/fast-memory-defaults-major.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': major +--- + +Make Fast the default entry point for unpinned Roomote requests across the web dashboard and supported chat providers, and enable Memory by default for new hosted deployments. Select an environment or repository when work should start directly in a coding task; existing deployments keep their current Memory setting. diff --git a/apps/docs/fast-sessions.mdx b/apps/docs/fast-sessions.mdx index 8f462dd17..8485035d4 100644 --- a/apps/docs/fast-sessions.mdx +++ b/apps/docs/fast-sessions.mdx @@ -20,6 +20,11 @@ when the request needs a repository workspace. Selecting an environment or repository starts the execution directly, but Roomote still creates the owning Session and opens it with that execution selected. +Fast is the default for **Auto** and other unpinned requests across the web +dashboard and supported chat providers. Choose an environment or repository +explicitly when the request should skip conversation-first routing and start a +coding task immediately. + Select **New Session** in the navigation to open the same launcher from any dashboard page. From b4941e8259f7ed5b86d0a7ac78cb8367a30f6295 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:02:19 +0000 Subject: [PATCH 03/17] chore: record Slack Fast title release note --- .changeset/slack-fast-title-sync.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/slack-fast-title-sync.md diff --git a/.changeset/slack-fast-title-sync.md b/.changeset/slack-fast-title-sync.md new file mode 100644 index 000000000..84052c1ea --- /dev/null +++ b/.changeset/slack-fast-title-sync.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Keep Slack Fast thread titles synchronized with generated and manually edited Session titles instead of leaving conversations labeled `Thread`. From 6227c5b526d024f0392e96c4f736b319c52f22ff Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:05:02 +0000 Subject: [PATCH 04/17] chore: supersede Roomote release with 1.0.0 --- .changeset/fast-memory-defaults-major.md | 5 ----- .changeset/slack-fast-title-sync.md | 5 ----- CHANGELOG.md | 15 ++++++++++----- package.json | 2 +- 4 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fast-memory-defaults-major.md delete mode 100644 .changeset/slack-fast-title-sync.md diff --git a/.changeset/fast-memory-defaults-major.md b/.changeset/fast-memory-defaults-major.md deleted file mode 100644 index 86a64863b..000000000 --- a/.changeset/fast-memory-defaults-major.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': major ---- - -Make Fast the default entry point for unpinned Roomote requests across the web dashboard and supported chat providers, and enable Memory by default for new hosted deployments. Select an environment or repository when work should start directly in a coding task; existing deployments keep their current Memory setting. diff --git a/.changeset/slack-fast-title-sync.md b/.changeset/slack-fast-title-sync.md deleted file mode 100644 index 84052c1ea..000000000 --- a/.changeset/slack-fast-title-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Keep Slack Fast thread titles synchronized with generated and manually edited Session titles instead of leaving conversations labeled `Thread`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a73fa17..cafc2b494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,20 @@ This file tracks product releases for Roomote (single monorepo version). Automated release entries are prepended by `pnpm run version`. -## 0.46.0 (2026-08-30) +## 1.0.0 (2026-08-30) -This release makes Sessions the center of Roomote work, broadens Fast across chat and connected tooling, expands Memory context and control, and adds richer automation, analytics, and artifact workflows. +Roomote 1.0 makes Fast the default entry point for conversations, enables Memory by default on new hosted deployments, and completes the Session-centered automation, analytics, and artifact experience. ### Highlights +- Start unpinned requests in Fast by default, while choosing an environment or repository still starts coding work immediately. +- Enable Memory by default for new hosted deployments and recall public Discord discussions, visible Linear issues, and richer Notion database properties. - Follow conversations, delegated executions, artifacts, reviews, and costs in a searchable Session workspace across desktop and mobile. -- Continue Fast directly from Microsoft Teams and Telegram, react to replies across every chat provider, and delegate parallel coding work with attachment context. -- Enable Memory more easily and recall public Discord discussions, visible Linear issues, and richer Notion database properties. -- Preview generated HTML safely and announce default-branch changes with concise, pull-request-aware summaries across supported source-control providers. +- Continue Fast across supported chat providers, delegate parallel work with attachments, preview generated HTML safely, and announce default-branch changes. + +### Major changes + +- Make Fast the default entry point for unpinned Roomote requests across the web dashboard and supported chat providers, and enable Memory by default for new hosted deployments. Select an environment or repository when work should start directly in a coding task; existing deployments keep their current Memory setting. ### Minor changes @@ -35,6 +39,7 @@ This release makes Sessions the center of Roomote work, broadens Fast across cha - Keep pull-request review follow-through reliable by showing actionable feedback in Fast and standard web tasks, clearing resolved Roomote findings, preserving the correct destination branch and attribution, and avoiding duplicate review requests. - Disable anonymous usage reporting in the bundled Infinity service so self-hosted local Memory embeddings stay quiet by default. - Keep Fast Sessions stable through cold starts and refreshes by preserving conversation context, model and reasoning choices, generated titles, pull-request status, and recovery state without duplicate or stale transcript notices. +- Keep Slack Fast thread titles synchronized with generated and manually edited Session titles instead of leaving conversations labeled `Thread`. ## 0.45.1 (2026-08-29) diff --git a/package.json b/package.json index 6d8f984da..7d24dc0dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roomote", - "version": "0.46.0", + "version": "1.0.0", "license": "FCL-1.0-ALv2", "packageManager": "pnpm@10.29.3", "engines": { From 7f96398c1c3794b0d6ef0a6032284f82eee567db Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:26:26 +0000 Subject: [PATCH 05/17] chore: record latest 1.0.0 release notes --- .changeset/release-history-dialog.md | 5 +++++ .changeset/slack-platform-alert-cards.md | 5 +++++ .changeset/transcript-yaml-wrapping.md | 5 +++++ apps/docs/self-hosting.mdx | 14 ++++++++------ 4 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 .changeset/release-history-dialog.md create mode 100644 .changeset/slack-platform-alert-cards.md create mode 100644 .changeset/transcript-yaml-wrapping.md diff --git a/.changeset/release-history-dialog.md b/.changeset/release-history-dialog.md new file mode 100644 index 000000000..3a8d502d6 --- /dev/null +++ b/.changeset/release-history-dialog.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': minor +--- + +Browse current and previous Roomote releases directly in the update dialog, with the latest release expanded and newer remotely detected updates kept visible even when their notes are not yet available in the running image. diff --git a/.changeset/slack-platform-alert-cards.md b/.changeset/slack-platform-alert-cards.md new file mode 100644 index 000000000..037f929b6 --- /dev/null +++ b/.changeset/slack-platform-alert-cards.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Show platform issue alerts sent directly to Slack deployment admins with the same actionable automation card used for configured alert destinations. diff --git a/.changeset/transcript-yaml-wrapping.md b/.changeset/transcript-yaml-wrapping.md new file mode 100644 index 000000000..30ced795c --- /dev/null +++ b/.changeset/transcript-yaml-wrapping.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Keep expanded tool-call details readable in Task and Fast transcripts by wrapping long YAML values within the transcript instead of clipping or overflowing them. diff --git a/apps/docs/self-hosting.mdx b/apps/docs/self-hosting.mdx index fdde221bb..bc6fc1963 100644 --- a/apps/docs/self-hosting.mdx +++ b/apps/docs/self-hosting.mdx @@ -150,14 +150,16 @@ one. Check the running application version and applied schema migration at any time under **Settings → Deployment → Diagnostics**; both are also recorded in every backup bundle's manifest. -After you upgrade, Roomote can surface the new release in the web app: +Roomote surfaces release history and available updates in the web app: - **Admins** on self-hosted deployments see an update notice in the sidenav when - a newer GitHub release is available, with release notes and a link back to - GitHub. Use `roomote upgrade` (or your image roll-forward process) to install - it. -- **Everyone** sees a short "what's new" notice once after the app is upgraded - to a new version, pulled from the same GitHub release notes as the changelog. + a newer GitHub release is available. The update dialog keeps that target and + its GitHub link visible even when the running image does not yet contain the + newer release's notes. Use `roomote upgrade` (or your image roll-forward + process) to install it. +- **Everyone** can browse the current and previous release notes bundled in the + running image, with the latest release expanded. After an upgrade, Roomote + also shows the latest "what's new" notice once. ## Deployment modes From 27676db90a1ec37e2126bfead6634af8b03e0b60 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:36:32 +0000 Subject: [PATCH 06/17] chore: amend Roomote 1.0.0 from latest develop --- .changeset/release-history-dialog.md | 5 ----- .changeset/slack-platform-alert-cards.md | 5 ----- .changeset/transcript-yaml-wrapping.md | 5 ----- CHANGELOG.md | 3 +++ 4 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 .changeset/release-history-dialog.md delete mode 100644 .changeset/slack-platform-alert-cards.md delete mode 100644 .changeset/transcript-yaml-wrapping.md diff --git a/.changeset/release-history-dialog.md b/.changeset/release-history-dialog.md deleted file mode 100644 index 3a8d502d6..000000000 --- a/.changeset/release-history-dialog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': minor ---- - -Browse current and previous Roomote releases directly in the update dialog, with the latest release expanded and newer remotely detected updates kept visible even when their notes are not yet available in the running image. diff --git a/.changeset/slack-platform-alert-cards.md b/.changeset/slack-platform-alert-cards.md deleted file mode 100644 index 037f929b6..000000000 --- a/.changeset/slack-platform-alert-cards.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Show platform issue alerts sent directly to Slack deployment admins with the same actionable automation card used for configured alert destinations. diff --git a/.changeset/transcript-yaml-wrapping.md b/.changeset/transcript-yaml-wrapping.md deleted file mode 100644 index 30ced795c..000000000 --- a/.changeset/transcript-yaml-wrapping.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Keep expanded tool-call details readable in Task and Fast transcripts by wrapping long YAML values within the transcript instead of clipping or overflowing them. diff --git a/CHANGELOG.md b/CHANGELOG.md index cafc2b494..8e3b99057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Let administrators enable Memory without a dedicated synthesis-provider key, enable it by default for new hosted deployments, and surface newly ingested pages within minutes instead of waiting for a later maintenance pass. - Finish setup in one Roomote Session that launches and tracks selected starter tasks, with clearer guidance about the value and limits of hosted trial inference. - Make Sessions the primary workspace for Roomote work, with dashboard launch and search, recent-session navigation, delegated execution details, artifacts, reviews, costs, stable titles, and responsive mobile layouts in one continuous conversation. +- Browse current and previous Roomote releases directly in the update dialog, with the latest release expanded and newer remotely detected updates kept visible even when their notes are not yet available in the running image. ### Patch changes @@ -40,6 +41,8 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Disable anonymous usage reporting in the bundled Infinity service so self-hosted local Memory embeddings stay quiet by default. - Keep Fast Sessions stable through cold starts and refreshes by preserving conversation context, model and reasoning choices, generated titles, pull-request status, and recovery state without duplicate or stale transcript notices. - Keep Slack Fast thread titles synchronized with generated and manually edited Session titles instead of leaving conversations labeled `Thread`. +- Show platform issue alerts sent directly to Slack deployment admins with the same actionable automation card used for configured alert destinations. +- Keep expanded tool-call details readable in Task and Fast transcripts by wrapping long YAML values within the transcript instead of clipping or overflowing them. ## 0.45.1 (2026-08-29) From 5423f017c9fcf49dce39f516070e449267bfb0c3 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:42:27 +0000 Subject: [PATCH 07/17] docs: clarify release history availability --- apps/docs/self-hosting.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/docs/self-hosting.mdx b/apps/docs/self-hosting.mdx index bc6fc1963..ed0a05ef5 100644 --- a/apps/docs/self-hosting.mdx +++ b/apps/docs/self-hosting.mdx @@ -157,9 +157,10 @@ Roomote surfaces release history and available updates in the web app: its GitHub link visible even when the running image does not yet contain the newer release's notes. Use `roomote upgrade` (or your image roll-forward process) to install it. -- **Everyone** can browse the current and previous release notes bundled in the - running image, with the latest release expanded. After an upgrade, Roomote - also shows the latest "what's new" notice once. +- **When the release dialog is shown**, everyone can browse the current and + previous release notes bundled in the running image, with the latest release + expanded. After an upgrade, Roomote shows the latest "what's new" notice + once. ## Deployment modes From e60363d6b23a8924728dde742eb652335165327e Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:41:41 +0000 Subject: [PATCH 08/17] chore: record latest 1.0.0 release notes --- .changeset/about-release-history.md | 5 +++++ .changeset/session-context-accuracy.md | 5 +++++ .changeset/session-workspace-activity.md | 5 +++++ .changeset/slack-session-automation-reliability.md | 5 +++++ .changeset/standalone-release-history-runtime.md | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changeset/about-release-history.md create mode 100644 .changeset/session-context-accuracy.md create mode 100644 .changeset/session-workspace-activity.md create mode 100644 .changeset/slack-session-automation-reliability.md create mode 100644 .changeset/standalone-release-history-runtime.md diff --git a/.changeset/about-release-history.md b/.changeset/about-release-history.md new file mode 100644 index 000000000..a488f1bee --- /dev/null +++ b/.changeset/about-release-history.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': minor +--- + +Open current and previous Roomote release notes directly from About Roomote in the existing in-app release-history dialog. diff --git a/.changeset/session-context-accuracy.md b/.changeset/session-context-accuracy.md new file mode 100644 index 000000000..5a73aeb57 --- /dev/null +++ b/.changeset/session-context-accuracy.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Keep Session context accurate by including attached task inference spend in total costs, opening inline task links in their owning Session, and hiding running or artifact states when they no longer apply. diff --git a/.changeset/session-workspace-activity.md b/.changeset/session-workspace-activity.md new file mode 100644 index 000000000..bf35bcc83 --- /dev/null +++ b/.changeset/session-workspace-activity.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': minor +--- + +Follow delegated work more clearly in Sessions with live nested-task activity, a conversation-wide artifact gallery, cleaner task details and navigation, and modernized search, filter, board, and list controls. diff --git a/.changeset/slack-session-automation-reliability.md b/.changeset/slack-session-automation-reliability.md new file mode 100644 index 000000000..3dfcf5afa --- /dev/null +++ b/.changeset/slack-session-automation-reliability.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Keep Slack-backed Sessions and automations reliable by deferring silent custom-automation delivery, suppressing no-op placeholders, validating Fast titles without retry loops, restoring clear Configure actions, and using the correct Merge Announcer icon. diff --git a/.changeset/standalone-release-history-runtime.md b/.changeset/standalone-release-history-runtime.md new file mode 100644 index 000000000..1f538b20d --- /dev/null +++ b/.changeset/standalone-release-history-runtime.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Restore required runtime dependencies in standalone deployment images while continuing to bundle in-app release history. From de75159c0add3f916ddac78ae65f0ea0199dcda0 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:44:39 +0000 Subject: [PATCH 09/17] chore: amend Roomote 1.0.0 from latest develop --- .changeset/about-release-history.md | 5 ---- .changeset/session-context-accuracy.md | 5 ---- .changeset/session-workspace-activity.md | 5 ---- .../slack-session-automation-reliability.md | 5 ---- .../standalone-release-history-runtime.md | 5 ---- CHANGELOG.md | 5 ++++ apps/docs/communications.mdx | 8 +++--- apps/docs/fast-sessions.mdx | 25 +++++++++++++++---- apps/docs/self-hosting.mdx | 8 +++--- 9 files changed, 33 insertions(+), 38 deletions(-) delete mode 100644 .changeset/about-release-history.md delete mode 100644 .changeset/session-context-accuracy.md delete mode 100644 .changeset/session-workspace-activity.md delete mode 100644 .changeset/slack-session-automation-reliability.md delete mode 100644 .changeset/standalone-release-history-runtime.md diff --git a/.changeset/about-release-history.md b/.changeset/about-release-history.md deleted file mode 100644 index a488f1bee..000000000 --- a/.changeset/about-release-history.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': minor ---- - -Open current and previous Roomote release notes directly from About Roomote in the existing in-app release-history dialog. diff --git a/.changeset/session-context-accuracy.md b/.changeset/session-context-accuracy.md deleted file mode 100644 index 5a73aeb57..000000000 --- a/.changeset/session-context-accuracy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Keep Session context accurate by including attached task inference spend in total costs, opening inline task links in their owning Session, and hiding running or artifact states when they no longer apply. diff --git a/.changeset/session-workspace-activity.md b/.changeset/session-workspace-activity.md deleted file mode 100644 index bf35bcc83..000000000 --- a/.changeset/session-workspace-activity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': minor ---- - -Follow delegated work more clearly in Sessions with live nested-task activity, a conversation-wide artifact gallery, cleaner task details and navigation, and modernized search, filter, board, and list controls. diff --git a/.changeset/slack-session-automation-reliability.md b/.changeset/slack-session-automation-reliability.md deleted file mode 100644 index 3dfcf5afa..000000000 --- a/.changeset/slack-session-automation-reliability.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Keep Slack-backed Sessions and automations reliable by deferring silent custom-automation delivery, suppressing no-op placeholders, validating Fast titles without retry loops, restoring clear Configure actions, and using the correct Merge Announcer icon. diff --git a/.changeset/standalone-release-history-runtime.md b/.changeset/standalone-release-history-runtime.md deleted file mode 100644 index 1f538b20d..000000000 --- a/.changeset/standalone-release-history-runtime.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Restore required runtime dependencies in standalone deployment images while continuing to bundle in-app release history. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3b99057..97e256f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Finish setup in one Roomote Session that launches and tracks selected starter tasks, with clearer guidance about the value and limits of hosted trial inference. - Make Sessions the primary workspace for Roomote work, with dashboard launch and search, recent-session navigation, delegated execution details, artifacts, reviews, costs, stable titles, and responsive mobile layouts in one continuous conversation. - Browse current and previous Roomote releases directly in the update dialog, with the latest release expanded and newer remotely detected updates kept visible even when their notes are not yet available in the running image. +- Open current and previous Roomote release notes directly from About Roomote in the existing in-app release-history dialog. +- Follow delegated work more clearly in Sessions with live nested-task activity, a conversation-wide artifact gallery, cleaner task details and navigation, and modernized search, filter, board, and list controls. ### Patch changes @@ -43,6 +45,9 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Keep Slack Fast thread titles synchronized with generated and manually edited Session titles instead of leaving conversations labeled `Thread`. - Show platform issue alerts sent directly to Slack deployment admins with the same actionable automation card used for configured alert destinations. - Keep expanded tool-call details readable in Task and Fast transcripts by wrapping long YAML values within the transcript instead of clipping or overflowing them. +- Keep Session context accurate by including attached task inference spend in total costs, opening inline task links in their owning Session, and hiding running or artifact states when they no longer apply. +- Keep Slack-backed Sessions and automations reliable by deferring silent custom-automation delivery, suppressing no-op placeholders, validating Fast titles without retry loops, restoring clear Configure actions, and using the correct Merge Announcer icon. +- Restore required runtime dependencies in standalone deployment images while continuing to bundle in-app release history. ## 0.45.1 (2026-08-29) diff --git a/apps/docs/communications.mdx b/apps/docs/communications.mdx index 0a3aa55b2..8c1e481a2 100644 --- a/apps/docs/communications.mdx +++ b/apps/docs/communications.mdx @@ -66,10 +66,10 @@ the coding task directly. ## React to Roomote replies When you react to a Roomote reply in an active Fast conversation, Roomote can -use that reaction as context. The linked user who owns the Fast conversation -must add the reaction. Roomote posts a text reply when the reaction warrants a -response and otherwise stays silent; it does not react to the reaction event -itself. +use that reaction as context, including as an answer to a question it asked. +The linked user who owns the Fast conversation must add the reaction. Roomote +posts a text reply when the reaction warrants a response and otherwise stays +silent; it does not react to the reaction event itself. | Provider | Fast reply reactions | Provider limits | | --- | --- | --- | diff --git a/apps/docs/fast-sessions.mdx b/apps/docs/fast-sessions.mdx index 8485035d4..443bc3804 100644 --- a/apps/docs/fast-sessions.mdx +++ b/apps/docs/fast-sessions.mdx @@ -38,11 +38,26 @@ Execution cards show their status, workspace, pull requests, artifacts, latest error, and cost. Select a card to open the lightweight details panel, or choose **Open full workspace** for terminal, logs, diff, and preview tools. -The Sessions page supports list and board views, filters, pins, recent Sessions, -and unread indicators. Search matches Session and task titles, repositories, -and conversation text. Queries of at least three characters include transcript -matches and show a highlighted excerpt. **Ready** is not a terminal state: you -can reply or start another execution in the same Session later. +When delegated tasks keep working after the conversation becomes idle, the +timeline shows the live task count. Select that activity to open the **Tasks** +panel. The **Artifacts** panel combines the latest uploaded outputs from every +task in the Session, labels which task produced each item, and opens previews +without leaving the Session. Individual task details continue to show their own +artifacts. + +**Session info** shows the total inference cost for the conversation and its +attached tasks. Open the cost breakdown to separate direct Session orchestration +from each task's usage. + +The Sessions page supports list and board views, pins, recent Sessions, and +unread indicators. Common scope, status, and time filters stay visible; turn on +advanced filters for user, environment, pull request, model, and source. Active +advanced filters remain visible until you clear them, and Roomote remembers the +selected list or board view. Search matches Session and task titles, +repositories, and conversation text. Queries of at least three characters +include transcript matches and show a highlighted excerpt. **Ready** is not a +terminal state: you can reply or start another execution in the same Session +later. The transcript renders prompts, replies, and tool activity in real time with a generated title that updates as the Session evolves. diff --git a/apps/docs/self-hosting.mdx b/apps/docs/self-hosting.mdx index ed0a05ef5..9a9563e86 100644 --- a/apps/docs/self-hosting.mdx +++ b/apps/docs/self-hosting.mdx @@ -157,10 +157,10 @@ Roomote surfaces release history and available updates in the web app: its GitHub link visible even when the running image does not yet contain the newer release's notes. Use `roomote upgrade` (or your image roll-forward process) to install it. -- **When the release dialog is shown**, everyone can browse the current and - previous release notes bundled in the running image, with the latest release - expanded. After an upgrade, Roomote shows the latest "what's new" notice - once. +- **Everyone** can open **About Roomote** and select **Release history** to + browse the current and previous release notes bundled in the running image, + with the latest release expanded. After an upgrade, Roomote also shows the + latest "what's new" notice once. ## Deployment modes From 40940d2b3d738fd0744cc096acdf3af35ec89193 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:10:55 +0000 Subject: [PATCH 10/17] docs: match About release action label --- apps/docs/self-hosting.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/self-hosting.mdx b/apps/docs/self-hosting.mdx index 9a9563e86..23aac299e 100644 --- a/apps/docs/self-hosting.mdx +++ b/apps/docs/self-hosting.mdx @@ -157,10 +157,10 @@ Roomote surfaces release history and available updates in the web app: its GitHub link visible even when the running image does not yet contain the newer release's notes. Use `roomote upgrade` (or your image roll-forward process) to install it. -- **Everyone** can open **About Roomote** and select **Release history** to - browse the current and previous release notes bundled in the running image, - with the latest release expanded. After an upgrade, Roomote also shows the - latest "what's new" notice once. +- **Everyone** can open **About Roomote** and select **See all Roomote releases** + to browse the current and previous release notes bundled in the running + image, with the latest release expanded. After an upgrade, Roomote also shows + the latest "what's new" notice once. ## Deployment modes From ca3baa69936825ca40221a1104fca05f7fdde59c Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:28:04 +0000 Subject: [PATCH 11/17] chore: record newest 1.0.0 release notes --- .changeset/active-tool-progress.md | 5 +++++ .changeset/merge-announcement-screenshots.md | 5 +++++ .changeset/notion-historical-continuation.md | 5 +++++ .changeset/session-context-pr-navigation.md | 5 +++++ .changeset/session-first-mcp-contract.md | 5 +++++ .changeset/visual-proof-deadline.md | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changeset/active-tool-progress.md create mode 100644 .changeset/merge-announcement-screenshots.md create mode 100644 .changeset/notion-historical-continuation.md create mode 100644 .changeset/session-context-pr-navigation.md create mode 100644 .changeset/session-first-mcp-contract.md create mode 100644 .changeset/visual-proof-deadline.md diff --git a/.changeset/active-tool-progress.md b/.changeset/active-tool-progress.md new file mode 100644 index 000000000..d2740de84 --- /dev/null +++ b/.changeset/active-tool-progress.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Show the shared progress spinner while tool calls are active, then restore each tool or integration icon when the call settles. diff --git a/.changeset/merge-announcement-screenshots.md b/.changeset/merge-announcement-screenshots.md new file mode 100644 index 000000000..4e2571aaa --- /dev/null +++ b/.changeset/merge-announcement-screenshots.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': minor +--- + +Include one safely validated, representative pull-request screenshot in Slack Merge Announcer reports when the pull request provides a suitable image. diff --git a/.changeset/notion-historical-continuation.md b/.changeset/notion-historical-continuation.md new file mode 100644 index 000000000..09fd7de30 --- /dev/null +++ b/.changeset/notion-historical-continuation.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Complete large Notion historical discovery scans in the fast continuation loop instead of spreading database-row traversal across weeks of scheduled passes. diff --git a/.changeset/session-context-pr-navigation.md b/.changeset/session-context-pr-navigation.md new file mode 100644 index 000000000..82e0cfc01 --- /dev/null +++ b/.changeset/session-context-pr-navigation.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': minor +--- + +Show richer task context throughout Sessions with accumulated pull requests, actor and source details, clearer status indicators, direct access to a sole running task, and full task workspaces for Session deep links. diff --git a/.changeset/session-first-mcp-contract.md b/.changeset/session-first-mcp-contract.md new file mode 100644 index 000000000..dd9127d53 --- /dev/null +++ b/.changeset/session-first-mcp-contract.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': minor +--- + +Make Roomote MCP Session-first so ordinary start, search, summary, message, and follow-up operations use Sessions by default while explicit task IDs continue to target individual coding tasks. diff --git a/.changeset/visual-proof-deadline.md b/.changeset/visual-proof-deadline.md new file mode 100644 index 000000000..0e0b21920 --- /dev/null +++ b/.changeset/visual-proof-deadline.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Keep tasks moving when visual proof takes too long by applying one five-minute deadline across capture, retries, and recovery before returning a graceful proof blocker. From 92f3674169e28d19ed767dd60dea6f3cdcfeb16a Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:30:49 +0000 Subject: [PATCH 12/17] chore: amend Roomote 1.0.0 from newest develop --- .changeset/active-tool-progress.md | 5 --- .changeset/fast-settings-skills.md | 5 --- .changeset/merge-announcement-screenshots.md | 5 --- .changeset/notion-historical-continuation.md | 5 --- .changeset/session-context-pr-navigation.md | 5 --- .changeset/session-first-mcp-contract.md | 5 --- .changeset/visual-proof-deadline.md | 5 --- CHANGELOG.md | 8 +++- apps/docs/automations.mdx | 3 ++ apps/docs/fast-sessions.mdx | 7 +++ apps/docs/integrations/roomote-mcp.mdx | 45 ++++++++++---------- 11 files changed, 39 insertions(+), 59 deletions(-) delete mode 100644 .changeset/active-tool-progress.md delete mode 100644 .changeset/fast-settings-skills.md delete mode 100644 .changeset/merge-announcement-screenshots.md delete mode 100644 .changeset/notion-historical-continuation.md delete mode 100644 .changeset/session-context-pr-navigation.md delete mode 100644 .changeset/session-first-mcp-contract.md delete mode 100644 .changeset/visual-proof-deadline.md diff --git a/.changeset/active-tool-progress.md b/.changeset/active-tool-progress.md deleted file mode 100644 index d2740de84..000000000 --- a/.changeset/active-tool-progress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Show the shared progress spinner while tool calls are active, then restore each tool or integration icon when the call settles. diff --git a/.changeset/fast-settings-skills.md b/.changeset/fast-settings-skills.md deleted file mode 100644 index 8408b6f5c..000000000 --- a/.changeset/fast-settings-skills.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@roomote/cloud-agents": patch ---- - -Let Fast mode discover, load, and explicitly invoke environment-scoped Settings skills while preserving built-in skill precedence and bounded access. diff --git a/.changeset/merge-announcement-screenshots.md b/.changeset/merge-announcement-screenshots.md deleted file mode 100644 index 4e2571aaa..000000000 --- a/.changeset/merge-announcement-screenshots.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': minor ---- - -Include one safely validated, representative pull-request screenshot in Slack Merge Announcer reports when the pull request provides a suitable image. diff --git a/.changeset/notion-historical-continuation.md b/.changeset/notion-historical-continuation.md deleted file mode 100644 index 09fd7de30..000000000 --- a/.changeset/notion-historical-continuation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Complete large Notion historical discovery scans in the fast continuation loop instead of spreading database-row traversal across weeks of scheduled passes. diff --git a/.changeset/session-context-pr-navigation.md b/.changeset/session-context-pr-navigation.md deleted file mode 100644 index 82e0cfc01..000000000 --- a/.changeset/session-context-pr-navigation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': minor ---- - -Show richer task context throughout Sessions with accumulated pull requests, actor and source details, clearer status indicators, direct access to a sole running task, and full task workspaces for Session deep links. diff --git a/.changeset/session-first-mcp-contract.md b/.changeset/session-first-mcp-contract.md deleted file mode 100644 index dd9127d53..000000000 --- a/.changeset/session-first-mcp-contract.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': minor ---- - -Make Roomote MCP Session-first so ordinary start, search, summary, message, and follow-up operations use Sessions by default while explicit task IDs continue to target individual coding tasks. diff --git a/.changeset/visual-proof-deadline.md b/.changeset/visual-proof-deadline.md deleted file mode 100644 index 0e0b21920..000000000 --- a/.changeset/visual-proof-deadline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Keep tasks moving when visual proof takes too long by applying one five-minute deadline across capture, retries, and recovery before returning a graceful proof blocker. diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e256f45..449324d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Open Analytics on Costs by default and break out Session orchestration and Memory synthesis so teams can understand where inference spend comes from. - Let Fast launch multiple independent coding tasks from one turn, forward image and supported file context into delegated work, and show nested startup progress without losing retries or results. - Let Fast inspect GitHub Actions runs, jobs, and logs to explain CI failures while keeping the diagnostic path read-only. -- Let connected MCP clients read Fast Session history and send follow-ups through the same Roomote task communication interface used for standard tasks. - Open generated HTML artifacts as safely sandboxed previews with a source-code toggle, while keeping presentational widgets available in web transcripts and linked chat previews. - Add public Discord discussions and visible Linear issues to Memory, preserve richer Linear planning metadata, and render readable Notion database properties for more complete recall. - Let administrators enable Memory without a dedicated synthesis-provider key, enable it by default for new hosted deployments, and surface newly ingested pages within minutes instead of waiting for a later maintenance pass. @@ -34,6 +33,9 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Browse current and previous Roomote releases directly in the update dialog, with the latest release expanded and newer remotely detected updates kept visible even when their notes are not yet available in the running image. - Open current and previous Roomote release notes directly from About Roomote in the existing in-app release-history dialog. - Follow delegated work more clearly in Sessions with live nested-task activity, a conversation-wide artifact gallery, cleaner task details and navigation, and modernized search, filter, board, and list controls. +- Include one safely validated, representative pull-request screenshot in Slack Merge Announcer reports when the pull request provides a suitable image. +- Show richer task context throughout Sessions with accumulated pull requests, actor and source details, clearer status indicators, direct access to a sole running task, and full task workspaces for Session deep links. +- Make Roomote MCP Session-first so ordinary start, search, summary, message, and follow-up operations use Sessions by default while explicit task IDs continue to target individual coding tasks. ### Patch changes @@ -48,6 +50,10 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Keep Session context accurate by including attached task inference spend in total costs, opening inline task links in their owning Session, and hiding running or artifact states when they no longer apply. - Keep Slack-backed Sessions and automations reliable by deferring silent custom-automation delivery, suppressing no-op placeholders, validating Fast titles without retry loops, restoring clear Configure actions, and using the correct Merge Announcer icon. - Restore required runtime dependencies in standalone deployment images while continuing to bundle in-app release history. +- Show the shared progress spinner while tool calls are active, then restore each tool or integration icon when the call settles. +- Let Fast mode discover, load, and explicitly invoke environment-scoped Settings skills while preserving built-in skill precedence and bounded access. +- Complete large Notion historical discovery scans in the fast continuation loop instead of spreading database-row traversal across weeks of scheduled passes. +- Keep tasks moving when visual proof takes too long by applying one five-minute deadline across capture, retries, and recovery before returning a graceful proof blocker. ## 0.45.1 (2026-08-29) diff --git a/apps/docs/automations.mdx b/apps/docs/automations.mdx index 8c083eff6..38a2a7d35 100644 --- a/apps/docs/automations.mdx +++ b/apps/docs/automations.mdx @@ -96,6 +96,9 @@ and commit authors. Feature-branch pushes and branch deletions are ignored. GitHub, GitLab, Azure DevOps, Bitbucket, and Gitea are supported. For GitHub merge commits that Roomote can match to a pull request, the summary uses that pull request's context and **View changes** opens the pull request. +When the pull request body contains a suitable image, the Slack announcement +can also show one representative screenshot after Roomote validates its URL and +image type. Announcements continue without an image when validation fails. Other announcements link to the provider's compare view. ## Custom automations diff --git a/apps/docs/fast-sessions.mdx b/apps/docs/fast-sessions.mdx index 443bc3804..49c872df6 100644 --- a/apps/docs/fast-sessions.mdx +++ b/apps/docs/fast-sessions.mdx @@ -59,6 +59,13 @@ include transcript matches and show a highlighted excerpt. **Ready** is not a terminal state: you can reply or start another execution in the same Session later. +Session rows show who or which automation started the work, its source and +cost, and links to accumulated active pull requests. In the Session workspace, +those pull requests remain available across delegated tasks. Selecting the live +task count opens the only running task directly or shows the task list when +several are active. A Session link with a selected task opens that task's full +workspace while keeping the Session conversation alongside it on desktop. + The transcript renders prompts, replies, and tool activity in real time with a generated title that updates as the Session evolves. diff --git a/apps/docs/integrations/roomote-mcp.mdx b/apps/docs/integrations/roomote-mcp.mdx index 619081039..24dd6205a 100644 --- a/apps/docs/integrations/roomote-mcp.mdx +++ b/apps/docs/integrations/roomote-mcp.mdx @@ -1,42 +1,40 @@ --- title: Roomote MCP icon: '/favicon.svg' -description: Run and manage Roomote agent tasks from your MCP client. +description: Start, inspect, and continue Roomote Sessions and tasks from your MCP client. --- Roomote MCP brings your Roomote workspace into the coding tools you already -use. From any OAuth-capable MCP client, you can kick off a new Roomote task, -check on its progress, and follow up without switching back and forth between -tools. +use. From any OAuth-capable MCP client, you can start a Session, inspect its +conversation and delegated tasks, and follow up without switching back and +forth between tools. ## What you can do -### Kick off a new task +### Start a Session -Ask your MCP client to start a Roomote task with a clear prompt. Roomote MCP -finds the available launch environments and uses the right one for the work. -For example, you can delegate an investigation or implementation, keep working -locally, and come back for the result when the task finishes. You can also push -work in progress to a remote branch and hand that branch to a Roomote agent to -continue. +Ask your MCP client to start Roomote with a clear message. The ordinary start +action creates a Session, where Fast can answer directly or delegate repository +work to tasks. You can keep working locally and return to the same Session for +the result. When work must start directly in a known compute environment, your +client can still use the explicit environment-targeted task launch action. ### Check on and steer existing work -Search active or completed tasks by keyword, status, or pull request. Once you -find a task, you can read its summary, conversation, and compute logs to -understand what happened and where the work stands. - -Roomote MCP can also read and continue a Fast Session when you provide its -Session ID. Summaries, compute logs, and cancellation remain task-only -operations and require a task ID. +Search finds Sessions by default. Once you find one, provide its Session ID to +read the summary or newest conversation messages and to send a follow-up. When +you need one concrete coding task instead, use task search and pass its task ID; +the task ID takes precedence if both identifiers are supplied. Compute logs, +cancellation, environment-targeted launch, and task model controls remain +task-specific operations. This is useful when you want to: -- catch up on a task that is already running +- catch up on a Session that is already active - find an earlier investigation or implementation -- understand why a task failed +- inspect a delegated task when you need its execution details - pull the result of a Roomote task into your current conversation -- send follow-up instructions or cancel work that is no longer needed +- send follow-up instructions or cancel task work that is no longer needed Follow-up instructions normally wait behind the task's current turn. When the new instruction must take effect immediately, ask your MCP client to steer the @@ -57,8 +55,9 @@ only returns conversations your signed-in user is allowed to read. - “Push what I’m working on to a remote branch, then start a Roomote task from that branch to take over.” -- “Start a Roomote task in the web app environment to investigate this bug.” -- “Find my active tasks related to OAuth and summarize their progress.” +- “Start a Roomote Session to investigate this bug.” +- “Find my active Sessions related to OAuth and summarize their progress.” +- “Find the coding task for this pull request and show its compute logs.” - “Show me the messages and compute logs from the task that failed this morning.” - “Tell the running task to add a regression test before it opens the PR.” From 3118984fe95ded39e9bf40948746468efe8e0956 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:49:18 +0000 Subject: [PATCH 13/17] chore: amend Roomote 1.0.0 at latest develop --- .changeset/fast-settings-skill-inventory.md | 5 ----- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .changeset/fast-settings-skill-inventory.md diff --git a/.changeset/fast-settings-skill-inventory.md b/.changeset/fast-settings-skill-inventory.md deleted file mode 100644 index 3d3b3396b..000000000 --- a/.changeset/fast-settings-skill-inventory.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@roomote/cloud-agents": patch ---- - -Include authorized Settings skills in Fast mode's unscoped skill inventory. diff --git a/CHANGELOG.md b/CHANGELOG.md index 449324d88..394886f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Let Fast mode discover, load, and explicitly invoke environment-scoped Settings skills while preserving built-in skill precedence and bounded access. - Complete large Notion historical discovery scans in the fast continuation loop instead of spreading database-row traversal across weeks of scheduled passes. - Keep tasks moving when visual proof takes too long by applying one five-minute deadline across capture, retries, and recovery before returning a graceful proof blocker. +- Include authorized Settings skills in Fast mode's unscoped skill inventory. ## 0.45.1 (2026-08-29) From b1fedd7e080708514d6f4375b19f3c39dcd0fc77 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:34:35 +0000 Subject: [PATCH 14/17] chore: record latest 1.0.0 session notes --- .changeset/fast-turn-acknowledgements.md | 5 +++++ .changeset/session-running-tasks-direct-load.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/fast-turn-acknowledgements.md create mode 100644 .changeset/session-running-tasks-direct-load.md diff --git a/.changeset/fast-turn-acknowledgements.md b/.changeset/fast-turn-acknowledgements.md new file mode 100644 index 000000000..c7cd8be15 --- /dev/null +++ b/.changeset/fast-turn-acknowledgements.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': minor +--- + +Have Fast acknowledge substantive human requests before starting model-invoked work, using a brief reply or eligible Slack reaction without duplicating immediate answers, clarifications, or delegated-task kickoffs. diff --git a/.changeset/session-running-tasks-direct-load.md b/.changeset/session-running-tasks-direct-load.md new file mode 100644 index 000000000..b4dba7274 --- /dev/null +++ b/.changeset/session-running-tasks-direct-load.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Keep running nested-task activity visible when a Session is loaded directly or reconnects, while still hiding it during genuine new parent responses. From 3250ff9c73abb60081057c591bd2d72cf5587722 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:35:54 +0000 Subject: [PATCH 15/17] chore: amend Roomote 1.0.0 from current develop --- .changeset/fast-turn-acknowledgements.md | 5 ----- .changeset/session-running-tasks-direct-load.md | 5 ----- CHANGELOG.md | 2 ++ apps/docs/fast-sessions.mdx | 6 ++++++ 4 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fast-turn-acknowledgements.md delete mode 100644 .changeset/session-running-tasks-direct-load.md diff --git a/.changeset/fast-turn-acknowledgements.md b/.changeset/fast-turn-acknowledgements.md deleted file mode 100644 index c7cd8be15..000000000 --- a/.changeset/fast-turn-acknowledgements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': minor ---- - -Have Fast acknowledge substantive human requests before starting model-invoked work, using a brief reply or eligible Slack reaction without duplicating immediate answers, clarifications, or delegated-task kickoffs. diff --git a/.changeset/session-running-tasks-direct-load.md b/.changeset/session-running-tasks-direct-load.md deleted file mode 100644 index b4dba7274..000000000 --- a/.changeset/session-running-tasks-direct-load.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Keep running nested-task activity visible when a Session is loaded directly or reconnects, while still hiding it during genuine new parent responses. diff --git a/CHANGELOG.md b/CHANGELOG.md index 394886f03..e48142e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Include one safely validated, representative pull-request screenshot in Slack Merge Announcer reports when the pull request provides a suitable image. - Show richer task context throughout Sessions with accumulated pull requests, actor and source details, clearer status indicators, direct access to a sole running task, and full task workspaces for Session deep links. - Make Roomote MCP Session-first so ordinary start, search, summary, message, and follow-up operations use Sessions by default while explicit task IDs continue to target individual coding tasks. +- Have Fast acknowledge substantive human requests before starting model-invoked work, using a brief reply or eligible Slack reaction without duplicating immediate answers, clarifications, or delegated-task kickoffs. ### Patch changes @@ -55,6 +56,7 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Complete large Notion historical discovery scans in the fast continuation loop instead of spreading database-row traversal across weeks of scheduled passes. - Keep tasks moving when visual proof takes too long by applying one five-minute deadline across capture, retries, and recovery before returning a graceful proof blocker. - Include authorized Settings skills in Fast mode's unscoped skill inventory. +- Keep running nested-task activity visible when a Session is loaded directly or reconnects, while still hiding it during genuine new parent responses. ## 0.45.1 (2026-08-29) diff --git a/apps/docs/fast-sessions.mdx b/apps/docs/fast-sessions.mdx index 49c872df6..00efb0e8b 100644 --- a/apps/docs/fast-sessions.mdx +++ b/apps/docs/fast-sessions.mdx @@ -82,6 +82,12 @@ that live on another surface, Roomote posts the answer back into the originating thread with a quoted copy of your web message, so the conversation stays in one place for everyone following it there. +For substantive requests, Fast sends a brief acknowledgement before it starts +model-invoked work. An eligible Slack message may receive an acknowledgement +reaction instead. Immediate answers and clarifying questions remain single +responses, and delegated tasks keep their existing kickoff message rather than +posting a duplicate acknowledgement. + Fast replies across Slack, Discord, Microsoft Teams, and Telegram link back to the Session view and can resume the same Session directly from chat. Roomote verifies the provider installation, conversation, and linked user before it From d626247a0586c81a95b2bf9378baa925af812d85 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:51:19 +0000 Subject: [PATCH 16/17] chore: record Fast consultation release note --- .changeset/fast-subagent-mcp-tools.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fast-subagent-mcp-tools.md diff --git a/.changeset/fast-subagent-mcp-tools.md b/.changeset/fast-subagent-mcp-tools.md new file mode 100644 index 000000000..e95dc1a2f --- /dev/null +++ b/.changeset/fast-subagent-mcp-tools.md @@ -0,0 +1,5 @@ +--- +'@roomote/web': patch +--- + +Restore authorized deployment MCP tools in Fast advisor and judge consultations while keeping Fast-native orchestration and custom automation tools confined to the parent Session. From a00787e95ac5fb28ef455c521f10fd50002d6580 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:51:51 +0000 Subject: [PATCH 17/17] chore: amend Roomote 1.0.0 at newest develop --- .changeset/fast-subagent-mcp-tools.md | 5 ----- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .changeset/fast-subagent-mcp-tools.md diff --git a/.changeset/fast-subagent-mcp-tools.md b/.changeset/fast-subagent-mcp-tools.md deleted file mode 100644 index e95dc1a2f..000000000 --- a/.changeset/fast-subagent-mcp-tools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roomote/web': patch ---- - -Restore authorized deployment MCP tools in Fast advisor and judge consultations while keeping Fast-native orchestration and custom automation tools confined to the parent Session. diff --git a/CHANGELOG.md b/CHANGELOG.md index e48142e62..8cf0a38e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ Roomote 1.0 makes Fast the default entry point for conversations, enables Memory - Keep tasks moving when visual proof takes too long by applying one five-minute deadline across capture, retries, and recovery before returning a graceful proof blocker. - Include authorized Settings skills in Fast mode's unscoped skill inventory. - Keep running nested-task activity visible when a Session is loaded directly or reconnects, while still hiding it during genuine new parent responses. +- Restore authorized deployment MCP tools in Fast advisor and judge consultations while keeping Fast-native orchestration and custom automation tools confined to the parent Session. ## 0.45.1 (2026-08-29)