6.2.0
2026/07/27New Features
- The Atoti chat now uses dynamic tool discovery. Instead of sending every available tool with each request, the model searches a keyword index for matches. This reduces token usage and improves tool selection.
- The Atoti Java SDK now includes a
DimensionAPI to control which cube attributes are exposed to the AI tools. - Auto-Explain, which identifies the root causes behind measure variations, now has a Python API in the Atoti Python SDK. See How to set up Auto-Explain in Python.
- The Atoti Python SDK now offers
Session.chatto start a chat session against a cube. - The Atoti Python SDK now exposes the
AiConfig.disclaimerattribute, letting the disclaimer shown with AI responses be customized. See How to set up a custom disclaimer in Python.
Improvements
- The chat system prompt was improved to help the LLM navigate the UI.
- Fixed the Atoti MCP Server credentials page, which failed to load when the application ran under a custom context path.