github Significant-Gravitas/AutoGPT autogpt-platform-beta-v0.6.0

8 days ago

🚀 Release autogpt-platform-beta-v0.6.0

Date: 19 March 2024


🔥 What's New?

Breaking Changes

  • #9620 - Lock Supabase docker-compose code (by @majdyz) - PR
    • 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) - PR
  • #9640 - Support sub-agent on export/import agent feature (by @majdyz) - PR

UI/UX Improvements

  • #9618 - Break out the sidebar into a reusable component + use it for admin page (by @ntindle) - PR
  • #9651 - Add icons to primary agent run action buttons (by @Pwuts) - PR
  • #9650 - Make agent input fields expandable (by @Pwuts) - PR
  • #9656 - Improve agent I/O rendering (by @Pwuts) - PR
  • #9658 - Truncate agent card title and description (by @Pwuts) - PR

Bug Fixes

  • #9616 - Fix backend admin page logic (by @ntindle) - PR
  • #9652 - Fix possible db-config permission denied when running two different Supabase versions (by @majdyz) - PR
  • #9629 - Avoid infinite loop execution on AddToListBlock self-loop (by @majdyz) - PR
  • #9654 - Drastically increase batching time for the agent run (by @ntindle) - PR
  • #9655 - SendWebRequestBlock to properly handle HTTP error responses (by @Torantulino) - PR
  • #9630 - Fix failed RPC on Notification Service (by @majdyz) - PR

Dependencies & Maintenance

  • #9611 - Bump the production-dependencies group across 1 directory with 13 updates (by @dependabot) - PR
  • #9559 - Bump ruff from 0.9.6 to 0.9.9 in /autogpt_platform/autogpt_libs (by @dependabot) - PR
  • #9620 - Lock Supabase docker-compose code (by @majdyz) - PR

🎉 Thanks to Our Contributors!

A huge thank you to everyone who contributed to this release:


📥 How to Get This Update

To update to this version, run:

git pull origin autogpt-platform-beta-v0.6.0

Or download it directly from the Releases page.

For a complete list of changes, see the Full Changelog.


📝 Feedback and Issues

If you encounter any issues or have suggestions, please join our Discord and let us know!

Don't miss a new AutoGPT release

NewReleases is sending notifications on new releases.