Skip to content

feat(tui): palette-first redesign + rebuild flows - #58

Merged
teimurjan merged 1 commit into
mainfrom
feat/tui-palette-redesign
Jul 15, 2026
Merged

feat(tui): palette-first redesign + rebuild flows#58
teimurjan merged 1 commit into
mainfrom
feat/tui-palette-redesign

Conversation

@teimurjan

Copy link
Copy Markdown
Owner

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/EntryRow gained fields.

🤖 Generated with Claude Code

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
teimurjan force-pushed the feat/tui-palette-redesign branch from 64a29d9 to e0ac3cd Compare July 15, 2026 05:22
@teimurjan
teimurjan marked this pull request as ready for review July 15, 2026 05:23
@teimurjan
teimurjan merged commit 1e0fdd6 into main Jul 15, 2026
1 check passed
@teimurjan
teimurjan deleted the feat/tui-palette-redesign branch July 15, 2026 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant