feat(tui): palette-first redesign + rebuild flows - #58
Merged
Conversation
Rework the memory TUI to match the new design: home is a search prompt over recents, typing runs a debounced semantic search (spinner while it runs), Enter opens a full-screen reader, F2 opens a settings modal (index / add / delete-records / remove / clean up / rebuild). - Tokyo Night theme, Tab scope picker, add-project prefilled with cwd. - Rebuild index (clean) + Rebuild all: wipe + re-parse so parser/format fixes land on unchanged transcripts. - core: expose created_at; add age-based delete_records + delete_entries_older_than. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
teimurjan
force-pushed
the
feat/tui-palette-redesign
branch
from
July 15, 2026 05:22
64a29d9 to
e0ac3cd
Compare
teimurjan
marked this pull request as ready for review
July 15, 2026 05:23
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.
What: Rework the memory TUI into a palette-first search app — home prompt over recents, debounced semantic search, full-screen reader, F2 settings modal.
Why: Match the new design mock and let users fix stale/removed indexes without leaving the TUI.
How: Rewrite app/ui/worker around search → reader → modals; add a clean rebuild (single + all) that wipes and re-parses; add
created_at+ age-based record deletion in core.Notes: Draft. Subsumes #57 (OMP source now shown in the reader).
Reclaimed/EntryRowgained fields.🤖 Generated with Claude Code