Skip to content

Releases: Significant-Gravitas/AutoGPT

🚀 AutoGPT Platform v0.6.18

30 Jul 16:21
903a3b8
Compare
Choose a tag to compare

🔥 What's New?

New Features

  • #10338 - Added Airtable Integration with base management capabilities (by @Swiftyos)
  • #9946 - Added Ayrshare integration for social media posting (by @Swiftyos)
  • #10464 - Added WordPress integration with OAuth and create post functionality (by @Swiftyos)
  • #10486 - Added Wolfram Alpha LLM API Block (by @Swiftyos)
  • #10023 - Implemented Agent Dialog Agent List Pagination (by @ntindle)
  • #10482 - Enhanced Gmail functionality with user profile, drafts, and multiple recipients (by @ntindle)
  • #10475 - Improved Gmail blocks functionality (by @ntindle)

Enhancements

  • #10441 - Improved JSON column value serialization and optimized transactions (by @majdyz)
  • #10449 - Optimized executor message consumption (by @majdyz)
  • #10481 - Introduced HTTP client refresh on repeated errors (by @majdyz)
  • #10462 - Enhanced agent activity features (by @0ubbe)

Bug Fixes

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

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!

Full Changelog: autogpt-platform-beta-v0.6.17...autogpt-platform-beta-v0.6.18

autogpt-platform-beta-v0.6.17

25 Jul 00:31
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.17

Date: July 2025


🔥 What's New?

New Features

  • #10393 - Add Excel support to ReadSpreadsheetBlock and introduced FileReadBlock (by @majdyz)
  • #10394 - Add prefetch queries for various endpoints and enhance API configurations (by @Abhi1992002)
  • #10368 - Add E2E test data creator script for comprehensive testing (by @Abhi1992002)
  • #10395 - Truncate execution update payload on large data & Improve ReadSpreadsheetBlock performance (by @majdyz)
  • #9965 - Add Gmail thread blocks (by @Torantulino)
  • #10340 - Integrate GCS file storage with automatic expiration for Agent File Input (by @majdyz)
  • #10337 - Add Replicate model blocks (by @snehaoladri)
  • #10398 - Beta blocks via LaunchDarkly + E2E improvements (by @0ubbe)
  • #10397 - Hide captcha if verified (by @0ubbe)
  • #10403 - Avoid using DatabaseManager when direct query is possible from the API layer (by @majdyz)
  • #10411 - Add database index for improved query performance (by @Swiftyos)
  • #10412 - Add Missing FK indexes and remove unused & redundant indexes (by @majdyz)
  • #10352 - Add ReverseListOrderBlock for reversing list element order (by @Swiftyos)
  • #10409 - Register agent subgraphs as library entries during agent import (by @majdyz)
  • #10425 - Move NotificationManager service from rest-api pod to scheduler pod (by @majdyz)
  • #10415 - Add thread safety to NodeExecutionProgress output handling (by @majdyz)
  • #10430 - Enable the Google blocks + fix .env (by @ntindle)
  • #10416 - Agent activity dropdown (by @0ubbe)
  • #10437 - Move DatabaseManager away from RestAPI as a standalone service (by @majdyz)
  • #10438 - Add alert for notifying stuck running agent for more than a day (by @majdyz)

Bug Fixes

  • #10392 - Fix navbar profile query not working (by @0ubbe)
  • #10396 - Fix navbar missing (by @0ubbe)
  • #10400 - Fix missing tags from code that are referenced in docs (by @ntindle)
  • #10401 - Fix service health check mechanism on app service (by @majdyz)
  • #10406 - Use admin route for store downloads (by @ntindle)
  • #10407 - Unhide captcha (by @0ubbe)
  • #10408 - Fix LaunchDarkly initialization (by @0ubbe)
  • #10414 - Initialize LaunchDarkly on the client (by @0ubbe)
  • #10431 - Fix Agent Input with empty string default value not being rendered (by @majdyz)
  • #10440 - Handle websocket connection on logout (by @0ubbe)
  • #10443 - Fix database manager process missing on self-hosted docker mode (by @majdyz)
  • #10410 - Transfer NodeTextBoxInput to use local state to fix cursor jump (by @vickywane)

