Skip to content

Releases: Significant-Gravitas/AutoGPT

🚀 AutoGPT Platform v0.6.37

17 Nov 21:53
8b3a741

Choose a tag to compare

🔥 What's New?

New Features

Enhancements

UI/UX Improvements

  • #11381 - Replace question mark icon with "Give Feedback" text button (by @Bentlybro)

Bug Fixes

  • #11343 - Enable admin impersonation for server-side rendered requests (by @majdyz)
  • #11367 - Consolidate graph save logic to prevent duplicate event listeners (by @Abhi1992002)
  • #11363 - Make Smart Decision Maker tool pin handling consistent and reliable (by @Pwuts)
  • #11362 - Fix schedule display issues for recurring schedules (by @Bentlybro)
  • #11369 - Resolve flaky test due to duplicate heading elements on marketplace page (by @Abhi1992002)
  • #11344 - Generate unique IDs for copied blocks (by @Bentlybro)
  • #11382 - Post login/signup/onboarding redirect clash (by @0ubbe)

Dependencies & Maintenance


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

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

07 Nov 20:56
5559d97

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.36

Date: November 2025


🔥 What's New?

New Features

  • #11230 - Chat system backend implementation (by @Swiftyos)
  • #11290 - Chat UI frontend with full messaging interface (by @Swiftyos)
  • #11330 - Limit chat access to authenticated users and restrict agent runs per chat (by @Swiftyos)
  • #11301 - Add dynamic input dialog for agent execution with credential support (by @Abhi1992002)
  • #11286 - Google Drive Picker component integration (by @0ubbe)
  • #11298 - Implement admin user impersonation with header-based authentication (by @majdyz)
  • #11307 - Add undo/redo functionality with keyboard shortcuts to flow builder (by @Abhi1992002)
  • #11312 - Add cron-based scheduling functionality to new builder with input/credential support (by @Abhi1992002)
  • #11306 - Cookie consent banner and settings (by @Bentlybro)

Enhancements

  • #11309 - Increase contrast of Switch component for better visibility (by @Pwuts)
  • #11324 - Change copywriting for execution task summary (by @majdyz)
  • #11185 - Update Exa search block to match latest API specification (by @ntindle)
  • #11325 - Add correctness score to execution activity generation (by @majdyz)
  • #11320 - Add link variant to Button component (by @0ubbe)
  • #11322 - Update agent download UI in marketplace (by @Pwuts)
  • #11331 - Remove deprecated LLM models and add migration script (by @Bentlybro)

Bug Fixes

  • #11293 - Clarify prompt requirements for list generation for Claude (by @ntindle)
  • #11294 - Bump apscheduler to DST-fixed version 3.11.1 (by @Pwuts)
  • #11299 - Patch onboarding flow (by @kcze)
  • #11303 - Reset beads on run (by @kcze)
  • #11315 - Fix marketplace breadcrumbs typo (by @0ubbe)
  • #11318 - Temporarily disable library existence check for graph execution (by @majdyz)
  • #11258 - Correctly render all types of outputs in the custom node in the new builder (by @Abhi1992002)
  • #11304 - Wallet fixes (by @kcze)
  • #11326 - Fix rate-limited messages blocking queue by republishing to back (by @majdyz)
  • #11323 - Improve graph execution permission check (by @Pwuts)
  • #11291 - Ensure agent version is fetched when active_version_id exists (by @seer-by-sentry[bot])
  • #11211 - Prevent state updates on unmounted OnboardingProvider (by @seer-by-sentry[bot])
  • #11197 - Implement backwards-compatible Set operations for input validation (by @seer-by-sentry[bot])
  • #11332 - Fix chat duplicate messages (by @Swiftyos)

Dependencies & Maintenance

  • #11288 - Bump the development-dependencies group across 1 directory with 13 updates (by @dependabot[bot])

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

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

30 Oct 13:30

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.35

Date: October 2025


🔥 What's New?

