Files
goose/ui
David Katz 0e76eb2c26 Merge PR #5010: Add cache token tracking
Merged changes from PR #5010 which adds support for tracking cached token usage:
- Added accumulated_cache_read_input_tokens and accumulated_cache_write_input_tokens fields
- Updated schema version to 6 with migration support
- Integrated with existing cached token usage branch constants (SESSIONS_FOLDER, DB_NAME)
- Removed test_support.rs (was deleted in this branch)

Conflicts resolved:
- session_manager.rs: Combined schema version bump with new constants
- import_legacy_session: Added new cache token fields to insert
- apply_update: Used new bind_update_params helper function
2025-11-20 13:44:21 -05:00
..