Skip to content

feat: add Memory record TUI - #1908

Open
notgitika wants to merge 2 commits into
refactorfrom
feat/memory-record-tui
Open

feat: add Memory record TUI#1908
notgitika wants to merge 2 commits into
refactorfrom
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 (206540c) to head (2977abb).

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              @@
##           refactor    #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
Base automatically changed from feat/memory-event-tui to refactor August 5, 2026 19:27
@notgitika
notgitika force-pushed the feat/memory-record-tui branch from 6a34010 to 2977abb Compare August 5, 2026 19:27
@notgitika
notgitika force-pushed the feat/memory-record-tui branch from a6ed74c to 45ffcf6 Compare August 6, 2026 16:38
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.

3 participants