> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squared.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# April 2026 Releases

> Release updates for the month of April 2026

## 🐛 Bug Fixes

* **Onboarding Wizard Viewport on Smaller Screens**
  Fixed the onboarding wizard layout to display correctly on smaller screen sizes, ensuring the wizard content is fully accessible without overflow or clipping issues.

* **File input for AI workflows**
  You can now attach files directly to AI workflows using the new File Input component. This allows workflows to process document content as context for AI reasoning.
  * Upload up to 2 static files per workflow for persistent context across all executions
  * Enable end-user file uploads during chat sessions with the `allow_uploads` toggle
  * Supports 12 file types: CSV, DOC, DOCX, ODS, ODT, PDF, RTF, SQL, TSV, TXT, XLS, and XLSX
  * Maximum file size of 50 MB per file
  * File content is automatically parsed, truncated to a token limit, and injected as text into downstream workflow components
  * Session-scoped files are automatically cleaned up when chat sessions expire
  * File uploads appear in chat history for easy reference
