MLJAR Studio Changelog

Version 1.0.5

March 25, 2026

Provider-aware AI access fixes, chat stability hardening, and AutoLab example update

MLJAR Studio 1.0.5 focuses on AI access correctness and runtime stability. This release fixes provider-aware entitlement handling for Ollama/OpenAI paths, removes legacy launcher fallbacks, hardens chat send and frontend initialization behavior, and updates the AutoLab House Prices example dataset URL.

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 required behavior.
  • 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.