Release 2025.24

3 min read

๐Ÿ“Œ 1. Release Overview

  • v 2025.24-db7ce

  • June 10, 2025.


๐Ÿ‘ฅ 2. Role-Based Highlights

Role

Impact

Highlights

Admin

Moderate

  • Streamlined API Key Management: Simplified user-scoped API key generation through the UI, eliminating the need for command-line tools.

  • Enhanced Efficiency: Improved concurrency for Microsoft Document Intelligence and Azure OpenAI Embeddings, reducing processing delays.

  • Improved Space Access Control: Default space access now prioritizes the creator, ensuring better control and security.

User

High

  • RFP Library Preview: New components to interact with the RFP Library, including marking sheets as completed and preparing for the full release.

  • Time-Saving Document Uploads: Start writing prompts while documents upload, boosting productivity.

  • Magic Table Enhancements: Easier column configuration and preserved color coding for better usability.

tech

Low


๐Ÿš€ 3. Whatโ€™s New (Business/End-User Focus)

  • User Voice feature: seamless method to convert spoken audio into real-time transcriptions. Check this out: Voice and Voice Administration

  • User Magic Table RFP Library Frontend components: These are a pair of frontend components that exposes the RFP Library box to the user via the overview page and allow the user to mark a sheet as completed. The Mark as Completed flow also includes the toggle to add answers to the RFP Library itself. The View Library button and Add to Library toggle are disabled until the RFP Library frontend is finalized.

  • User RFP Library box: This RFP Agent frontend component is present on the Space overview page and provides the user access to the RFP Library. It is placed in one of two positions depending on if a Space has an existing sheets or not. The two configuration are shown below.
    Note: The View button is currently disabled universally until the full release of the RFP Library in 2025.26

image-20250610-222219.png

Default View when no sheets exist

image-20250610-223158.png

View with 2 sheets โ€“ 1 Completed, 1 Needs Review

  • User Mark as Completed flow: This frontend flow allows a user to mark a sheet as Completed which will become visible in the list of sheets in the Space. This option only becomes available when all individual answers have been marked as Verified.

    When a user has marked all questions as Verified. The Sheet Status will turn from Needs Review to Ready for Completion. When clicked, this button will display the option to Mark as completed, as seen below.

image-20250610-224321.png

Sheet status button displaying Ready for Completion with an activated dropdown to Mark as Completed

Selecting Mark as Completed will prompt the following pop-up that prompts users to confirm their selection and displays a disabled Add to Answer Library toggle. Note: The Add to Answer Librarytoggle is currently disabled universally until the full release of the RFP Library in 2025.26

image-20250610-224658.png

Mark as completedpop-up with disabled Add to Answer Library toggle


๐Ÿ”ง Improvements

  • User Prompting enabled while documents upload: From now on, users can start writing promts while a document is being uploaded to the chat. This will save time, especially for large files.

  • user User-Scoped API Key Generation in UI: Providing a user-friendly UI for clients to easily generate user-scoped API keys, catering to developers who seek to access personalized information and services through the Unique API. This approach eliminates the necessity of using the command line for key generation, enhancing the overall user experience.

  • user Increased Concurrency for Microsoft Document Intelligence (MDI) and Azure OpenAI Embeddings (AOE) Calls: Previously, requests to MDI and AOE were handled in fixed batches: each batch would only begin once all tasks in the previous batch had completed. This led to unnecessary delays, especially when a single slow request held up the entire batch. With the new approach, tasks are managed in a dynamic queue: as soon as a task completes, the next one is immediately started. This significantly improves efficiency and reduces overall processing time.

  • User Magic Table Column Configuration and Positioning: Consolidated the agent columns and custom column sections of the magic table configuration providing an easier to use configuration template for end users. New configuration template also allows users to place all answer columns side-by-side.

  • ADMIN Creator as the default space access: When creating a space, the default space access is now the creator of the space. Previously the default access was the โ€œAll companyโ€ group.

  • ADMIN Scope Access Update Feature Flag: see 2025.24 Feature Flag Scope Access


๐Ÿž Bug Fixes

  • User Cut-off debug info: A fix has been implemented to address the issue where debug information displayed in the chat interface was cut off and could not be scrolled.

  • User Magic Table Reference Color Coding: A fix has been made to preserve the multi-answer reference color coding when a row marked as Verified


Author

Last updated