March 2026
Overview
This release delivers major new capabilities including a standalone Notes application, an agent skills system, desktop and mobile app improvements, and enhanced file viewing. We’ve also strengthened security with LLM-as-Judge guardrails and embedding-based prompt injection detection.Improvements & New Features
- File Viewer Enhancements - Improved the Excel/CSV file viewer with date formatting and Office Online support, added a local PPTX viewer using JSZip, and enabled document downloads for DOC, DOCX, and PDF files.
- Standalone Notes Application - Added a new standalone Notes page with quick actions, new tab support, and the ability to display release notes within an iframe.
- Agent Skills System - Introduced an open-standard skill discovery, activation, and self-improvement framework, with toggleable configurations via environment variables (ENABLE_SKILLS, ENABLE_SKILL_SUGGESTIONS).
- Desktop & Mobile Apps - Released the desktop app build with reliability and OAuth flow improvements, and enhanced the mobile chat interface with a new context menu and editing features.
- Integrations - Added new MCP server connections for Gmail, SharePoint, and OneDrive, alongside conditional grouping for Microsoft 365 apps.
- Document View Security - Implemented an iframe embeddability check API accompanied by a blocked-site overlay for Document View.
- User Automations - Added userId support for automations to implement user-specific workflows.
UI Fixes & Enhancements
- Chat Interface - Fixed scroll flickering and button state issues during streaming, enhanced markdown processing and sanitization, and resolved duplicate message and title updates.
- Layout & Styling - Scoped iPad landscape CSS to prevent desktop resize breaks, fixed the stop button overflow issue, and updated the history sidebar CSS to adjust overflow properties.
- Upload Experience - Fixed upload progress flickering, disabled the send button during active uploads, and improved image upload handling (threshold-based inline vs. metadata-only).
- Navigation & Routing - Updated navigation URLs for microapps (removing the ‘overview’ path), fixed the library URL pattern on the landing page, and resolved the file upload navigation button behavior.
- Platform-Specific Tweaks - Hid quick action buttons for skills and the new tab button specifically in the Tauri desktop environment, and restricted skills button visibility to admin and developer roles.
- Skill UI - Removed unused skills from the interface and fixed alignment/rendering of skill suggestion chips.
- Login & Auth Views - Fixed iPad login constraints and added immediate logout handlers across all authentication pages.
Backend & Infrastructure
- Security Guardrails - Added an LLM-as-Judge security guardrail for pre-execution query filtering, an embedding-based guardrail pipeline for prompt injection detection, and a sensitive file security policy to all agent system prompts.
- Kubernetes & DevOps - Migrated MCP model configurations to dedicated K8s secrets, removed ConfigMaps to introduce an app-config fast-update workflow, and disabled the image-puller DaemonSet in app-dev workflows to prevent timeouts.
- Model Management - Fixed an auto-compact death loop for Bedrock/Azure models, added fallbacks for removed OpenAI models, and cleaned up duplicate Claude Sonnet 4.6 Bedrock definitions while adding the 1M context variant.
- Connection & Session Handling - Implemented a Server-Sent Events (SSE) heartbeat mechanism to prevent connection timeouts, and enhanced session management in chat history to prevent duplications.
- Logging & Telemetry - Introduced structured logging by auto-injecting session and trace context into Pino logs.
- Permissions & Scopes - Updated Microsoft Teams, Outlook, and legacy NYK domain scopes, while removing unnecessary permissions (ChannelMessage.Read.All).
- Build & Deploy - Resolved a multer/@types/express version conflict via yarn resolutions, added a standalone build-and-push workflow, and fixed domain-config.json path resolution for multi-environment deployments.
- Workspace Fixes - Fixed a workspace path inconsistency that caused files to not appear in the frontend when using specific skills.
