cogwheel0
c4a36bb51c
feat(cache): Add lightweight in-memory cache with TTL and LRU eviction
2025-11-22 21:53:14 +05:30
cogwheel0
8a8ba76298
refactor: update providers to use keepAlive for enhanced state management
...
- Changed multiple provider annotations to `@Riverpod(keepAlive: true)` to improve state retention and management across the application.
- This update aligns with recent enhancements in state management practices, ensuring better performance and user experience throughout the app.
2025-10-01 18:32:16 +05:30
cogwheel0
dd96ddccb6
refactor: migrate Phase 2 FutureProvider functions (5-15/15) ✅
...
Migrated 11 more providers to @riverpod functions:
Core providers:
- userSettingsProvider → userSettings
- conversationSuggestionsProvider → conversationSuggestions
- userPermissionsProvider → userPermissions
- foldersProvider → folders
- userFilesProvider → userFiles
- knowledgeBasesProvider → knowledgeBases
- availableVoicesProvider → availableVoices
- imageModelsProvider → imageModels
Feature providers:
- promptsListProvider → promptsList
- toolsListProvider → toolsList
Bonus notifiers also migrated:
- activePromptCommandProvider → ActivePromptCommand
- selectedToolIdsProvider → SelectedToolIds
Phase 2 Complete! All 15 FutureProvider functions migrated.
All provider names unchanged, no breaking changes.
Analyzer passing, only pre-existing keepAlive warnings.
2025-09-30 14:39:22 +05:30
cogwheel0
462bf4cde2
refactor: migrate to riverpod 3
2025-09-21 22:31:44 +05:30
cogwheel0
267a45cd9e
feat: tools implementation
2025-08-19 20:26:19 +05:30