tui: Log overlay — wire loom-core log capture & plugin stdout #96
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#96
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 loom-tui user, I want the Log/Debug overlay to capture and display loom-core debug messages, plugin stdout, and HTTP traces, so that I can diagnose issues without leaving the TUI.
Context
The Log overlay (#41) has a
LogRingring buffer andlog_pane.rsviewer. But no log sources feed into the ring buffer. This ticket connects loom-core's tracing output, plugin log messages, and HTTP request traces.Acceptance Criteria
Log Sources
tracingoutput is captured and routed toLogRinglog.*host API calls) appear in the loghttpcalls) are logged with method, URL, status code, timingLog Level
RUST_LOGenv var (as spec'd)tui.toml[log]section can override the default levelViewer
Ctrl+Lopens the log pane as a scrollable overlayTests
LogRingcaptures entries from multiple sources and maintains ring buffer invariantOut of Scope
References
src/components/log_pane.rs