Files
codewhale/crates
Hunter Bown 51906511c5 feat(cache): expose real tool catalog in cache inspect (#2423)
Harvested from #2390 with thanks to @wplll.

Records the actual tool catalog used by the last model request, reports that catalog in /cache inspect JSON and text output, and includes review hardening for stale catalog clearing, JSON/verbose flag handling, and CJK-aware token estimates.

Validation:
- cargo fmt --all -- --check
- CARGO_TARGET_DIR=/Volumes/VIXinSSD/codewhale-target/harvest-2390 cargo test -p codewhale-tui cache_inspect --all-features
2026-05-31 03:24:00 -07:00
..