Skip to main content
Updated: March 11, 2026

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

  1. 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.
Siya
Siya
  1. 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.
  2. 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).
Siya
  1. 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.
  2. Integrations - Added new MCP server connections for Gmail, SharePoint, and OneDrive, alongside conditional grouping for Microsoft 365 apps.
Siya
  1. Document View Security - Implemented an iframe embeddability check API accompanied by a blocked-site overlay for Document View.
Siya
  1. User Automations - Added userId support for automations to implement user-specific workflows.

UI Fixes & Enhancements

  1. Chat Interface - Fixed scroll flickering and button state issues during streaming, enhanced markdown processing and sanitization, and resolved duplicate message and title updates.
  2. 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.
  3. Upload Experience - Fixed upload progress flickering, disabled the send button during active uploads, and improved image upload handling (threshold-based inline vs. metadata-only).
Siya
  1. 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.
  2. 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.
  3. Skill UI - Removed unused skills from the interface and fixed alignment/rendering of skill suggestion chips.
  4. Login & Auth Views - Fixed iPad login constraints and added immediate logout handlers across all authentication pages.

Backend & Infrastructure

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. Logging & Telemetry - Introduced structured logging by auto-injecting session and trace context into Pino logs.
  6. Permissions & Scopes - Updated Microsoft Teams, Outlook, and legacy NYK domain scopes, while removing unnecessary permissions (ChannelMessage.Read.All).
  7. 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.
  8. Workspace Fixes - Fixed a workspace path inconsistency that caused files to not appear in the frontend when using specific skills.

Support

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