Show threads only when multiple personas are loaded - #4
Draft
naes993 wants to merge 20 commits into
Draft
Conversation
Replace the synthetic Web Audio chirp with the uploaded reply notification sound, unlocking HTMLAudioElement playback on send so it works on iOS/Safari. Co-authored-by: McKenna <naes993@users.noreply.github.com>
Keep the default single-persona experience (EBT chat only) until a second personality JSON is added, then unlock the contacts/threads UI. Co-authored-by: McKenna <naes993@users.noreply.github.com>
Replace the persona emoji header with the classic Chat{name} title,
tagline, and Load/Reset buttons while keeping multi-thread back nav.
Co-authored-by: McKenna <naes993@users.noreply.github.com>
Logo opens the chat list; Start New Chat loads personalities; swipe or long-press removes threads. Hidden 10-tap / 10s-hold on the logo unlocks admin CRUD for packs and personas with localStorage persistence. Co-authored-by: McKenna <naes993@users.noreply.github.com>
Co-authored-by: McKenna <naes993@users.noreply.github.com>
Replace hard view swaps with a transform-based panel slide so opening threads from the logo feels like a native messaging app. Co-authored-by: McKenna <naes993@users.noreply.github.com>
Replace the + file picker with a bottom sheet: choose a pack, then a persona. JSON import stays in admin. Empty threads get a Start a chat CTA. Co-authored-by: McKenna <naes993@users.noreply.github.com>
Rename the list to Chats with relative timestamps, snappier slide-over with a tappable dim edge, delete confirm plus Undo toast, persistent Admin chip after unlock, and export/import backup with schema version. Co-authored-by: McKenna <naes993@users.noreply.github.com>
Browse packs as a cast grid from Chats; tapping a persona starts a chat. Show the tagline once, then replace it with a small About sheet entry. Co-authored-by: McKenna <naes993@users.noreply.github.com>
Plus opens Compose (add persona, new chat, import JSON) into My Personas. Browse stays discovery-only. Personas can point at a local agent-bridge endpoint for Hermes/OpenClaw replies with canned fallback. Co-authored-by: McKenna <naes993@users.noreply.github.com>
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
Keeps the default ChatEBT experience as a single chat (EBT, or whichever one persona is loaded). The contacts/threads list only appears after a second personality JSON is loaded.
Behavior
+in the chat header.Base
Built on the multi-session + reply-sound branch so this also brings the ChatEBT app onto
main(which previously only had a README stub).