Skip to content

TUI: add bounded log scrollback - #30

Merged
delaudio merged 1 commit into
mainfrom
agent/issue-29-log-scrollback
Aug 3, 2026
Merged

TUI: add bounded log scrollback#30
delaudio merged 1 commit into
mainfrom
agent/issue-29-log-scrollback

Conversation

@delaudio

@delaudio delaudio commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Closes #29\n\n## Summary\n- add j/k, arrows, Page Up/Page Down, Home and End navigation to TUI logs\n- pause live follow while browsing and reload the current tail on return\n- page older retained and rotated history from disk with bounded memory and I/O\n- preserve redaction boundaries across rotations and expose log I/O errors\n- document controls and add history, rotation, memory and live-resume tests\n\n## Validation\n- cargo fmt --check\n- cargo clippy --all-targets --all-features -- -D warnings\n- scripts/verify-test-count.sh 60 (78 tests)\n- cargo test --release --test performance_smoke -- --ignored --nocapture

@delaudio
delaudio merged commit d4a46db into main Aug 3, 2026
6 checks passed
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.

TUI: Log scrollback and progressive history loading

1 participant