Skip to content

Releases: Significant-Gravitas/AutoGPT

autogpt-platform-beta-v0.6.11

28 May 09:43
9f2b9d0
Compare
Choose a tag to compare

🚀 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

Documentation

Dependencies & Maintenance


🎉 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.11

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 v0.6.10

15 May 19:41
c73c6fe
Compare
Choose a tag to compare

🔥 What's New?

New Features

Enhancements

  • #9916 - Implemented Onboarding Updates 3 (by @kcze)
  • #9917 - Enhanced login and signup feedback (by @kcze)
  • #9927 - Changed email notifications from hourly to daily schedule (by @ntindle)
  • #9933 - Migrated from remote loaded GTM to local (by @ntindle)
  • #9932 - Updated library agents fetch sort from version to updatedAt (by @Torantulino)

Bug Fixes & Technical Improvements

  • #9926 - Fixed load_all_blocks in concurrent calls (by @majdyz)
  • #9928 - Fixed existing Agent Executor nodes (by @Pwuts)
  • #9935 - Fixed WebSocket re-subscription on reconnect (by @Pwuts)
  • #9939 - Implemented logging truncation for NotificationManager and LLMBlocks (by @majdyz)
  • #9943 - Reverted congrats onboarding screen action (by @kcze)
  • #9940 - Fixed URL pinning with extra_url_validator (by @ntindle + @Pwuts)

🎉 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.10

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 v0.6.9

09 May 10:50
e8bc834
Compare
Choose a tag to compare

🔥 What's New?

New Features

  • #9903 - Continue instead of retrying aborted/broken agent execution (by @majdyz)
  • #9905 - Onboarding design & UX update (by @kcze)
  • #9843 - Update Marketplace Agent listing buttons (by @kcze)
  • #9862 - Include sub-graphs in graph-level credentials support (by @Pwuts)
  • #9914 - Introduce late execution check scheduled job (by @majdyz)
  • #9847 - Add captcha to login, signup and password reset pages (by @Bentlybro)
  • #9858 - Require discriminator value on graph save (by @Pwuts)
  • #9925 - Immediate alert on late execution check job failure (by @majdyz)

Bug Fixes

  • #9901 + #9902 - Avoid executing any agent with zero balance (by @majdyz)
  • #9907 - Avoid broken process pool by not failing process initializer (by @majdyz)
  • #9919 - Unbreak Scheduler.get_execution_schedules (by @Pwuts)
  • #9922 - Quick Patch for Rendering Agent Outputs (by @Torantulino)
  • #9923 - Catch exception on agent listing page (by @kcze)
  • #9915 - Clear out Notification Service code blockage (by @majdyz)
  • #9921 - Continue stats accounting on aborted or broken executions (by @majdyz)

Dependencies & Maintenance

🎉 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.9

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.8

30 Apr 18:02
602f887
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.8

Date: April 30th, 2025


🔥 What's New?

New Features

Enhancements

UI/UX Improvements

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

  • #9888 - Add note to "Getting Started" page for Raspberry Pi 5 page size issue (by @Japh)

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

24 Apr 21:23
4ddb206
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.7

Date: April 24th, 2025


🔥 What's New?

New Features

UI/UX Improvements

  • #9876 - Update "Edit a copy" modal and buttons (by @kcze)

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

22 Apr 10:37
c80d357
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.6

Date: April 22nd, 2025


🔥 What's New?

New Features

Enhancements

UI/UX Improvements

Bug Fixes


🎉 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

18 Apr 20:35
c783f64
Compare
Choose a tag to compare

🚀 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

Documentation


🎉 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

15 Apr 20:44
Compare
Choose a tag to compare

🚀 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

Dependencies & Maintenance


🎉 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

10 Apr 22:14
Compare
Choose a tag to compare

🚀 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


🎉 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

09 Apr 22:56
62361cc
Compare
Choose a tag to compare

🚀 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

Bug Fixes

Documentation

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!