v0.0.45
getmaxun/maxunv0.0.45Aug 3, 2026by amhsirak
AI Summary
This release enhances document processing by adding CSV and XLSX support and enabling AI-powered summaries for documents, while also adding API routes for scheduling robot runs.
Key Highlights
- CSV and XLSX file support added to document parsing.
- AI-powered summaries now available for PDF, CSV, and XLSX documents.
- API routes added to schedule robot runs directly.
- BYOP (Bring Your Own Proxy) setup instructions moved to documentation.
New Features
- CSV and XLSX document parsing support
- AI-powered document summaries
- Schedule robot runs API routes
Full Release Notes
### 📊 CSV & XLSX Support for Document Parsing Document Parse and Document Extract now support **CSV** and **XLSX** files in addition to **PDFs**. You can upload spreadsheets directly without needing to convert them to PDFs first. ### ✨ Document Summaries Generate AI-powered summaries for **PDF**, **CSV**, and **XLSX** documents, making it easier to quickly understand the contents of large files before extracting structured data. Learn more: https://docs.maxun.dev/robot/document ## What's Changed * fix: override default MUI icon styles & remove redundant font size overrides by @amhsirak in https://github.com/getmaxun/maxun/pull/1153 * feat: add CSV and XLSX support to document parsing by @jceychen in https://github.com/getmaxun/maxun/pull/1147 * chore(deps): upgrade `sharp` to 0.35.3 by @amhsirak in https://github.com/getmaxun/maxun/pull/1156 * feat(byop): move auth proxy setup instructions to docs by @amhsirak in https://github.com/getmaxun/maxun/pull/1154 * chore(deps): externalize `xlsx` to cdn by @amhsirak in https://github.com/getmaxun/maxun/pull/1159 * Add API routes to schedule robot runs by @vinaypokharkar in https://github.com/getmaxun/maxun/pull/1150 * feat: link docs proxy status endpoint to byop by @amhsirak in https://github.com/getmaxun/maxun/pull/1164 * Fix: Server and client crash when multiple recordings are discarded in rapid succession by @audreydng in https://github.com/getmaxun/maxun/pull/1162 * fix: enhance document llm post processing by @RohitR311 in https://github.com/getmaxun/maxun/pull/1157 * feat: add summary output format to document parsing (#1106) by @RRRG3 in https://github.com/getmaxun/maxun/pull/1149 * chore: fix deps inconsistency by @RohitR311 in https://github.com/getmaxun/maxun/pull/1161 * fix: validate llm config and centralize model defaults by @RohitR311 in https://github.com/getmaxun/maxun/pull/1166 * fix: clock icon invisible in dark mode by @vinaypokharkar in https://github.com/getmaxun/maxun/pull/1172 * chore: pre-release v0.0.45 by @amhsirak in https://github.com/getmaxun/maxun/pull/1175 ## New Contributors * @jceychen made their first contribution in https://github.com/getmaxun/maxun/pull/1147 * @vinaypokharkar made their first contribution in https://github.com/getmaxun/maxun/pull/1150 * @audreydng made their first contribution in https://github.com/getmaxun/maxun/pull/1162 * @RRRG3 made their first contribution in https://github.com/getmaxun/maxun/pull/1149 **Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.44...v0.0.45