Add rawDel function and enhance sync database schema#101
Merged
ric-v merged 1 commit intoJun 17, 2026
Conversation
…schema - Introduced rawDel function to delete keys from the store, supporting both KV and local storage. - Enhanced sync database schema by adding new columns to the sync_accounts table for better tracking of account usage and status. - Updated documentation to include details on the new deletion process for synced items. - Improved AI Assistant features by integrating new AI providers and updating model listing functionalities. - Refactored settings hub UI to support new AI configuration options and enhance user experience.
|
@ric-v is attempting to deploy a commit to the asterix-dev Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several significant improvements and new features, primarily focused on expanding AI model provider support, enhancing AI settings management, and improving sync and storage logic. The most notable changes are the addition of DeepSeek, Moonshot, and Mistral AI providers, a more robust AI settings structure with scope-based defaults, and clarifications to the sync deletion protocol.
AI Model Provider Expansion and Integration:
AI Settings Management Improvements:
Sync and Storage Logic Updates:
Database and Store Maintenance:
Added explicit ALTER TABLE migrations to ensure all required columns exist in the
sync_accountstable, improving reliability for users upgrading from older versions.Introduced a
rawDelfunction to the key-value store utility for consistent deletion support across environments. [1] [2]…schemaIntroduced rawDel function to delete keys from the store, supporting both KV and local storage.
Enhanced sync database schema by adding new columns to the sync_accounts table for better tracking of account usage and status.
Updated documentation to include details on the new deletion process for synced items.
Improved AI Assistant features by integrating new AI providers and updating model listing functionalities.
Refactored settings hub UI to support new AI configuration options and enhance user experience.