cherry-studio/packages/shared/data/cache
fullex 5415f43052 feat: refactor cache management and remove deprecated runtime hooks
- Added new cache schema keys for agent management and chat active view in `cacheSchemas.ts`.
- Replaced deprecated `useRuntime` hook with `useCache` in various components to streamline state management.
- Updated components such as `useActiveAgent`, `useActiveSession`, and `useAgentSessionInitializer` to utilize the new caching strategy.
- Removed the `useRuntime` hook entirely from the codebase, enhancing performance and reducing complexity.
- Ensured consistent access to cached data across the application.
2025-12-09 20:00:19 +08:00
..
cacheSchemas.ts feat: refactor cache management and remove deprecated runtime hooks 2025-12-09 20:00:19 +08:00
cacheTypes.ts feat: CacheService & useCache Hooks 2025-09-15 14:12:41 +08:00
cacheValueTypes.ts Merge branch 'main' into v2 2025-12-09 10:45:35 +08:00