autogpt-platform-beta-v0.6.37
📦 autogpt
✨ 8 features🐛 7 fixes
Summary
This release introduces significant new features like WebSocket notifications, Supabase/Zustand integration, and drag-and-drop functionality in the new builder, alongside various bug fixes and maintenance updates.
Migration Steps
- To update to this version, run: git pull origin autogpt-platform-beta-v0.6.37
✨ New Features
- Implemented WebSocket-based notifications.
- Added WebSocket Onboarding notifications.
- Added execution analytics admin endpoint with feature flag bypass.
- Integrated Supabase + Zustand for improved speed.
- Added copy paste functionality in the new builder.
- Added context menu in custom node.
- Integrated drag-and-drop functionality in the new builder.
- Added mobile warning banner to login and signup pages.
🐛 Bug Fixes
- Enabled admin impersonation for server-side rendered requests.
- Consolidated graph save logic to prevent duplicate event listeners.
- Made Smart Decision Maker tool pin handling consistent and reliable.
- Fixed schedule display issues for recurring schedules.
- Resolved flaky test due to duplicate heading elements on marketplace page.
- Generated unique IDs for copied blocks.
- Fixed post login/signup/onboarding redirect clash.