Release Roomote 0.44.0 - #1703
Merged
Merged
Conversation
Contributor
|
1 issue outstanding. See task
Reviewed 316f511 |
…omote-0-44-0-3je2l3wrukxmf
…omote-0-44-0-3je2l3wrukxmf
…omote-0-44-0-3je2l3wrukxmf # Conflicts: # apps/docs/automations.mdx # apps/docs/fast-sessions.mdx
…omote-0-44-0-3je2l3wrukxmf
…omote-0-44-0-3je2l3wrukxmf
| 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. |
Contributor
There was a problem hiding this comment.
This promises a fallback on every chat surface, but the show_widget Fast handler currently posts textFallback only when conversation.surface is slack or discord (packages/cloud-agents/src/server/fast-agent/fast-agent-service.ts:1445). Teams and Telegram Fast sessions therefore receive no fallback. Either extend the handler to those chat surfaces before this release or limit this documentation to Slack and Discord.
mrubens
marked this pull request as ready for review
August 26, 2026 23:24
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 26, 2026 23:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version
0.43.00.44.0This is a minor release because the audited changes add backward-compatible shared memory, skill discovery, presentational widgets, and cross-provider automation capabilities to Fast sessions. The remaining included changes are patch-level fixes and reliability improvements.
Release notes
Minor changes
Patch changes
Documentation coverage
Validation
pnpm test:release-scripts(16 tests)mise exec -- pnpm --filter @roomote/docs checkpnpm lintpnpm check-typespnpm knipgit diff --checkpnpm knippassed with its existing configuration hint to remove themintbinary fromignoreBinaries.Release process
Squash-merging this PR into
developcuts the release candidate and automatically opens the frozen Promote v0.44.0 to production PR againstmain. This PR does not tag, publish, promote, deploy, or create a GitHub Release.