Release 2025.44

3 min read

This is a preview page for the upcoming 2025.44 release to announce the necessary infrastructure changes early before the release as can be seen in .

📌 Release Overview

  • Unique hosted:

  • Self hosted:


Chat Platform

🚀 What’s New (Business/End-User Focus)

🔧 Improvements

User Improved returned message when the model is unable to process the request.

Admin Sources & Tools section now have a new section. This is to improve the experience of users when setting up the configurations.

image-20251028-102332.png

🐞 Bug Fixes

Admin The issue with default spaces that have been removed being brought back has been resolved.

Agentic Table

🚀 What’s New (Business/End-User Focus)

User Customizable Review Statuses: Users can now create custom review statuses with configurable behaviors and colors, providing more control and flexibility over the review workflow in the Agentic Table. Details on how to configure and migrate from the default review statuses are available in the documentation.

image-20251027-190319.png

User Table Re-run Button EXPERIMENTAL: A new re-run button allows users to update all table data in a single click while respecting review status locks, showing clear progress, and displaying a completion timestamp. This feature is experimental and can be enabled upon request.

Screenshot 2025-10-26 at 14.13.44.png

Admin Agentic Table Metrics: Tracks Daily, Weekly, and Monthly Active Users for the Agentic Table, reflecting unique user engagement over time. These metrics are part of the Product Metrics export in the Analytics section, accessible only to admins with the chat.feedback.read role. See the table below for a description of the metrics available. More details are available in the documentation.

Metric Name

Explanation

agentic_table_sheet_creation

Triggered when a user creates a new sheet.

agentic_table_library_sheet_creation

Triggered when a new answer library sheet is created within an Agentic Table space.

agentic_table_sheet_deletion

Triggered when a user deletes a sheet via the Landing page.

agentic_table_sheet_completion

Triggered when a user marks a non-library sheet as completed.

agentic_table_library_sheet_completion

Triggered when a user marks a library sheet as completed.

agentic_table_cell_update

Triggered whenever a user edits an existing cell or adds a new one in a sheet.

agentic_table_metadata_added_existing_sheet

Triggered when sources or question files are added to an existing sheet.

agentic_table_metadata_added_new_sheet

Triggered whenever sources or question files are added during the creation of a new sheet.

User Pagination for Sheets: Sheets now load rows in smaller chunks as the user scrolls, improving performance and responsiveness for large datasets while reducing system load.

🔧 Improvements

User Improved Assignee List and Search: Assignees are now shown in alphabetical order, and all users (including those added through groups) can be properly searched and selected.

User Today’s Date Can Now Be Set as a Due Date: Users can now select today’s date as a valid due date for a sheet.

User Cleaner Review Status Dropdown: The dropdown no longer shows the currently selected status as an option, making status selection clearer and easier.

🐞 Bug Fixes

User Fixed Missing File Display After Creating a New Sheet: When adding sources to a newly created sheet, uploaded files now appear correctly under the “View files” section without needing to refresh the page.

Unique AI

🔧 Improvements

Admin Internal Search - Metadata Appending to Chunks: Metadata can now be appended to internal search chunks before they are sent to the LLM. In the internal search configuration, the relevant metadata fields and their formatting can be defined. The specified metadata is automatically added to each chunk passed to the orchestrator. Appending metadata can help the UniqueAI orchestrator to answer user queries more precise. See the Metadata Chunk Sections for setup details.

🐞 Bug Fixes

User Hallucination Check: Fixed a bug where not all cited references from the LLM response were included in the hallucination evaluation.

User Chat with uploaded files: Fixed a bug where the UniqueAI orchestrator considered only uploaded files when files were present, ignoring additional available sources such as the web and internal search tools.

Language Model

o1-mini Retirement

Admin Due to the upcoming retirement of o1-mini, all spaces and AI templates previously using o1-mini (AZURE_o1_MINI_2024_0912) have been migrated to GPT-5-mini (AZURE_GPT_5_MINI_2025_0807).

New Anthropic Models

Admin New Anthropic model is now available: Claude Haiku 4.5. It can be accessed through LiteLLM using the following enums:

  • litellm:anthropic-claude-haiku-4-5


Author

Last updated