claw-code/rust/crates/rusty-claude-cli
TheArchitectit 9d066a0818 fix(tui): ConversationPane render cache via RefCell — actually renders now
The Component trait's render(&self) couldn't mutate the cache.
Switched to RefCell<RenderCache> for interior mutability so the
word-wrapped line cache rebuilds on dirty during render().

Also adds Dashboard::clear_dirty() and marks components clean
after each draw_screen() cycle.
2026-06-12 14:03:35 -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): ConversationPane render cache via RefCell — actually renders now 2026-06-12 14:03:35 -05:00
tests fix: /config help returns structured section list (#344) 2026-06-05 07:09:48 +09:00
Cargo.toml feat(tui): component-based architecture, eliminates libc::dup hack 2026-06-12 13:26:53 -05:00
build.rs fix: expose complete version provenance 2026-06-04 15:55:08 +09:00