claw-code/rust/crates/rusty-claude-cli
TheArchitectit 25610f2a06 fix(tui): leave alternate screen during turns — zero output bleeding
The TUI is not active during tool execution. The flow becomes:
  1. leave_for_turn()  — exit alt screen, enable raw mode
  2. cli.run_turn_to() — stdout/stderr goes to normal terminal
  3. wait_to_return()  — 'Press any key to return to TUI...'
  4. reenter_after_turn() — re-enter alt screen, redraw

This guarantees zero output bleeding. Replaces suspend/resume approach.
2026-06-12 14:30:06 -05:00
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src fix(tui): leave alternate screen during turns — zero output bleeding 2026-06-12 14:30:06 -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