v0.0.37
getmaxun/maxunv0.0.37Apr 10, 2026by amhsirak
AI Summary
The release adds support for OpenClaw and Claude Code skills, allowing AI to control Maxun directly without API calls, along with new output format options and CLI enhancements.
Key Highlights
- Support for OpenClaw and Claude Code skills for automated robot management
- Added Output Format Selection for Crawl and Search robots
- Enhanced CLI integration with main menu access and run status tracking
- UI improvements including dialog replacements and missing i18n translation fixes
New Features
- OpenClaw & Claude Code Skill Support
- Output Format Selection for Crawl and Search
- CLI to main menu integration
- Run status for CLI and MCP
Full Release Notes
## What's New ### 🦀 OpenClaw & Claude Skill Support Maxun now supports **OpenClaw** and **Claude Code** skills. You can instruct your AI directly - “list my robots,” “run this robot,” “fetch the latest run data,” etc. No API calls needed - the AI performs all Maxun actions for you automatically. Learn more: 1. Openclaw: https://docs.maxun.dev/integrations/openclaw 2. Claude: https://docs.maxun.dev/integrations/claude-code --- ## What's Changed * feat: Added Output Format Selection to Crawl and Search Robots by @Rutetid in https://github.com/getmaxun/maxun/pull/1009 * fix: success status being displayed by @amhsirak in https://github.com/getmaxun/maxun/pull/1017 * feat: add cli to main menu by @amhsirak in https://github.com/getmaxun/maxun/pull/1019 * feat: add run status for cli and mcp by @RohitR311 in https://github.com/getmaxun/maxun/pull/1022 * fix: copy clipboard hosted context by @RohitR311 in https://github.com/getmaxun/maxun/pull/1024 * feat: use dialog instead of custom generic modal by @amhsirak in https://github.com/getmaxun/maxun/pull/1020 * fix: add missing i18n translation keys across all locales by @Smeet23 in https://github.com/getmaxun/maxun/pull/1025 * feat: add claude code integration by @amhsirak in https://github.com/getmaxun/maxun/pull/1028 * fix: misc ui fixes by @amhsirak in https://github.com/getmaxun/maxun/pull/1029 * chore: pre-release v0.0.37 by @amhsirak in https://github.com/getmaxun/maxun/pull/1030 ## New Contributors * @Rutetid made their first contribution in https://github.com/getmaxun/maxun/pull/1009 * @Smeet23 made their first contribution in https://github.com/getmaxun/maxun/pull/1025 **Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.36...v0.0.37