[Fix] Slack Fast sessions remain titled Thread - #1885
Merged
roomote-roomote[bot] merged 2 commits intoAug 30, 2026
Conversation
Contributor
daniel-lxs
approved these changes
Aug 30, 2026
roomote-roomote
Bot
requested review from
brunobergher and
mrubens
as code owners
August 30, 2026 16:38
roomote-roomote
Bot
deleted the
fix/slack-fast-title-sync-156cjlypkv3o3
branch
August 30, 2026 16:39
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.
What changed
agents.sessions.setStatusomits its current title.Why this change was made
Manual testing of #1881 showed ordinary Fast conversations remained named
Thread. Slack did not provide a usable current title in the status response, so the ephemeral turn adapter skipped rename and had no durable retry after the generated title was persisted.Impact
New Slack Fast sessions acquire their generated Roomote title after generation, including sub-300ms turns and generation that finishes after settlement. Subsequent generated and manual title changes stay synchronized without redundant renames; active/processing status calls carry lifecycle only, and concurrent older updates cannot overwrite a newer canonical title. Slack, Redis, installation, and credential failures remain best-effort and never fail the Fast turn or title edit.