Skip to content

feat: add Memory record TUI - #1908

Open
notgitika wants to merge 1 commit into
feat/memory-event-tuifrom
feat/memory-record-tui
Open

feat: add Memory record TUI#1908
notgitika wants to merge 1 commit into
feat/memory-event-tuifrom
feat/memory-record-tui

Conversation

@notgitika

Copy link
Copy Markdown
Contributor

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

@github-actions github-actions Bot added agentcore-harness-reviewing AgentCore Harness review in progress and removed agentcore-harness-reviewing AgentCore Harness review in progress labels Aug 4, 2026
@codecov-commenter

codecov-commenter commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.32143% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.19%. Comparing base (66193de) to head (6a34010).

Files with missing lines Patch % Lines
src/handlers/memory/record/list/screen.tsx 96.77% 5 Missing ⚠️
src/handlers/memory/record/screen.tsx 50.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@notgitika
notgitika force-pushed the feat/memory-record-tui branch from f4785fa to 290cdee Compare August 5, 2026 14:15
@notgitika
notgitika force-pushed the feat/memory-record-tui branch from 290cdee to 1d71811 Compare August 5, 2026 15:06
@notgitika
notgitika force-pushed the feat/memory-record-tui branch from 1d71811 to 6a34010 Compare August 5, 2026 15:42
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.

2 participants