UI/UX Improvements

  • #10446 - CI caching + E2E test data script (by @0ubbe)
  • #10422 - Improve LaunchDarkly provider initialization (by @ntindle)
  • #10388 - Refactor E2E tests setup for speed + readability (by @0ubbe)

Dependencies & Maintenance

  • #10378 - Bump pinecone from 5.4.2 to 7.3.0 in /autogpt_platform/backend (by @dependabot[bot])
  • #10389 - Bump the production-dependencies group across 1 directory with 4 updates (by @dependabot[bot])
  • #10379 - Bump @types/node from 22.15.30 to 24.0.13 in /autogpt_platform/frontend (by @dependabot[bot])
  • #10376 - Bump ruff from 0.12.2 to 0.12.3 in /autogpt_platform/autogpt_libs (by @dependabot[bot])
  • #10373 - Bump the development-dependencies group in /autogpt_platform/backend with 2 updates (by @dependabot[bot])
  • #10377 - Bump dotenv from 16.5.0 to 17.2.0 in /autogpt_platform/frontend (by @dependabot[bot])
  • #10175 - Bump pytest-asyncio from 0.26.0 to 1.0.0 in /autogpt_platform/autogpt_libs (by @dependabot[bot])
  • #10386 - Bump faker from 33.3.1 to 37.4.0 in /autogpt_platform/backend (by @dependabot[bot])
  • #10371 - Bump the production-dependencies group across 1 directory with 7 updates (by @dependabot[bot])
  • #10384 - Bump websockets from 14.2 to 15.0.1 in /autogpt_platform/backend (by @dependabot[bot])
  • #10375 - Bump youtube-transcript-api from 0.6.3 to 1.1.1 in /autogpt_platform/backend (by @dependabot[bot])
  • #10419 - Bump the development-dependencies group in /autogpt_platform/frontend with 9 updates (by @dependabot[bot])

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

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

16 Jul 04:30
a07b0c7
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.16

Date: July 2025


🔥 What's New?

New Features

  • #10074 - Add Block Development SDK with auto-registration system (by @Swiftyos)
  • #10332 - Add block error rate monitoring and Discord alerts (by @majdyz)
  • #10323 - Builder credentials support + UX improvements (by @Pwuts)
  • #10347 - Add info about auto setup script to docs + readme (by @Bentlybro)

Enhancements

Bug Fixes

Documentation

Dependencies & Maintenance

  • #10242 - Bump the production-dependencies group across 1 directory with 20 updates (by @dependabot[bot])
  • #10173 - Bump the development-dependencies group across 1 directory with 4 updates (by @dependabot[bot])
  • #10322 - Bump the development-dependencies group in frontend with 11 updates (by @dependabot[bot])
  • #10178 - Bump ruff from 0.11.10 to 0.11.13 in autogpt_libs (by @dependabot[bot])
  • #10321 - Bump the production-dependencies group across 1 directory with 12 updates (by @dependabot[bot])
  • #10385 - Bump chromatic from 11.25.2 to 13.1.2 in frontend (by @dependabot[bot])
  • #10382 - Bump the development-dependencies group in frontend with 4 updates (by @dependabot[bot])

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

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

08 Jul 18:32
b7f9dcf
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.15

Date: Jul 2025


🔥 What's New?

New Features

  • #10251 - Add enriching email feature for SearchPeopleBlock & introduce GetPersonDetailBlock (by @majdyz)
  • #10252 - Introduce context-window aware prompt compaction for LLM & SmartDecision blocks (by @majdyz)
  • #10257 - Improve CreateListBlock to support batching based on token count (by @majdyz)
  • #10294 - Implement KV data storage blocks (by @majdyz)
  • #10326 - Add Perplexity Sonar models (by @Torantulino)
  • #10261 - Add data manipulation blocks and refactor basic.py (by @Torantulino)
  • #9931 - Add more Revid.ai media generation blocks (by @Torantulino)

