autogpt-platform-beta-v0.6.11
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.11May 28, 2025by majdyz
AI Summary
This release adds Claude 4 Sonnet and Opus models to the platform, implements a continuously running executor with message retrying, and improves graph creation/update performance.
Key Highlights
- Claude 4 Sonnet and Opus models added
- Continuously running executor with message retrying
- Improved graph creation/update performance
- Toast notifications for WebSocket connection status
New Features
- Claude 4 Sonnet and Opus models
- "Run 10 agents" wallet task
- Toast notifications for WebSocket status
- Loading spinners replacing text
- Page-specific titles
- Logger deprecation warning fixes
- OAuth blocks disabled when not configured
- Graph execution update on terminate
- URL handling fixes for GitHub blocks
- JSON serialization error fixes
Full Release Notes
# 🚀 Release `autogpt-platform-beta-v0.6.11` **Date:** March 2024 --- ## 🔥 What's New? ### New Features - **#10018** - Added Claude 4 Sonnet and Opus models to platform (by @Bentlybro) - **#9937** - Added "Run 10 agents" wallet task (by @kcze) - **#9949** - Added toast notifications for WebSocket connection status (by @Pwuts) - **#9993** - Replaced "Loading..." with loading spinners (by @Pwuts) - **#9995** - Added page-specific titles (by @Pwuts) - **#10025** - Improved graph creation/update performance (by @Pwuts) ### Bug Fixes - **#9938** - Resolved `logger.warn(..)` deprecation warnings (by @emmanuel-ferdman) - **#9954** - Disabled Twitter and Todoist blocks when OAuth is not configured (by @Abhi1992002) - **#9952** - Fixed graph execution update on terminate (by @Pwuts) - **#9989** - Fixed URL handling for GitHub blocks (by @Pwuts) - **#9994** - Fixed `UserIntegrations` parsing for missing `None` values (by @Pwuts) - **#9999** - Made executor continuously running and retrying message consumption (by @majdyz) - **#10009** - Improved error messages from SendWebRequestBlock (by @majdyz) - **#10013** - Fixed AddMemoryBlock JSON serialization error (by @Torantulino) - **#10002** - Fixed Top Agents header spacing (by @ograce1421) - **#9574** - Fixed global `<body>` styling and base fonts (by @Pwuts) - **#10020** - Improved Exa blocks error reporting (by @Pwuts) - **#10038** - Optimised Query Indexes (by @Swiftyos) - **#10031** - Made category selection required in marketplace (by @itsababseh) - **#9984** - Included webhook block executions in `GraphExecution` queries (by @Pwuts) - **#9970** - Restored `See runs` button on marketplace listing page (by @kcze) ### UI/UX Improvements - **#9951** - Moved `OttoChatWidget` out of root layout (by @Pwuts) - **#9991** - Fixed location of spending page (by @ntindle) ### Documentation - **#10016** - Updated AGENTS instructions (by @ntindle) ### Dependencies & Maintenance - **#9908**, **#9930**, **#9775**, **#9852**, **#9953** - Updated various dependencies (by @dependabot) - **#10003** - Disabled pre-commit `pytest` hooks (by @Pwuts) --- ## 🎉 Thanks to Our Contributors! A huge shoutout to everyone who contributed to this release. Special thanks to our new contributors: - @ograce1421 - @itsababseh As well as our returning contributors: - @emmanuel-ferdman - @Abhi1992002 - @Pwuts - @ntindle - @majdyz - @Torantulino - @Bentlybro - @Swiftyos - @kcze --- ## 📥 How to Get This Update To update to this version, run: ```bash git pull origin autogpt-platform-beta-v0.6.11 ``` Or download it directly from the [Releases page](https://github.com/Significant-Gravitas/AutoGPT/releases). For a complete list of changes, see the [Full Changelog](https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.10...autogpt-platform-beta-v0.6.11). --- ## 📝 **Feedback and Issues** If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!