tui: log / debug overlay #41
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As a developer or advanced user, I want an in-app log overlay showing plugin stdout, core debug messages, and HTTP traces, so that I can debug failures without leaving the TUI or tailing a file.
Acceptance criteria
Overlay
Ctrl+Lfrom any screen opens a scrollable log pane overlayj/k/Ctrl+d/Ctrl+uscroll;Gjumps to tail; auto-follows tail when at bottom/search highlights matching lines;n/Njumps between matchesEscorCtrl+LclosesSources
tracing-subscriberlayer that forwards records to a ring buffer (configurable size, default 2000 entries)loom-coreplugin bridgereqwest(whereverloom-coreuses them) includedConfig
[tui.log]RUST_LOGfor filter levelTests
Out of scope
tracing-appenderexternally if needed)References