Highlights
Fixed provider-aware AI access gating for non-MLJAR providers to avoid incorrect "AI subscription required" behavior
Fixed launcher command routing by removing legacy fallback commands that could trigger wrong entitlement paths
Improved chat send stability with duplicate-send protection at input and transport levels
Added frontend core singleton guard to prevent duplicate initialization and repeated websocket clients/prompts
Updated AutoLab House Prices example dataset URL to `data_train.csv`
Improved Studio AI guard messaging and local-provider entitlement logic (`ai_local_provider_access`)
Fixed
- Fixed provider-aware AI access gating for non-MLJAR providers (Ollama/OpenAI) to prevent incorrect
AI subscription requiredbehavior. - Fixed launcher command routing by removing legacy fallback commands that could trigger incorrect entitlement paths.
- Added a frontend core singleton guard to prevent duplicate initialization (multiple websocket clients and repeated prompts).
Improved
- Improved chat send stability with duplicate-send protection at both input and transport layers.
- Improved Studio AI guard messaging and logic for local-provider entitlement handling (
ai_local_provider_access). - Updated AutoLab House Prices example dataset URL to
data_train.csv.