autogpt-platform-beta-v0.6.20
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.20Aug 8, 2025by majdyz
AI Summary
Adds OpenAI's new open-source models and GPT-5 models. Migrates AgentExecutor to ThreadPoolExecutor and standardizes health checks.
Key Highlights
- OpenAI new open-source models
- GPT-5 models added
- Standardized service health checks (UnhealthyServiceError)
- Migration from ProcessPoolExecutor to ThreadPoolExecutor
New Features
- OpenAI open-source models
- GPT-5 models
- ThreadPoolExecutor migration
Full Release Notes
# 🚀 Release `autogpt-platform-beta-v0.6.20` **Date:** 8 August 2025 --- ## 🔥 What's New? ### New Features - **#10559** - Add OpenAI's new opensource models (by @Bentlybro) - **#10574** - Add GPT-5 models to the platform (by @Bentlybro) - **#10575** - Add Anthropics new Claude Opus 4.1 model (by @Bentlybro) - **#10584** - Standardize service health checks with UnhealthyServiceError (by @majdyz) - **#10540** - Migrate AgentExecutor from ProcessPoolExecutor to ThreadPoolExecutor (by @majdyz) ### Enhancements - **#10576** - Time/date blocks now support ISO 8601 and custom formats (by @ntindle) - **#10579** - Separate notification service from scheduler (by @majdyz) ### Bug Fixes - **#10562** - Persist any non interruption error on node execution as output (by @majdyz) - **#10564** - Migrate notification service to fully async to resolve RabbitMQ connection issues (by @majdyz) - **#10573** - Fix ID not preserved through Airtable OAuth refresh (by @Swiftyos) - **#10578** - Fix executor running RabbitMQ operations on closed/closing connection (by @majdyz) - **#10571** - Fix marketplace top agents section (by @Abhi1992002) - **#10568** - Add graph validation before scheduling recurring jobs (by @majdyz) - **#10566** - Resolve unclosed HTTP client session errors (by @majdyz) ### Testing & Documentation - **#10572** - Add e2e tests for agent dashboard page (by @Abhi1992002) ### Dependencies & Maintenance - **#10577** - Revert "feat(docker): add frontend service to docker-compose with env config improvements" (by @ntindle) --- ## 🎉 Thanks to Our Contributors! A huge thank you to everyone who contributed to this release: - @Bentlybro - @majdyz - @Swiftyos - @ntindle - @Abhi1992002 --- ## 📥 How to Get This Update To update to this version, run: ```bash git pull origin autogpt-platform-beta-v0.6.20 ``` 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.19...autogpt-platform-beta-v0.6.20). --- ## 📝 **Feedback and Issues** If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!