[Chore] Release Roomote 1.0.0 - #1887
Merged
Merged
Conversation
Contributor
|
No new code issues found. See task
Reviewed a00787e |
Contributor
Author
|
Refreshed draft release PR #1887 through |
…omote-0-46-0-0k43pchf1r6t4
…omote-0-46-0-0k43pchf1r6t4
…omote-0-46-0-0k43pchf1r6t4
…omote-0-46-0-0k43pchf1r6t4
mrubens
marked this pull request as ready for review
August 31, 2026 20:02
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 31, 2026 20:02
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.
Release
0.45.11.0.0origin/developcommita2db9429What changed
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.
Major changes
Minor changes
Patch changes
Thread.Why this change was made
The default Fast and Memory behavior changes are intentionally semver-major, and the release branch must include every commit present at the final
developcut. This refresh audits and folds all changes througha2db9429into the existing 1.0.0 candidate without losing the generated release artifacts or prior documentation work.Documentation coverage
Validation
pnpm test:release-scriptspassed all 16 tests after the latest amendment.mise exec -- pnpm --filter @roomote/docs checkpassed Mintlify validation and broken-link checks.pnpm checkpassed the full lint, type-check, test, and Knip gate across all 27 tasks after clearing four staletask_messagesrows in the dedicated test database so the repository schema push could add its new unique constraint. No repository or development data was changed.node scripts/pre-push-checks.mjsand the push hook passed oxlint, residual lint, fast type checks, and Knip.git diff --checkpassed.1.0.0, only the root package version changed, every pending changeset was consumed,.changeset/README.mdremains,origin/developis an ancestor of the final branch, and the original 1.0.0 version commit remains6227c5b5.Impact
Squash-merging this draft PR into
developcuts Roomote1.0.0. The Release workflow will freezerelease/v1.0.0at that merge and automatically open the separate Promote v1.0.0 to production PR againstmain.This PR does not merge, promote, tag, publish, deploy, create a GitHub Release, or write to the CI-owned
release/v*namespace.