Releases: Significant-Gravitas/AutoGPT
autogpt-platform-beta-v0.6.8
🚀 Release autogpt-platform-beta-v0.6.8
Date: April 30th, 2025
🔥 What's New?
New Features
- #9850 - Bring back PrintConsoleBlock (by @ntindle)
- #9881 - Allow admins to download agents for review (by @ntindle)
- #9751 - User spending admin dashboard (by @ntindle)
Enhancements
- #9889 - Improve cancel execution reliability (by @majdyz)
- #9898 - Fix admin add dollars functionality (by @Bentlybro)
UI/UX Improvements
- #9885 - Add support to optional multiselect (by @Abhi1992002)
Bug Fixes
- #9878 - Avoid releasing lock that is no longer owned by the current thread (by @majdyz)
- #9880 - Handle token limits and estimate token count for LLM calls (by @sentry-autofix)
- #9886 - Fix top-up with zero transaction flow (by @majdyz)
- #9891 - Use subheading for agent info not description (by @ntindle)
- #9887 - Handle empty 204 responses in SendWebRequestBlock (by @Lohith-11)
- #9897 - Fix failing test on a new Pydantic version (by @majdyz)
Documentation
New Blocks
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release. Special thanks to our new contributors:
As well as our returning contributors:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.8
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!
autogpt-platform-beta-v0.6.7
🚀 Release autogpt-platform-beta-v0.6.7
Date: April 24th, 2025
🔥 What's New?
New Features
- #9870 - Forking agent in Library (by @kcze)
- #9865 - Add retry on executor process initialization (by @majdyz)
- #9864 - Use forkserver on process creation if possible (by @majdyz)
- #9866 - Expose execution prometheus metrics (by @majdyz)
- #9877 - Add billing page toggle (by @majdyz)
UI/UX Improvements
Bug Fixes
- #9861 - Hide Google Maps Key ID filter (by @majdyz)
- #9874 - Strip secrets, credentials when forking agent (by @kcze)
- #9875 - Fix Smart Decision Block missing input beads & incompatibility with input in special characters (by @majdyz)
🎉 Thanks to Our Contributors!
A huge shoutout 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.7
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!
autogpt-platform-beta-v0.6.6
🚀 Release autogpt-platform-beta-v0.6.6
Date: April 22nd, 2025
🔥 What's New?
New Features
- #9856 - Adds latest llm models (by @Bentlybro)
Enhancements
UI/UX Improvements
- #9818 - Removing white borders from Avatar (by @Abhi1992002)
Bug Fixes
- #9810 - Fix migrate llm models in existing agents (by @kcze)
- #9845 - Replace credits to cents (by @Abhi1992002)
- #9848 - Fix Google Maps API Key setting through env (by @majdyz)
🎉 Thanks to Our Contributors!
A huge shoutout 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.6
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!
autogpt-platform-beta-v0.6.5
🚀 Release autogpt-platform-beta-v0.6.5
Date: April 2024
🔥 What's New?
New Features
- #9819 - Wallet top-up and auto-refill functionality (by @kcze)
- #9820 - Updated completed task group design in Wallet (by @kcze)
- #9789 - Added credentials UX on
/library/agents/[id]
(by @Pwuts) - #9839 - Added retry mechanism for pika publish_message (by @majdyz)
Bug Fixes
- #9821 - Fixed Input value mixup on Library page (by @majdyz)
- #9825 - Fixed cancel_execution functionality to work multiple times (by @majdyz)
- #9826 - Fixed key-value pair input for non-string types (by @majdyz)
- #9829 - Fixed execution manager message consuming pattern (by @majdyz)
- #9832 - Avoided multithreaded pika access (by @majdyz)
- #9834 - Disabled LLM blocks parallel tool calls (by @majdyz)
- #9835 - Prevented execution updates mixing between library agents (by @Pwuts)
- #9828 - Fixed array types in database (by @kcze)
- #9822 - Fixed onboarding agent execution (by @kcze)
- #9838 - Handled add execution API request failure (by @majdyz)
Enhancements
- #9830 - Changed node data logging to debug level from info (by @Torantulino)
- #9831 - Changed node output logging type from info to debug (by @Torantulino)
Documentation
- #9836 - Removed outdated submodule command from docs (by @Bentlybro)
🎉 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.5
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!
autogpt-platform-beta-v0.6.4
🚀 Release autogpt-platform-beta-v0.6.4
Date: April 2024
🔥 What's New?
New Features
- #9773 - Add Sentry environment tracking on frontend and initialize Sentry in app services (by @ntindle)
- #9759 - Migrate execution queue and cancel mechanism to RabbitMQ (by @majdyz)
- #9804 - Remove RPC service from Agent Executor (by @majdyz)
- #9736 - Implement Onboarding Phase 2 (by @kcze)
UI/UX Improvements
- #9769 - Fix store card style (by @Abhi1992002)
- #9757 - Fix margins between headers, divider and content (by @Abhi1992002)
- #9808 - Render newline in marketplace description text (by @Abhi1992002)
- #9800 - Fix small UI bugs (by @Abhi1992002)
Dependencies & Maintenance
- #9774 - Clean up Library & Store DB schema (by @Pwuts)
- #9805 - Fix unchecked Prisma statements (by @Pwuts)
- #9812 - Infrastructure pooling improvements (by @ntindle)
🎉 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.4
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!
autogpt-platform-beta-v0.6.3
🚀 Release autogpt-platform-beta-v0.6.3
Date: April 10th, 2025
🔥 What's New?
New Features
- #9773 - Added Sentry environment tracking on frontend and Sentry initialization in app services (by @ntindle)
Bug Fixes
- #9769 - Fixed store card style in marketplace (by @Abhi1992002)
- #9757 - Fixed margins between headers, divider and content in marketplace (by @Abhi1992002)
🎉 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.3
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!
autogpt-platform-beta-v0.6.2
🚀 Release autogpt-platform-beta-v0.6.2
Date: March 2024
🔥 What's New?
New Features
- #9710 - Make agent store data publicly accessible by non-authenticated users (by @majdyz)
- #9695 - Real-time execution updates for platform/library (by @Pwuts)
- #9700 - Implement UI for Agent Input subtypes (by @majdyz)
- #9584 - Add a generic webhook block (by @ntindle)
- #9740 - Add real-time "Steps" count to agent run view (by @Pwuts)
- #9755 - Add "Open in builder" run action (by @Pwuts)
- #9756 - Baseline sentry logging implementation (by @ntindle)
- #9711 - Add advanced block search with relevance ranking (by @Abhi1992002)
- #9788 - Add new llama 4 maverick & scout models (by @Bentlybro)
Enhancements
- #9742 - Improved logging with uvicorn integration (by @ntindle)
- #9704 - Different signup error message implementation (by @ntindle)
- #9762 - Use
TypeBasedInput
for onboarding agent input (by @kcze) - #9794 - Deep copy schema implementation (by @ntindle)
UI/UX Improvements
- #9706 - Add extra padding bottom on library agent page (by @Abhi1992002)
- #9707 - Remove animation from search bar on library agent page (by @Abhi1992002)
- #9715 - Fix date picker UX (by @Abhi1992002)
- #9739 - Fix store card typography (by @Abhi1992002)
- #9748 - Reduce margin between search bar and chips (by @Abhi1992002)
Bug Fixes
- #9703 - Fixes to allow formatting and tests to work from sub command (by @Swiftyos)
- #9724 - Sort agents by last edited date in publish dialog (by @Abhi1992002)
- #9735 - Cleanup service on service closure (by @majdyz)
- #9734 - Handle notification service errors more elegantly (by @ntindle)
- #9754 - Fix bad handling on error prompts (by @ntindle)
- #9764 - Fix ProviderName behavior when loading secrets (by @ntindle)
- #9793 - Fix block I/O value sharing (by @Pwuts)
Documentation
- #9749 - Add WSL 2 recommendation for Docker on Windows (by @MaduraHerath)
- #9753 - Remove outdated tutorial video from docs & readme (by @Bentlybro)
Dependencies & Maintenance
- #9686 - Bump psutil from 6.1.1 to 7.0.0
- #9728 - Bump production-dependencies group (20 updates)
- #9560 - Bump development-dependencies group (5 updates)
- #9727 - Bump production-dependencies group for libs (4 updates)
- #9646 - Bump @sentry/nextjs from 8.54.0 to 9.6.0
- #9767 - Security upgrade next from 14.2.25 to 14.2.26
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release. Special thanks to our new contributor:
As well as our returning contributors:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.6.2
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!
autogpt-platform-beta-v0.6.1
🚀 Release autogpt-platform-beta-v0.6.1
Date: 26 March 2025
🔥 What's New?
New Features
- #9662 - Use a single DB manager across the system (by @majdyz)
- #9668 - Avoid connecting the same host and falling-back to defined api_host (by @majdyz)
- #9665 - Mark starting nodes as QUEUED instead of INCOMPLETE during the initial execution (by @majdyz)
- #9667 - Avoid loading all node executions on large continuous agent (by @majdyz)
- #9628 - Add backend support for store listings submissions (by @ntindle)
- #9657 - Add agent input block subtypes (by @majdyz)
- #9661 - Add capability to charge based on block execution count (by @majdyz)
- #9634 - Admin agent review table (by @ntindle)
- #9452 - Migrate old models in existing agents (by @kcze)
- #9636 - Onboarding updates (by @kcze)
- #9689 - Add toast on agent execution request failure (by @majdyz)
Enhancements
Bug Fixes
- #9660 - Add
user_id
to websocket event subscription key (by @Pwuts) - #9666 - Fix unreliable websocket connection for node execution update (by @majdyz)
- #9677 - Disable and provide toggle for Agent Input Block subtypes (by @majdyz)
- #9688 - Increase block request security; Prevent DNS rebinding & open redirect attack (by @majdyz)
- #9694 - Improve error message on unmatched webhook ingress (by @Pwuts)
- #9697 - Filter Redis messages by user ID (by @Pwuts)
- #9696 - Skip updating status of already terminated graph (by @majdyz)
Dependencies & Maintenance
- #9672 - Security upgrade next from 14.2.23 to 14.2.25 (by @ntindle)
- #9664 - Defer loading of
.blocks
and.integrations.webhooks
on module init (by @Pwuts) - #9663 - Reorganize & clean up execution update system (by @Pwuts)
🎉 Thanks to Our Contributors!
A huge shoutout 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.1
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!
autogpt-platform-beta-v0.6.0
🚀 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!
autogpt-platform-beta-v0.5.1
🚀 Release autogpt-platform-beta-v0.5.1
Date: January 2024
🔥 What's New?
New Features
- #9564 - Added one-click unsubscribe functionality for emails (by @ntindle) - PR
- #9599 - Added support for undefined self-loop link to
list
input pin onAddToListBlock
(by @majdyz) - PR - #9596 - Implemented baseline summary processing (by @ntindle) - PR
Enhancements
- #9605 - Reduced excessive application log, made DB configurable, and set DB connection limit & timeout (by @majdyz) - PR
- #9592 - Improved defensive loading of list data from database (by @ntindle) - PR
- #9586 - Implemented batching operations for queues and agent runs (by @ntindle) - PR
Bug Fixes
- #9604 - Added missing error pin to Exa Contents Block (by @Torantulino) - PR
- #9608 - Removed useless agent marketplace indices (by @majdyz) - PR
- #9619 - Set Supabase CLI version (by @majdyz) - PR
- #9610 - Made LibraryAgent image as initial StoreListing image (by @majdyz) - PR
- #9617 - Follow-up fix for LibraryAgent image as initial StoreListing image (by @majdyz) - PR
- #9613 - Prevented breaking when failing to make API call in Otto (by @Bentlybro) - PR
Documentation
- #9580 - Moved to a single source of truth for docs and removed duplicate info from backend readme (by @MK4070) - PR
🎉 Thanks to Our Contributors!
A huge thank you to everyone who contributed to this release. Special welcome to our new contributor:
And thanks to our returning contributors:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.5.1
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!