Releases: Significant-Gravitas/AutoGPT
🚀 AutoGPT Platform v0.6.18
🔥 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
- #10445 - Fixed socket logout handling (by @0ubbe)
- #10459 - Prevented bad graph reloads in builder (by @Pwuts)
- #10477 - Reverted RabbitMQ consumer heartbeat mechanism (by @majdyz)
- #10454 - Ensured only working auth options are presented on blocks (by @Swiftyos, @Pwuts)
- #10483 - Fixed LLM blocks call tracking (by @majdyz)
- #10480, #10488 - Fixed agent activity broken links (by @0ubbe)
Dependencies & Maintenance
- #10448 - Updated 8 backend packages (by @dependabot[bot])
- #10177 - Bumped redis from 5.2.x to 6.2.0 (by @dependabot[bot])
- #10451 - Updated 12 frontend dependencies (by @dependabot[bot])
🎉 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
🚀 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
🚀 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
- #10334 - Change to use Sonner toast (by @0ubbe)
- #10339 - Update toast styles (by @0ubbe)
- #10341 - New navbar design (by @0ubbe)
- #10314 - Logged out pages UI updates (by @0ubbe)
- #10084 - Optimize StoreAgent and Creator views with database indexes and materialized views (by @Swiftyos)
Bug Fixes
- #10331 - Fix profile photo form upload parsing (by @0ubbe)
- #10316 - Fix
sub_graphs
check inLibraryAgent.from_db(..)
(by @Pwuts) - #10328 - Include node execution steps and cost of sub-graph execution (by @majdyz)
- #10357 - Fix my agent count in the library (by @Abhi1992002)
- #10354 - Disable Cloudflare on Vercel previews (by @0ubbe)
- #10342 - Logout pages design adjustments (by @0ubbe)
- #10071 - Fix Gmail body parsing for multipart messages (by @tejas-dharani)
Documentation
- #10366 - Removes MIT icon from readme (by @Bentlybro)
- #10360 - Updated Discord Badge in README for Better Visibility (by @MuhammadEhsan02)
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
🚀 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
- #10244 - Add Badge component (by @0ubbe)
- #10254 - Add dialog component (by @0ubbe)
- #10253 - Design system feedback improvements (by @0ubbe)
- #10265 - Update data fetching strategy and restructure dashboard page (by @Abhi1992002)
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
- #10202 - Add OAuth security boundary docs (by @ntindle)
- #10268 - Update README.md to show how new data fetching works (by @Abhi1992002)
Dependencies & Maintenance
- #10249 - Bump development-dependencies group (by @dependabot)
- #10277 - Bump development-dependencies group in frontend (by @dependabot)
- #10286 - Optimize frontend CI with shared setup job (by @souhailaS)
- #9912 - Add initial setup scripts for linux and windows (by @Bentlybro)
🎉 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:
- @0ubbe
- @Abhi1992002
- @ntindle
- @majdyz
- @Torantulino
- @Pwuts
- @Bentlybro
- @seer-by-sentry
📥 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
🚀 Release autogpt-platform-beta-v0.6.14
Date: June 2025
🔥 What's New?
New Features
- #10167 - Added triggered-agent support to the platform/library (by @Pwuts)
- #10232 - Added ClamAV support for anti-virus scan on file upload (by @majdyz)
- #10190 - Added React Query for Data Fetching (by @Abhi1992002)
- #10194 - Added React Query DevTools and ESLint Rules (by @Abhi1992002)
- #10196 - Added new Input component (by @0ubbe)
- #10241 - Added Link component (by @0ubbe)
- #10200 - Added custom openapi generator (by @Abhi1992002)
- #10160 - Added cache control headers (by @ntindle)
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
- #10186 - Documented new color tokens (by @0ubbe)
- #10192 - Added documentation for new Button component + stories (by @0ubbe)
- #10240 - Documented skeleton (by @0ubbe)
Dependencies & Maintenance
- #10193 - Bumped development-dependencies group across 1 directory with 12 updates (by @dependabot)
- #10235 - Setup chromatic (by @0ubbe)
- #10206 - Fixed test data script (by @0ubbe)
🎉 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
🚀 Release autogpt-platform-beta-v0.6.13
Date: June 2025
🔥 What's New?
New Features
- #10117 - Added Google Sign-in support (by @0ubbe)
- #10142 - Improved execution ordering to allow depth-first execution (by @majdyz)
- #9996 - Added AI/ML API support to LLM blocks (by @D1m7asis)
- #10123 - Enhanced security module implementation (by @ntindle)
- #10138 - Made execution engine async-first (by @majdyz)
- #10183 - Added request retry on block execution and RPC (by @majdyz)
Enhancements
- #10066 - Moved output processing from node executor to graph executor (by @majdyz)
- #9786 - Agent Presets backend improvements (by @Pwuts)
- #10039 - Added snapshot test responses (by @Swiftyos)
- #10145 - Reduced price of ChatGPT O3 model (by @Bentlybro)
- #10144 - Added VEO3 to AI video generator (by @Bentlybro)
UI/UX Improvements
- #10113 - Fixed account menu layout and alignment (by @0ubbe)
- #10139 - Fixed builder UI glitch (by @majdyz)
- #10132 - Added documentation for typography tokens + Text component (by @0ubbe)
- #9963 - Updated StoreCard component to use
bg-background
(by @Torantulino)
Bug Fixes
- #10103 - Resolved perpetual loading state on password reset (by @Pwuts)
- #10102 - Fixed password reset link using
FRONTEND_BASE_URL
(by @Pwuts) - #10120 - Fixed hydration warning (by @0ubbe)
- #10124 - Fixed cookies console warnings (by @0ubbe)
- #10143 - Fixed account menu showing after logout (by @0ubbe)
- #10149 - Fixed execution UI update issues (by @majdyz)
- #10159 - Skip invalid graphs when listing in block menu (by @Torantulino)
Documentation
- #10089 - Updated Ollama environment variables setup guide (by @Bentlybro)
- #10155 - Documented spacing tokens (by @0ubbe)
- #10157 - Added design system overview page (by @0ubbe)
- #10158 - Documented border radius tokens (by @0ubbe)
- #10181 - Documented icons on storybook (by @0ubbe)
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:
- @0ubbe
- @majdyz
- @Pwuts
- @Bentlybro
- @Swiftyos
- @ntindle
- @Torantulino
- And many others!
📥 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
🚀 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
- #10054 - Add system requirements section to README (by @chojuninengu)
- #10073 - Remove outdated video section from documentation (by @ntindle)
Dependencies & Maintenance
- #10072 - Move from yarn1 to pnpm (by @0ubbe)
- #10079 - Downgrade poetry to 2.1.1 for dependabot (by @Bentlybro)
- #10087 - Bump production dependencies (by @dependabot)
- #10086 - Bump development dependencies (by @dependabot)
- #10088 - Fix dependabot config (by @0ubbe)
- #10101 - Configure Dependabot to ignore Poetry updates (by @ntindle)
- #10083 - Add GitHub Actions workflow for PR deployments (by @Swiftyos)
🎉 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
🚀 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 missingNone
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
- #9951 - Moved
OttoChatWidget
out of root layout (by @Pwuts) - #9991 - Fixed location of spending page (by @ntindle)
Documentation
Dependencies & Maintenance
- #9908, #9930, #9775, #9852, #9953 - Updated various dependencies (by @dependabot)
- #10003 - Disabled pre-commit
pytest
hooks (by @Pwuts)
🎉 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
🔥 What's New?
New Features
- #9920 - Added initial Google Calendar integration block (by @ntindle)
- #9899 - Added Llama API Support (by @cmodi-meta)
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
🔥 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
- #9842 - Support flexible RPC client (by @majdyz)
- #9904 - Move Scheduler (by @ntindle)
- #9906 - Disable Google Sheets in prod based on OAuth review (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.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!