Release 2026.36

5 min read

📌 Release Overview

  • 2026.36

  • Unique hosted:


Chat Platform

🐞 Bug Fixes

Admin Space form keeps scroll per step: Each step of the space form now keeps its own scroll. A new step starts at the top. Going back restores the last position.

Admin Empty knowledge base save disconnects: Saving Connect to Knowledge Base with no folders selected now removes the link and closes the dialog, same as Disconnect.

Admin Correct folder ticks on reopen: Reopening Connect to Knowledge Base no longer marks every folder as mixed. Only folders with excluded files stay mixed.

User Mobile Internal Search panel: On mobile, the file panel opens when you tap Internal Search. It stays closed after a refresh so it does not cover the chat.

User Tools no longer cover the model picker on mobile: On small screens, selected tools now wrap onto their own row above send and model. The model list stays visible.

Before

before.png

After

after.png

Truncate long model names for mobile view

SCR-20260902-jywq.png

RAG

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

User Beta Search when selecting files for chat: The internal files picker in the chat context window now has a search bar, so you can find the Knowledge Base files you want to add to the conversation without browsing through folders. The feature is off by default and can be enabled with the feature flag FEATURE_FLAG_INTERNAL_FILES_SEARCH_UN_15516.

User Experimental Version history for skill files: Skill files in the Knowledge Base now keep a version history. A new panel lists every version with its date and author, and lets you download an older version or restore it. Restoring never deletes anything, it simply makes the chosen version the new latest one. The feature is off by default and controlled by the feature flag FEATURE_FLAG_ENABLE_SKILL_VERSION_HISTORY_UN_23881.

Admin Extract PDF form options during ingestion: The folder ingestion configuration has a new setting that extracts the full list of choices from PDF form dropdowns into the ingested content, instead of only the value that is currently selected. The setting is off by default.

🔧 Improvements

User Same file preview everywhere: Files now open with the same preview and navigation in the Knowledge Base, canvas, and chat, so browsing between documents works the same way on every surface.

User Resizable file preview: You can now drag the divider to widen the file preview pane in the Knowledge Base. This works in column, list, and search views.

🐞 Bug Fixes

User Deleted text no longer ingested: In documents with tracked changes, text marked with strikethrough was ingested together with its replacement, so answers could mix old and new values. Struck-through content is now excluded during ingestion.

User "Move to" works in list view: The Move to action was greyed out in the Knowledge Base list view, so files could not be moved from there.

User No delete option without permission: With read-only access, selecting a file via checkbox still showed a Delete button that then failed with an error. The option is now hidden consistently.

User Select all stays inside the preview: Pressing Cmd/Ctrl+A in a focused file preview now selects only the file content instead of the whole page.

User No more empty folder flash: Opening a folder briefly showed "This folder is empty" before the content appeared. The loading skeleton now stays visible until the folder data has loaded.

User Column view keeps your place after a search: Selecting a search result and then switching to column view now opens the path to that file, instead of resetting the columns to the root folder.

Admin Ingestion analytics open to feedback viewers: The detailed ingestion report required a data admin role even though feedback viewers were meant to have access. Users with the feedback viewer role can now open it.

User Column view keeps scroll when opening a folder: Opening a folder in the Knowledge Base column view no longer jumps that column back to the top.

Agentic Table

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

User Experimental Bulk actions: Select multiple rows and assign, change review status, re-run, or delete them in one go. Ineligible rows are skipped; re-run processes the selection sequentially without unlocking the sheet between rows. More details can be found in the documentation.

bulk_actions_demo.gif

🔧 Improvements

User Smoother scrolling on large sheets: The grid now loads the first 100 rows and appends the next 100 only when you reach the end of what is loaded, so you can no longer flick-scroll into blank or not-yet-loaded rows.

User Answer Library tags written to row metadata: When a row is added to the Answer Library, client, strategy, and valid-as-of tags are stored as row metadata so they pre-populate in the UI and carry through to Knowledge Base content.

Admin Restrict Answer Library visibility: An optional allow-list of users and groups on the space's magicTableConfig controls who sees the Answer Library section on the sheet overview page. Read more here.

Admin Sheet context for the answering subagent: Column prompts can use {{sheet_information}} so the RFP/DDQ subagent sees the sheet name, sheet ID, and questionnaire files. Isolated row re-runs still get sheet name and ID; questionnaire file lines are omitted until those IDs are available on the re-run event.

🐞 Bug Fixes

User Fixed Assignee search: Searching the assignee dropdown now finds people who have access through a group.

User Renamed users show their current name: After a name change, the Assignee value, the Filter-by-Assignee options, and the sheet list kept showing the old name; all three now resolve names the same way the Share dialog does.

User SharePoint citations open correctly: Clicking a citation for a Knowledge Base file ingested via the SharePoint connector failed with "Content not found", even for users with access in SharePoint.

User No false error when removing an assignee: Removing an assignee showed an "Assignee not found" toast even though the removal had succeeded.

User Comment triangles stay visible past 100 comments: On sheets with many unresolved comments, the in-cell triangle disappeared from older commented cells even though the comments remained in the sidebar. Indicators now stay in sync with the full unresolved comment set.

Unique AI

🔧 Improvements

User Better awareness of uploaded documents: The agent is now aware about every file uploaded to the chat, including files that are not ingested, such as images and excel files.

Conduct

Conduct changes will be provided in an updated release right after 2026.36.0 as 2026.37.0 which marks the Conduct 1.0 Beta milestone!

Clients running Conduct 1.0 Experimental are strictly advised not to upgrade to this release but await 2026.37.0 due to the underlying amount of changes required for a successfully running Beta version.

Last updated