New Features

  • #11186 - Add agent execution functionality in new builder (by @Abhi1992002)
  • #11277 - Implement cascading stop for nested graph executions (by @majdyz)
  • #11257 - Standardize error handling with BlockSchemaInput & BlockSchemaOutput base class (by @majdyz)
  • #11261 - Increase max_field_size in aiohttp requests (by @seer-by-sentry[bot])

Enhancements

Bug Fixes

  • #11240 - Implement graceful shutdown in AppService to prevent RPC errors (by @Pwuts)
  • #11256 - Add missing error output pins to all Firecrawl blocks (by @Torantulino)
  • #11228 - Sanitize all sql terms (by @Swiftyos)
  • #11279 - Further enhance sanitization of SQL raw queries (by @Swiftyos)
  • #11244 - Fix credentials disabling onboarding Run button (by @0ubbe)
  • #11233 - Fix agent activity graph names (by @0ubbe)
  • #11145 - Fix unnecessary graph re-saving in builder (by @Pwuts)
  • #11259 - Properly encode hostname in URL validation (by @seer-by-sentry[bot])
  • #11262 - Extract response from LLM response dictionary (by @seer-by-sentry[bot])
  • #11275 - Validate LLM summary responses are strings (by @seer-by-sentry[bot])
  • #11252 - Fix various warnings (by @Pwuts)
  • #11243 - Prevent execution of deleted agents and cleanup orphaned resources (by @majdyz)
  • #11130 - Handle oversized notifications by sending summary email (by @PratyushSingh2002)
  • #11281 - Ensure cluster lock release on all execution submission failures (by @majdyz)
  • #11283 - Make graph execution permission check version-agnostic (by @majdyz)
  • #11274 - Safely parse error response body in handleFetchError (by @Swiftyos)
  • #11284 - Fix marketplace sort by (by @Swiftyos)

UI/UX Improvements


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

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

22 Oct 17:26
e2a9923

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.34

Date: October 2025


🔥 What's New?

New Features

  • #11172 - Add extra information in custom node in new builder (by @Abhi1992002)
  • #11181 - Add LaunchDarkly flag for platform payment system (by @majdyz)
  • #11150 - Implement shared cache functionality (by @Swiftyos)
  • #11057 - Add language fallback for YouTube transcription block (by @Copilot)
  • #11212 - Update tooltip and alert styles (by @0ubbe)
  • #11231 - Setup DataFast custom events (by @0ubbe)

Enhancements

Bug Fixes

  • #11187 - Rewrite SafeJson to prevent Invalid \escape errors (by @majdyz)
  • #11188 - Handle nested Pydantic models in SafeJson (by @majdyz)
  • #11143 - Remove advisory locks for atomic credit operations (by @majdyz)
  • #11192 - Resolve UserBalance migration issues and credit spending bug (by @majdyz)
  • #11196, #11198 - Improve waitlist error display for users not on allowlist (by @ntindle)
  • #11217 - Disable LaunchDarkly integration in metrics.py (by @ntindle)
  • #10998 - Update linear oauth to use refresh tokens (by @ntindle)
  • #11221 - Handle LaunchDarkly init failure (by @Pwuts)
  • #11222 - Only try to initialize LaunchDarkly once (by @Pwuts)
  • #11224 - Avoid running direct query in executor (by @majdyz)
  • #11227 - Fix structured logging for cloud environments (by @Pwuts)
  • #11236 - Make Jinja Error on TextFormatter as value error (by @majdyz)
  • #11223 - Limit Sentry console capture to warnings and errors (by @Pwuts)
  • #11232 - Fix URL substring sanitization issue (by @0ubbe)
  • #11238 - Filter out undefined query params in API requests (by @Pwuts)

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

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

16 Oct 23:10
9469b9e

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.33

Date: October 2025


🔥 What's New?

New Features

New Blocks

  • #11164 - Add dedicated Perplexity block (by @Torantulino)
  • #11166 - Add references output pin to Fact Checker block (by @Torantulino)
  • #11055 - Add channel ID support to SendDiscordMessageBlock for consistency with other Discord blocks (by @Copilot)

Enhancements

