Speed cold session loads#1049
Merged
Merged
Conversation
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/test-engineer-d362: test: reproduce cold session load ordering Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-6ef8: Guard active workspace compatibility mirror Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-9cf3: Unblock cold transcript hydration Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/test-engineer-f1d5: test: cover delayed hydration lifecycle races Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-212e: fix(ws): enforce session write policy Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-8138: Fix delayed hydration lifecycle races Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-8138: Reconcile submitted review after hydration Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/test-engineer-9a05: test: fix cached agent identity typecheck Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-b79b: Guard stale session setup continuations Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-66f0: Close restricted session WS bypasses Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/test-engineer-db6f: test: cover pre-bind stale navigation Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-4d3e: Block restricted session model controls Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-0215: refactor ws work message classifier Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/coder-792b: Restore cold-loaded review documents Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
* goal/9de2e50f/test-engineer-a601: test: faithfully cover review restoration Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Co-authored-by: bobbit-ai <bobbit@bobbit.ai>
Greptile SummarySpeeds cold-session transcript loading while strengthening session restrictions.
Confidence Score: 5/5The pull request appears safe to merge with no concrete changed-code failure identified. The revised hydration order remains guarded by session generation and keyed workspace state, while the WebSocket policy classifier covers the current mutating command set and preserves read and safety-control paths. Important Files Changed
Sequence DiagramsequenceDiagram
participant UI as Session Manager
participant WS as Remote Agent / WebSocket
participant Chat as Chat Panel
participant REST as Workspace REST API
UI->>WS: Connect and authenticate
WS-->>UI: auth_ok
UI->>WS: get_messages
WS-->>UI: Transcript snapshot
UI->>Chat: Bind transcript-bearing agent
UI->>REST: Hydrate side-panel workspace
REST-->>UI: Session-keyed workspace
UI->>REST: Reconcile submitted review tabs
Reviews (1): Last reviewed commit: "Merge protocol documentation corrections" | Re-trigger Greptile |
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.
Summary
Validation
🤖 Generated with Bobbit