cherry-studio/packages/shared/data/api
fullex c0cca4ae44 chore: update configuration and improve cache management
- Added "packages/ui/scripts/**" to .oxlintrc.json for linting.
- Excluded ".claude/**" from biome.jsonc.
- Refactored API path types in apiPaths.ts for better clarity.
- Updated error handling in errorCodes.ts to ensure stack trace is always available.
- Modified preferenceSchemas.ts to include new features and updated generated timestamp.
- Cleaned up tsconfig.json for better organization.
- Adjusted CustomTag component to improve rendering logic.
- Enhanced CodeEditor utility functions for better type safety.
- Improved Scrollbar story for better readability.
- Refactored CacheService to streamline comments and improve documentation.
- Updated useCache and useSharedCache hooks for better clarity and functionality.
- Cleaned up selectionStore and settings.ts by commenting out deprecated actions.
- Updated DataApiHookTests for better optimistic update handling.
2025-09-16 11:27:18 +08:00
..
apiModels.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
apiPaths.ts chore: update configuration and improve cache management 2025-09-16 11:27:18 +08:00
apiSchemas.ts refactor: remove AbortSignal support from DataApiService and related components 2025-09-13 13:50:59 +08:00
apiTypes.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
errorCodes.ts chore: update configuration and improve cache management 2025-09-16 11:27:18 +08:00
index.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00