Change8

autogpt-platform-beta-v0.6.33

📦 autogptView on GitHub →
22 features🐛 19 fixes🔧 3 symbols

Summary

This release introduces significant new features for the new builder, including OAuth2 support, sticky notes, and saving capabilities, alongside new blocks like Perplexity and model support for Claude Haiku 4.5. Numerous bug fixes address rate limiting, data visibility, and error handling across the platform.

Migration Steps

  1. To update to this version, run: git pull origin autogpt-platform-beta-v0.6.33

✨ New Features

  • Implement comprehensive rate-limited Discord alerting system.
  • Add OAuth2 credential support in new builder.
  • Add UI for sticky notes on new builder.
  • Add search functionality in new block menu.
  • Add support for user password credentials in new FlowEditor.
  • Simplify running of core docker services.
  • Log Marketplace search terms.
  • Implement user rate limiting for concurrent graph executions.
  • Load graph on new builder.
  • Simplify caching to just store routes.
  • Implement discriminator logic in the new builder's credential system.
  • Whitelist Onboarding Agents.
  • Dynamic search terms.
  • Prevent duplicate slugs for store submissions.
  • Make execution limit per user per graph and reduce to 25.
  • Include default input values in graph export.
  • Add Sentry user and tag tracking to node execution.
  • Add saving ability in new builder.
  • Add dedicated Perplexity block.
  • Add references output pin to Fact Checker block.
  • Add channel ID support to SendDiscordMessageBlock for consistency with other Discord blocks.
  • Add Claude Haiku 4.5 model support.

🐛 Bug Fixes

  • Implement rate limiting for critical retry alerts to prevent spam.
  • Prevent sub-agent execution visibility across users.
  • Remove agent activity flag.
  • Improve navbar on mobile.
  • Update store agent view to return only latest version.
  • Sync frontend node IDs with backend after save (Note: This was reverted in a subsequent fix, see #11142).
  • Improve Postmark error handling and logging for notification delivery.
  • Revert "fix(frontend/builder): Sync frontend node IDs with backend after save".
  • Handle websocket disconnect issue.
  • Ask for credentials in onboarding agent run.
  • Disable logging store terms.
  • Fix publish agent behavior when user is logged out.
  • Fix client side error handling in custom mutator.
  • Fix auto select credential mechanism in new builder.
  • Improve error handling for invalid agent files.
  • Unhide "Add to Dictionary" block's `dictionary` input.
  • Comprehensive SafeJson sanitization to prevent PostgreSQL null character errors.
  • Improve store exception hierarchy for proper HTTP status codes.
  • Move DatabaseError to backend.util.exceptions for better layer separation.

🔧 Affected Symbols

SendDiscordMessageBlockDatabaseErrorbackend.util.exceptions