context lens poc#5906
Draft
waiyaki wants to merge 16 commits into
Draft
Conversation
Add a recent-run selector inside the Context Lens panel so no-reply and other outputless runs can be inspected without relying on a bot response message. Keep the existing latest and selected-response modes, and add a selected-run mode that remains stable until the user returns to Latest or selects a message.
Keep the recent run selector available without permanently rendering the full list in the Context Lens panel. Add a show/hide control and page through all in-memory recent runs with a Show more action instead of hard-capping the visible history.
Keep post navigation as the canonical goToPost callback while Context Lens is open so Reply/thread actions continue to open the thread. Plain chat-message presses still inspect Lens metadata through the separate inspectContextLensPost path.
Only expose message inspection while the Context Lens panel is open so normal chat-message press behavior remains unchanged. Deduplicate Lens events by event identity instead of sequence number alone, and avoid adding a dedicated public append helper for Lens blob metadata.
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
Changes
How did I test?
Risks and impact
Rollback plan
Screenshots / videos