Enhancements

  • #10215 - Add Host-scoped credentials support for blocks HTTP requests (by @majdyz)
  • #10246 - Add Scheduling UX improvements (by @Pwuts)
  • #10218 - Hide action buttons on triggered graphs (by @Pwuts)
  • #10283 - Support aiohttp.BasicAuth in make_request (by @seer-by-sentry)
  • #10293 - Improve stop graph execution reliability (by @majdyz)
  • #10287 - Enhance Mem0 blocks filtering & add more GoogleSheets blocks (by @majdyz)
  • #10304 - Add plural outputs where blocks yield singular values in loops (by @Torantulino)

UI/UX Improvements

Bug Fixes

  • #10256 - Restore GithubReadPullRequestBlock diff output (by @Pwuts)
  • #10258 - Convert pyclamd to aioclamd for anti-virus scan concurrency improvement (by @majdyz)
  • #10260 - Avoid swallowing exception on graph execution failure (by @majdyz)
  • #10288 - Fix onboarding runtime error (by @0ubbe)
  • #10301 - Include subgraphs in get_library_agent (by @Pwuts)
  • #10311 - Fix agent run details view (by @0ubbe)
  • #10325 - Add auto-type conversion support for optional types (by @majdyz)

Documentation

Dependencies & Maintenance


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

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

25 Jun 17:40
68749a2
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.14

Date: June 2025


🔥 What's New?

New Features

Enhancements

  • #10198 - Improved SmartDecisionBlock & AIStructuredResponseGeneratorBlock (by @majdyz)
  • #10199 - Enabled cloud Apollo integration cost (by @majdyz)
  • #10203 - Enabled auto type conversion on block input schema mismatch for nested input (by @majdyz)
  • #10209 - Setup and configured orval (by @Abhi1992002)

Bug Fixes

  • #10197 - Fixed broken Apollo Blocks (by @majdyz)
  • #10210 - Fixed Image input on AIImageEditorBlock to accept relative path file media (by @majdyz)
  • #10229 - Fixed agent block input value key (by @Pwuts)
  • #10230 - Fixed library breakage for manual-setup triggered agents (by @Pwuts)
  • #10220 - Split & fixed update_library_agent endpoint (by @Pwuts)
  • #10189 - Added graph_id path parameter to fix automatic client generation from OpenAPI spec (by @Abhi1992002)
  • #10191 - Updated Schedule Task's default value to "daily" (by @Bentlybro)

Documentation

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

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

18 Jun 16:54
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.13

Date: June 2025


🔥 What's New?

New Features

Enhancements

UI/UX Improvements

Bug Fixes

Documentation

Dependencies & Maintenance

  • #10148 - Security upgrade for requests from 2.31.0 to 2.32.4 (by @ntindle)
  • #10182 - Fixed lint errors and added next/typescript (by @0ubbe)
  • #10179 - Upgraded to Storybook 9 (by @0ubbe)
  • Multiple dependency updates via Dependabot

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

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

05 Jun 06:28
da0482b
Compare
Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.12

Date: June 2025


🔥 What's New?

New Features

  • #10063 - Add AI Image Editor Block powered by flux kontext (by @Torantulino)
  • #10058 - Add file multipart upload support for SendWebRequestBlock & Improve key-value input UI rendering (by @majdyz)
  • #10082 - Add nested dynamic pin-name support (by @majdyz)
  • #10061 - Require passwords to be minimum length of 12 characters (by @ntindle)
  • #10042 - Upgrade to Next.js v15 + update config (by @Pwuts)
  • #10059 - Add cross-repository dev deployment workflow (by @Swiftyos)

Bug Fixes

  • #10056 - Fix Turnstile CAPTCHA reset after failed login attempts (by @Bentlybro)
  • #10065 - Fix missed password prompt (by @ntindle)
  • #10081 - Fix font loading in Stories (by @0ubbe)
  • #10017 - Fix login/logout actions; update credentials cache on state change (by @Pwuts)
  • #10110 - Fix graph fetching of non-owned marketplace agent (by @majdyz)

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

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