feat: add Memory record TUI - #1908
Open
notgitika wants to merge 5 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## refactor #1908 +/- ##
============================================
+ Coverage 95.74% 95.82% +0.07%
============================================
Files 291 294 +3
Lines 16234 16469 +235
============================================
+ Hits 15544 15782 +238
+ Misses 690 687 -3 ☔ 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
notgitika
force-pushed
the
feat/memory-record-tui
branch
2 times, most recently
from
August 6, 2026 16:38
a6ed74c to
45ffcf6
Compare
AlexanderRichey
previously approved these changes
Aug 6, 2026
nborges-aws
previously approved these changes
Aug 6, 2026
notgitika
dismissed stale reviews from nborges-aws and AlexanderRichey
via
August 7, 2026 19:44
8a90915
notgitika
force-pushed
the
feat/memory-record-tui
branch
from
August 7, 2026 19:44
45ffcf6 to
8a90915
Compare
notgitika
force-pushed
the
feat/memory-record-tui
branch
from
August 7, 2026 19:46
8a90915 to
e740afe
Compare
This was referenced Aug 7, 2026
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
Additional TUI entry points: