chore: chat and related fixes - #927
Merged
Merged
Conversation
…kerButton, and ChatTemplatesMenuConnected so classic, agentic, and Ask home chat share one composer, chips, and templates-menu implementation instead of three drifting copies - Fix classic Specific Details to show "Context added" instantly on send, replacing a fragile history-refetch race with a local stand-in that's swapped for the real message once history reconciles - Fix scroll-to-bottom detection for chats that render their thread after an initial loading/mode-picker screen; the anchor-wait path now uses a scoped MutationObserver (via a new data-app-scroll-root marker) instead of a busy per-frame poll - Give agentic template pills their mode-accent border and fix long labels overflowing instead of truncating - Add a count-only mode to ConversationFocusChips and use it on the New Chat picker screen, removing a duplicated hand-rolled chips block - Add a disabled prop to ConversationFocusChips, separate from isClearing, so blocking the control for unrelated reasons doesn't misuse the clear-action's own loading state - Revert the agentic error-message masking added earlier in this branch (agentic_worker.py) to redo it together with a related prompt fix, rather than ship a half-finished whitelist - Add test coverage for the previously untested ConversationFocusChips precedence rules and the useStickToBottom hook's container resolution, scroll-target selection, and resize/mutation-driven remeasurement
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.
implementation instead of three drifting copies