claw-code/rust/crates/rusty-claude-cli
TheArchitectit 919c6fabcb feat(tui): add capture_turn for stay-in-TUI output capture
- Adds capture_turn() that wraps a closure with stdout/stderr capture
  and calls an on_output callback with captured text
- Infrastructure for the streaming event bridge — when turns run on a
  background thread, this will feed incremental output to the TUI
- For now, the turn loop continues to use leave-and-return via
  TerminalGuard because CliPermissionPrompter needs stdin access
2026-06-15 10:55:24 -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): add capture_turn for stay-in-TUI output capture 2026-06-15 10:55:24 -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