autogpt-platform-beta-v0.6.53
📦 autogptView on GitHub →
✨ 5 features🐛 11 fixes🔧 8 symbols
Summary
This release introduces significant new features like workflow import, parallel block execution, and dry-run mode. It also includes numerous bug fixes, dependency bumps, and documentation improvements, notably renaming SmartDecisionMakerBlock to OrchestratorBlock.
Migration Steps
- Rename SmartDecisionMakerBlock to OrchestratorBlock.
✨ New Features
- Add workflow import from other tools (n8n, Make.com, Zapier).
- Add tool/block capability filtering to AutoPilotBlock.
- Enable parallel block execution via infrastructure-level pre-launch.
- Add dry-run execution mode with LLM block simulation.
- Add /pr-test skill + subscription mode auto-provisioning.
🐛 Bug Fixes
- Resolve 5 production Sentry alerts.
- Reduce Sentry noise from user-caused errors.
- Use system chromium for agent-browser on all architectures.
- Add DB_STATEMENT_CACHE_SIZE env var for Prisma engine.
- Add circuit breaker for infinite tool call retry loops.
- Downgrade user-caused LLM API errors to warning level.
- Bump stagehand ^0.5.1 → ^3.4.0 to fix yanked litellm.
- Filter SDK default credentials from credentials API responses.
- Allow /tmp as valid path in E2B sandbox file tools.
- Register AutoPilot sessions with stream registry for SSE updates.
- Prevent logging sensitive data in SafeJson fallback.