forked from kent/consciousness
Raw terminal mode swallows stderr output, making debugging difficult. Now redirects stderr through a pipe to: 1. Log file at ~/.consciousness/logs/tui-stderr.log (persistent) 2. Channel polled by UI thread (shown as notifications) The reader thread ensures both destinations see every line. Original stderr is restored on exit so post-session errors reach the terminal. Co-Authored-By: Proof of Concept <poc@bcachefs.org> |
||
|---|---|---|
| .. | ||
| chat.rs | ||
| context.rs | ||
| mod.rs | ||
| scroll_pane.rs | ||
| selectable.rs | ||
| subconscious.rs | ||
| thalamus.rs | ||
| unconscious.rs | ||
| widgets.rs | ||