Bug Fixes

  • #11127 - Implement rate limiting for critical retry alerts to prevent spam (by @majdyz)
  • #11132 - Prevent sub-agent execution visibility across users (by @Bentlybro)
  • #11136 - Remove agent activity flag (by @0ubbe)
  • #11137 - Improve navbar on mobile (by @0ubbe)
  • #11065 - Update store agent view to return only latest version (by @Swiftyos)
  • #11075 - Sync frontend node IDs with backend after save (by @Pwuts)
  • #11052 - Improve Postmark error handling and logging for notification delivery (by @seer-by-sentry[bot])
  • #11142 - Revert "fix(frontend/builder): Sync frontend node IDs with backend after save" (by @ntindle)
  • #11144 - Handle websocket disconnect issue (by @0ubbe)
  • #11146 - Ask for credentials in onboarding agent run (by @0ubbe)
  • #11147 - Disable logging store terms (by @Swiftyos)
  • #11159 - Fix publish agent behavior when user is logged out (by @Abhi1992002)
  • #11160 - Fix client side error handling in custom mutator (by @Abhi1992002)
  • #11171 - Fix auto select credential mechanism in new builder (by @Abhi1992002)
  • #11165 - Improve error handling for invalid agent files (by @seer-by-sentry[bot])
  • #11175 - Unhide "Add to Dictionary" block's dictionary input (by @Pwuts)
  • #11174 - Comprehensive SafeJson sanitization to prevent PostgreSQL null character errors (by @majdyz)
  • #11176 - Improve store exception hierarchy for proper HTTP status codes (by @majdyz)
  • #11177 - Move DatabaseError to backend.util.exceptions for better layer separation (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.33

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

08 Oct 17:49
73603a8

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.32

Date: October 2025


🔥 What's New?

New Features

  • #11053 - Added description to Upload Agent dialog (by @seer-by-sentry)
  • #11066 - Added new credential field for new builder (by @Abhi1992002)
  • #11091 - Added selecting UI for custom node in new builder (by @Abhi1992002)
  • #11076 - Implemented LaunchDarkly tracking on frontend browser (by @ntindle)
  • #11105 - Added API key modal for adding credentials in new builder (by @Abhi1992002)
  • #11114 - Instrumented Prometheus for internal services (by @majdyz)
  • #11077 - Added Sentry user tracking on client side (by @ntindle)

Bug Fixes

  • #10997 - Fixed run cost display by converting cents to dollars in run detail components (by @Copilot)
  • #11036 - Resolved performance and layout issues (by @0ubbe)
  • #11039 - Improved activity status generation accuracy and handle missing blocks gracefully (by @majdyz)
  • #10798 - Fixed various DoS vulnerabilities (by @majdyz)
  • #11059 - Resolved SmartDecisionMaker ChatCompletionMessage error and enhanced tool call token counting (by @majdyz)
  • #11082 - Added dynamic input pin support for Smart Decision Maker Block (by @majdyz)
  • #11094 - Fixed possible login issues related to turnstile (by @0ubbe)
  • #11117 - Changed progress type to float in Linear Project (by @seer-by-sentry[bot])
  • #11118 - Made Project.content optional for linear search projects (by @ntindle)
  • #11125 - Fixed login redirects and onboarding (by @0ubbe)
  • #11126 - Fixed onboarding re-directs (by @0ubbe)

Refactoring

  • #11019 - Cleaned up & renamed code execution blocks (by @Pwuts)
  • #11061 - Simplified marketplace search page and updated data fetching (by @Abhi1992002)

Dependencies & Maintenance

  • #10809 - Bumped firecrawl-py from 2.16.3 to 4.3.1 (by @dependabot[bot])
  • #10946 - Bumped development-dependencies group across 1 directory with 4 updates (by @dependabot[bot])

🎉 Thanks to Our Contributors!

A huge thank you to all contributors who made this release possible:


📥 How to Get This Update

To update to this version, run:

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

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

02 Oct 04:00
18bbd8e

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.31

Date: October 2025


🔥 What's New?

