autogpt-platform-beta-v0.6.35

Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.35Oct 30, 2025by 0ubbe

AI Summary

This release focuses on stability and security, introducing agent execution in the new builder, enhanced SQL sanitization, and a suite of UI/UX fixes.

Key Highlights

  • New agent execution functionality in the builder
  • Enhanced SQL sanitization to prevent vulnerabilities
  • Graceful shutdown implementation in AppService
  • UI/UX fixes for login visibility, wallet rendering, and onboarding steps

New Features

  • Cascading stop for nested graph executions
  • Standardized error handling with BlockSchemaInput & BlockSchemaOutput base class
  • Increased max_field_size in aiohttp requests

Full Release Notes

# 🚀 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
- **#11242** - Add cost configs for revid video blocks (by @Bentlybro)
- **#11260** - Remove Claude 3.5 Sonnet and Haiku model (by @Bentlybro)

### 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
- **#11246** - Fix feedback button copy (by @0ubbe)
- **#11245** - Fix login not visible on mobile (by @0ubbe)
- **#11263** - Fix waitlist modal copy (by @0ubbe)
- **#11276** - Onboarding step 5 adjustments (by @0ubbe)
- **#11282** - Prevent Wallet rendering twice (by @0ubbe)
- **#11285** - More wallet popover fixes (by @0ubbe)

---

## 🎉 Thanks to Our Contributors!

A huge shoutout to everyone who contributed to this release. Special thanks to our new contributor:

- @PratyushSingh2002

As well as our returning contributors:
- @Bentlybro
- @Abhi1992002
- @Pwuts
- @Torantulino
- @Swiftyos
- @0ubbe
- @majdyz
- @seer-by-sentry[bot]

---

## 📥 How to Get This Update

To update to this version, run:

```bash
git pull origin autogpt-platform-beta-v0.6.35
```

Or download it directly from the  
[Releases page](https://github.com/Significant-Gravitas/AutoGPT/releases).

For a complete list of changes, see the [Full Changelog](https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.34...autogpt-platform-beta-v0.6.35).

---

## 📝 **Feedback and Issues**
If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!