feat(chat): merge Human and Chat pages into unified conversation surface#2199
Closed
graycyrus wants to merge 6 commits into
Closed
feat(chat): merge Human and Chat pages into unified conversation surface#2199graycyrus wants to merge 6 commits into
graycyrus wants to merge 6 commits into
Conversation
…ace (tinyhumansai#1520) Move the mascot + voice interaction from a standalone /human route into a selectable mode within the /chat (Accounts) page. The mascot appears as a rail button alongside Agent and connected providers, eliminating tab-bar clutter and unifying thread management across voice and text modes. - Add MascotChatPane component (mascot stage + Conversations sidebar) - Add mascot entry to Accounts rail with MASCOT_ACCOUNT_ID sentinel - Migrate speakReplies from localStorage to Redux (mascotSlice) - Remove /human route (redirect to /chat) and Human tab from bottom nav - Exclude mascot mode from fullscreen in accountsFullscreen.ts - Add unit tests for MascotChatPane and speakReplies slice Closes tinyhumansai#1520
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
The i18n coverage CI check requires keys in en.ts to also exist in the chunked locale files. Adds translated accounts.human to all 11 chunk-3 files.
…tsFullscreen Cover the mascot selection branch in Accounts.tsx (isMascotSelected, selectMascot, MascotChatPane render) and the MASCOT_ACCOUNT_ID export + fullscreen exclusion in accountsFullscreen.ts to satisfy the ≥80% diff-cover gate.
7a6e81b to
ee684db
Compare
…inyhumansai#1520) Replace the separate mascot rail button approach with a mic toggle in the Conversations composer. Clicking it switches to MicComposer (cloud STT) — the same component the old /human page used — showing a centered mascot (180px), mic button, and speak-replies toggle. The device selector is handled by the system, keeping the UI clean. - Revert Accounts.tsx and accountsFullscreen.ts to pre-tinyhumansai#1520 state - Delete MascotChatPane (no longer needed) - Add composerOverride state to toggle between text and mic-cloud mode - Center mascot as hero focal point in voice mode - Wire speakReplies from Redux into voice mode controls Closes tinyhumansai#1520
ee684db to
1166b5a
Compare
Contributor
Author
|
Superseded by new PR with clean branch (force-push blocked CI triggers) |
10 tasks
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
/humanroute into a selectable mode within the/chat(Accounts) pageMascotChatPanecomponent with mascot stage + Conversations sidebar, and a rail button alongside Agent and connected providersspeakRepliesfromlocalStorageto Redux (mascotSlice) with one-time backward-compat migration/humanroute (redirect to/chat) and Human tab from bottom nav (7→6 tabs)accountsFullscreen.tsTest plan
pnpm typecheck)pnpm format:check)/humanredirects to/chatCloses #1520