Files
codewhale/crates/tui
Justin Gao c9e4c8b2ce fix: clarify comment, avoid per-turn tool clone on happy path
- Comment: remove 'never auto-re-pins' (it does auto-re-freeze),
  describe accurately as 'auto-re-freeze on drift'
- Perf: use as_deref().unwrap_or_default() to borrow &[Tool] for
  verify(), only to_vec() when constructing PinnedPrefix
2026-06-01 21:15:12 -07:00
..