Restore bounded passive chat auto-open - #361
Merged
Merged
Conversation
Olga Lavrichenko (OLavrik)
requested review from
Rustam Sadykov (SBOne-Kenobi),
danyaberezun and
Rinat S (rsolmano)
as code owners
August 31, 2026 23:20
Olga Lavrichenko (OLavrik)
force-pushed
the
olga.lavrichenko/chat-auto-open
branch
from
September 1, 2026 01:19
2747062 to
617fcb2
Compare
danyaberezun
approved these changes
Sep 1, 2026
danyaberezun
enabled auto-merge
September 1, 2026 12:17
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
Sep 1, 2026
jetbrains-air Bot
pushed a commit
that referenced
this pull request
Sep 1, 2026
Resolve the import-block conflict in e2e/chat-order.spec.ts as the union of both sides: main (#361) dropped `openChatFromHistory` when passive chat auto-open removed its last two call sites, and this branch's `./fixtures/chatScroll` helpers are kept for the new latest-edge assertions. Produced by AIR Automations. Name: Resolve Merge Conflicts / Run: https://air.jetbrains.cloud/org/05cf1a7f-6ab5-713b-abd3-29d0c8a05e2d/automations/6019d7e8-25e2-42ee-9589-26da37839744?run=bd701a8c-f5c1-49c5-b411-b223a0750a83
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.
On workspace entry, up to 4 unplaced sessions that are still live or carry open todos auto-open (newest first); if nothing is placed and nothing qualifies, the single most-recent session opens as a fallback
so a workspace never lands empty while chat history exists. Everything else stays in history for explicit reopen.
WorkspaceWorkbenchremounts on every workspace switch and the catalog effect re-fires on everycommitidentitychange, so a ref-based latch would forget a spent attempt.
architecture.mdDecision add "discuss first" #8; updates the 12 e2e specs whose expectations assumed no auto-open.