New Features

  • #10978 - Implement clean k6 load testing infrastructure (by @majdyz)
  • #10985 - Enhance database indexes for AgentGraph and AgentGraphExecution performance (by @majdyz)
  • #11023 - Add claude-sonnet-4.5 model support (by @Bentlybro)
  • #10829 - Add table input UI and builder block (by @ntindle)
  • #10977 - New retention-focused tasks and wallet update (by @kcze)
  • #10996 - Implement AI Condition Block for natural language condition evaluation (by @Copilot)

Enhancements

  • #10960 - Improve JSON generation+parsing in AI Structured Response block (by @Pwuts)
  • #10922 - Enhance builder UI for better performance (by @Abhi1992002)
  • #11000 - Optimize FastAPI endpoints performance and alert system (by @majdyz)
  • #11017 - Improve data output of code execution block (by @Pwuts)
  • #10862 - Enhance Sentry integration and TallyPopup telemetry (by @ntindle)

Bug Fixes

  • #10987 - Fix Agent node missing inputs and outputs (by @kcze)
  • #10955 - Default disable HTML escaping in all blocks with templating features (by @Pwuts)
  • #10995 - Handle NoneType in DataForSEO Blocks and Add missing Error pins (by @Torantulino)
  • #11004 - Handle NoneType in DataForSEO Blocks and Add missing Err (by @Swiftyos)
  • #11008 - Prevent duplicate graph executions across multiple executor pods (by @majdyz)
  • #11011 - Resolve two critical long-running agent execution failures (by @majdyz)
  • #11015 - Implement retry mechanism for SmartDecisionMaker tool call validation (by @majdyz)
  • #11028 - Resolve authentication performance bottlenecks and improve reliability (by @majdyz)
  • #11031 - Fix confetti (by @kcze)

Dependencies & Maintenance


🎉 Thanks to Our Contributors!

A huge thank you to all contributors who made this release possible:


📥 How to Get This Update

To update to this version, run:

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

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

25 Sep 04:39

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.30

Date: September 2025


🔥 What's New?

New Features

Enhancements

  • #10953 - Move old components to __legacy__ folder (by @0ubbe)

Bug Fixes


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

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

18 Sep 17:17
3f19cba

Choose a tag to compare

🔥 What's New?

Enhancements

  • #10940 - Refactor and organize components folder - Part 1 (by @0ubbe)
  • #10942 - Refactor and organize components folder - Part 2 (by @0ubbe)

Bug Fixes

  • #10952 - Update Redis image and amend configuration for compatibility (by @Pwuts)
  • #10951 - Fix issue with moved blocks disappearing on save in workflow builder (by @Pwuts)

🎉 Thanks to Our Contributors!

A huge thank you to all contributors who made this release possible:


📥 How to Get This Update

To update to this version, run:

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

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

17 Sep 17:58

Choose a tag to compare

🚀 Release autogpt-platform-beta-v0.6.28

Date: September 2025


🔥 What's New?

New Features

Enhancements

Bug Fixes

  • #10796 - Improve security & reliability of API key storage (by @Pwuts)
  • #10895 - Allow lazy loading of images (by @Abhi1992002)
  • #10908 - Add Airtable record normalization and upsert features (by @ntindle)
  • #10903 - Handle avatar missing images better (by @0ubbe)
  • #10917 - Keep CreditTransaction entries on User delete (by @Pwuts)
  • #10863 - Make graph execution status transitions atomic (by @majdyz)
  • #10906 - Unbreak store materialized views refresh job (by @Pwuts)
  • #10915 - Delete actions behind dialogs in agent runs view (by @0ubbe)
  • #10914 - Improve agent runs page loading state (by @0ubbe)
  • #10921 - Add timezone awareness to scheduler (by @ntindle)
  • #10927 - Fix moved blocks disappearing on no-op save (by @Pwuts)
  • #10924 - New agent run page design refinements (by @0ubbe)
  • #10936 - Fix API key credentials registration (by @ntindle)
  • #10932 - Fix feedback loops in AI Structured Response Generator (by @Pwuts)
  • #10934 - Fix marketplace page load and caching (by @0ubbe)

Dependencies & Maintenance


🎉 Thanks to Our Contributors!

A huge thank you to all contributors who made this release possible:


📥 How to Get This Update

To update to this version, run:

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

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!