You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add category field to dataset metadata for AI-generated dataset isolation
Adds a `category` column to the `_datasets_meta` schema via a new migration,
threaded through the full Rust core → FFI → SDK → Desktop stack. The
ChartDatasetGenerator now tags AI-derived datasets with category "ai-generated"
when calling ImportFromContentAsync. The SDK's IDatasetService and DatasetInfo
types expose the new optional category field with backward-compatible defaults.
Rust changes: schema migration, DatasetMeta.category field, store CRUD/mutations
updated to read/write/copy category, new set_category() helper. FFI request
structs (CreateEmptyRequest, ImportContentRequest) accept optional category.
SDK/Desktop: DatasetInfo gains Category property, IDatasetService methods
CreateEmptyDatasetAsync and ImportFromContentAsync accept optional category
parameter, DatasetService.Mutations threads it to FFI JSON requests.
Version bumps: SDK 1.55.0 → 1.56.0, Desktop 1.55.5 → 1.56.0.
0 commit comments