v0.0.36
getmaxun/maxunv0.0.36Mar 24, 2026by amhsirak
AI Summary
This release introduces the official Maxun CLI for terminal-based data scraping and extends robot duplication capabilities to the SDK. It also includes various fixes for recording timeouts, API key handling, and UI consistency.
Key Highlights
- Official Maxun CLI release for terminal usage
- Robot duplication now available via SDK
- Auto-discard recording sessions after 10-minute timeout
- Enforce unique robot names across creation flows
- Fix duplicate field naming for captured data
New Features
- Robot duplication via SDK
- Maxun CLI (create, manage, run robots)
- SDK status check route for CLI
Full Release Notes
## What's New ## π Robot Duplication via SDK You can now duplicate any robot through the SDK, the same way you already can through the UI and API. ## π¦ Maxun CLI Weβre releasing the official Maxun CLI, available for both Maxun Cloud and Open Source users. The CLI lets you create, manage, run data scraping robots. It's a simple way to work with Maxun from your terminal. Learn more: https://docs.maxun.dev/category/cli Repository: https://github.com/getmaxun/maxun-cli https://github.com/user-attachments/assets/787b6911-c002-41df-9bf6-0b81e5b68a77 ## What's Changed * fix: add langgraph svg by @RohitR311 in https://github.com/getmaxun/maxun/pull/1011 * feat: add status check route sdk for Maxun CLI by @RohitR311 in https://github.com/getmaxun/maxun/pull/1012 * fix(recorder): auto-discard recording session after 10-minute timeout by @ritam1303 in https://github.com/getmaxun/maxun/pull/999 * fix: enforce unique robot names across all creation flows and edit by @ritam1303 in https://github.com/getmaxun/maxun/pull/998 * feat: add sdk robot duplication by @RohitR311 in https://github.com/getmaxun/maxun/pull/1005 * fix: error handling apikey check by @RohitR311 in https://github.com/getmaxun/maxun/pull/1010 * fix: sdk doc link path by @RohitR311 in https://github.com/getmaxun/maxun/pull/1014 * fix: duplicate field naming for captured data by @RohitR311 in https://github.com/getmaxun/maxun/pull/1015 * chore: pre-release v0.0.36 by @amhsirak in https://github.com/getmaxun/maxun/pull/1016 ## New Contributors * @ritam1303 made their first contribution in https://github.com/getmaxun/maxun/pull/999 **Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.35...v0.0.36