autogpt-platform-beta-v0.6.0
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.0Mar 19, 2025by majdyz
AI Summary
A major platform update that locks the Supabase docker-compose setup to simplify deployment, introduces agent export/import functionality, and makes substantial UI/UX improvements to the agent management interface.
Key Highlights
- Locking Supabase docker-compose code (breaking change requiring data migration)
- New 'Export agent to file' action
- Support for sub-agents in export/import features
- Reorganization of the sidebar into a reusable component
- Expanded and improved agent input fields
Breaking Changes
- Lock Supabase docker-compose code (requires copying data volume to new location)
New Features
- Export agent to file feature
- Sub-agent support in export/import
- Reusable sidebar component
- Expandable agent input fields
- Improved agent I/O rendering
Full Release Notes
# 🚀 Release `autogpt-platform-beta-v0.6.0`
**Date:** 19 March 2024
---
## 🔥 What's New?
### Breaking Changes
- **#9620** - Lock Supabase docker-compose code (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9620)
- We are locking the Supabase docker-compose setup to the repository, meaning you no longer need to load the Supabase repository as the git sub-module.
- This release will use a different database volume location, causing your existing database content to start anew.
- If you want to keep using your existing database, copy your data volume to the new location by executing the following command in the autogpt_platform folder: ```cp -r supabase/docker/volumes/db/data db/docker/volumes/db/data```
### New Features
- **#9627** - Add "Export agent to file" action (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9627)
- **#9640** - Support sub-agent on export/import agent feature (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9640)
### UI/UX Improvements
- **#9618** - Break out the sidebar into a reusable component + use it for admin page (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9618)
- **#9651** - Add icons to primary agent run action buttons (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9651)
- **#9650** - Make agent input fields expandable (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9650)
- **#9656** - Improve agent I/O rendering (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9656)
- **#9658** - Truncate agent card title and description (by [@Pwuts](https://github.com/Pwuts)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9658)
### Bug Fixes
- **#9616** - Fix backend admin page logic (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9616)
- **#9652** - Fix possible db-config permission denied when running two different Supabase versions (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9652)
- **#9629** - Avoid infinite loop execution on AddToListBlock self-loop (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9629)
- **#9654** - Drastically increase batching time for the agent run (by [@ntindle](https://github.com/ntindle)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9654)
- **#9655** - SendWebRequestBlock to properly handle HTTP error responses (by [@Torantulino](https://github.com/Torantulino)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9655)
- **#9630** - Fix failed RPC on Notification Service (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9630)
### Dependencies & Maintenance
- **#9611** - Bump the production-dependencies group across 1 directory with 13 updates (by [@dependabot](https://github.com/dependabot)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9611)
- **#9559** - Bump ruff from 0.9.6 to 0.9.9 in /autogpt_platform/autogpt_libs (by [@dependabot](https://github.com/dependabot)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9559)
- **#9620** - Lock Supabase docker-compose code (by [@majdyz](https://github.com/majdyz)) - [PR](https://github.com/Significant-Gravitas/AutoGPT/pull/9620)
---
## 🎉 Thanks to Our Contributors!
A huge thank you to everyone who contributed to this release:
- [@Pwuts](https://github.com/Pwuts)
- [@majdyz](https://github.com/majdyz)
- [@ntindle](https://github.com/ntindle)
- [@Torantulino](https://github.com/Torantulino)
- [@dependabot](https://github.com/dependabot)
---
## 📥 How to Get This Update
To update to this version, run:
```bash
git pull origin autogpt-platform-beta-v0.6.0
```
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.5.1...autogpt-platform-beta-v0.6.0).
---
## 📝 **Feedback and Issues**
If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!