Skip to main content
Updated: March 24, 2026

March 2026

Overview

This release introduces casefile deeplink handling, native Android PDF and download support, XML tree view in the file viewer, and provider-aware token counting. We’ve also improved mobile responsiveness, fixed iOS Safari issues, and performed significant dead code cleanup across the codebase.

New Features

  1. Post-login Redirect for Casefile Deeplink — Users are now redirected to the correct casefile after login when accessing via a deeplink.
  2. Release Notes Dropdown — The notes quick action has been replaced with a structured release notes dropdown for easier access to version history.
  3. XML Tree View in File Viewer — File viewer now supports an interactive XML tree view for XML files, with shared utilities to reduce duplication.
  4. Android PDF Canvas Rendering — PDF files on Android now render using canvas-based rendering for improved compatibility.
  5. Android Download & PDF Sharing — Added native download support and PDF sharing capability for Android devices.
  6. Provider-Aware Token Counting — Auto-compacting is now aware of the active LLM provider for accurate context management.
  7. CUA Migration to Anthropic API + Configurable SearchAgent Model — Computer Use Agent (CUA) has been migrated to the Anthropic API, and the SearchAgent model is now configurable.
  8. Auth Token in URL Handling — Auth token from localStorage is now appended to URLs for specific domains to support authenticated navigation.

Improvements

  1. Input Area Responsiveness — Improved input area layout and maximize behavior for better usability across screen sizes.
  2. File Preview Clearing — Enhanced file preview clearing functionality with better arrow navigation support.
  3. ‘Jump to Live’ Button Visibility — The “Jump to Live” button now only appears for previous (non-live) actions; mobile skills button visibility also updated.
  4. Mobile Artifact Popup — Reduced top space in mobile artifact popup and improved overall positioning and dimensions.

Bug Fixes

  1. iOS Safari Message Stuck — Fixed issue where messages would get stuck after the first message on iOS Safari.
  2. Mobile Document Viewer Auto-Open — Prevented the document viewer from automatically opening on mobile devices.
  3. Mobile Spreadsheet Viewer — Fixed SheetJS loading and Office iframe height issues on mobile.
  4. Microphone Release on Voice Stop — Microphone is now properly released when stopping a voice recording session.
  5. File Management Popup Tabs — Tabs in the file management popup now correctly filter based on the active view mode.
  6. Mobile Artifact Popup Height — Corrected popup height/spacing on mobile artifact view.

Code Quality & Maintenance

  1. Dead Code Cleanup — Removed unused functions, variables, imports, debug console.* calls, and commented-out code across frontend and backend.
  2. Structured Logger Adoption — Replaced remaining console.* calls with the structured logger in automation and cost routes.
  3. Langfuse Tracing — Added Langfuse spans for sub-agents and fixed corruption and lifecycle issues across guards and tools.

Support

For questions or issues related to this release, please contact your support team or refer to the project documentation.