Skip to content

fix(tui): enable incremental rendering - #1897

Merged
aidandaly24 merged 1 commit into
refactorfrom
fix/tui-incremental-rendering
Aug 4, 2026
Merged

fix(tui): enable incremental rendering#1897
aidandaly24 merged 1 commit into
refactorfrom
fix/tui-incremental-rendering

Conversation

@aidandaly24

Copy link
Copy Markdown
Contributor

Summary

  • enable Ink incremental rendering for the full-screen TUI
  • update only changed terminal lines instead of erasing and rewriting the complete frame
  • eliminate visible flashing during rapid navigation and other frequent UI updates

Testing

  • bun test src/tui/tui.test.tsx (7 pass, 0 fail)
  • tracked-source TypeScript check
  • bun run lint:check
  • bun run format:check
  • bun run build
  • manual Runtime list key-repeat validation

@github-actions github-actions Bot added the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 3, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.01%. Comparing base (ec57799) to head (4b657ce).

Additional details and impacted files
@@            Coverage Diff            @@
##           refactor    #1897   +/-   ##
=========================================
  Coverage     96.01%   96.01%           
=========================================
  Files           211      211           
  Lines          9837     9838    +1     
=========================================
+ Hits           9445     9446    +1     
  Misses          392      392           

☔ 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.

@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 3, 2026
@aidandaly24
aidandaly24 merged commit 8ec2114 into refactor Aug 4, 2026
10 checks passed
@aidandaly24
aidandaly24 deleted the fix/tui-incremental-rendering branch August 4, 2026 18:04
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.

4 participants