feat: add Memory record TUI - #1908
Open
notgitika wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/memory-event-tui #1908 +/- ##
=========================================================
+ Coverage 96.17% 96.19% +0.02%
=========================================================
Files 236 239 +3
Lines 11778 11999 +221
=========================================================
+ Hits 11328 11543 +215
- Misses 450 456 +6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
notgitika
force-pushed
the
feat/memory-record-tui
branch
from
August 5, 2026 14:15
f4785fa to
290cdee
Compare
notgitika
force-pushed
the
feat/memory-record-tui
branch
from
August 5, 2026 15:06
290cdee to
1d71811
Compare
notgitika
force-pushed
the
feat/memory-record-tui
branch
from
August 5, 2026 15:42
1d71811 to
6a34010
Compare
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.
This PR adds TUI implementation to the memory record list and get commands implemented in PR #1895
PR #1906 adds the event TUI. Stacks on top of the both of them.
The flow:
Adds Memory selection followed by namespace scope entry. Supports namespace and namespace-path.
It lists records with content, strategy, and creation timeand opens up selected event as an entire JSON. Pagination, filtering, retries, empty states, and back navigation is implemented.
I tested this myself + using the TUI harness skill.
Typcheck, lint, build and test passes