claw-code/rust/crates/rusty-claude-cli
TheArchitectit b934bdfcb8 feat(tui): wire EventBus into TuiApp for streaming event bridge
- event_bus is now accessible via event_sender() for background threads
- drain_events() processes TuiEvent variants and updates components:
  StreamTextDelta, TurnComplete, TurnError, TurnStarted, etc.
- read_line() drains events on each tick before polling for keys
- capture_turn() adds infrastructure for incremental output capture
- Fix flaky capture test (BufferRedirect shares fd across test threads)
- Current turn loop remains synchronous; background threading is next step
2026-06-15 11:00:28 -05:00
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src feat(tui): wire EventBus into TuiApp for streaming event bridge 2026-06-15 11:00:28 -05:00
tests fix: /config help returns structured section list (#344) 2026-06-05 07:09:48 +09:00
Cargo.toml fix(tui): safe stdout capture + focused OpenCode-style layout 2026-06-12 14:17:21 -05:00
build.rs fix: expose complete version provenance 2026-06-04 15:55:08 +09:00