Promote v0.45.0 to production - #1755
Merged
Merged
Conversation
* fix: align mobile session sidebar with tasks * fix: restore mobile session sidebar * test: provide session page layout context --------- Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
* refactor: consolidate Brain memory outbox lifecycle * chore: keep memory lifecycle types internal --------- Co-authored-by: Roomote <roomote@roomote.dev>
* fix: make Fast automation suggestions launchable * chore: keep Fast suggestion type internal * refactor: share suggested task card registry --------- Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com> Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
* fix: preserve Fast inference context * chore: keep Fast telemetry internals private * fix: escape Fast prompt envelopes * fix: wrap Fast messages without identity --------- Co-authored-by: @daniel-lxs <57051444+daniel-lxs@users.noreply.github.com>
Co-authored-by: Roomote <roomote@roomote.dev> Co-authored-by: Bruno Bergher <bruno@roocode.com>
* fix: clarify Roomote agent identities * fix: strip OpenCode identity from agent prompts * test: cover pinned OpenCode identity prompts --------- Co-authored-by: @daniel-lxs <57051444+daniel-lxs@users.noreply.github.com> Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
| (args.purpose !== 'closeout' || | ||
| !platformEvent || | ||
| platformEventKind !== 'automation' || | ||
| (conversation.surface !== 'slack' && |
Contributor
There was a problem hiding this comment.
This guard rejects a sendChatReply from every Teams and Telegram automation before their parent adapters can deliver it. Those adapters already support Fast automation reports, but they ignore suggestions, so those users can never receive or launch the suggested tasks. Either carry the suggestions through the Teams/Telegram adapters and their tracked-card helpers, or avoid advertising these suggestions on those surfaces.
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.
Promote v0.45.0
Frozen at
00491a41346c9e851f84f0fafed4c729a565303c— the commit where0.45.0was versioned. Commits merged todevelopafterward require an explicit candidate refresh or ship in the next release.v0.45.0and triggers the existing GHCRv*image publish (latestchannel).release/v0.45.0branch can be deleted after this PR merges.Changelog
0.45.0 (2026-08-27)
This release adds secure hosted trial inference and self-run Brain model options, expands GLM 5.3 support, and improves reliability across Fast sessions, pull-request reviews, Memory, and chat.
Highlights
Minor changes
Patch changes