Change8

autogpt-platform-beta-v0.6.36

📦 autogpt
9 features🐛 14 fixes1 deprecations🔧 4 symbols

Summary

This release introduces significant new features including a complete chat system implementation, flow builder enhancements like undo/redo and scheduling, and improved security via restricted chat access. It also addresses numerous bugs and removes deprecated LLM models.

Migration Steps

  1. Review changes related to the removal of deprecated LLM models and utilize the provided migration script.

✨ New Features

  • Implemented chat system backend.
  • Added Chat UI frontend with a full messaging interface.
  • Restricted chat access to authenticated users and limited agent runs per chat.
  • Added dynamic input dialog for agent execution supporting credential input.
  • Integrated Google Drive Picker component.
  • Implemented admin user impersonation using header-based authentication.
  • Added undo/redo functionality with keyboard shortcuts to the flow builder.
  • Added cron-based scheduling functionality to the new builder, including input and credential support.
  • Implemented cookie consent banner and settings.

🐛 Bug Fixes

  • Clarified prompt requirements for list generation for Claude.
  • Bumped apscheduler to DST-fixed version 3.11.1.
  • Patched onboarding flow.
  • Reset beads on run.
  • Fixed marketplace breadcrumbs typo.
  • Temporarily disabled library existence check for graph execution.
  • Correctly rendered all types of outputs in the custom node in the new builder.
  • Fixed wallet issues.
  • Fixed rate-limited messages blocking the queue by republishing them to the back.
  • Improved graph execution permission check.
  • Ensured agent version is fetched when active_version_id exists.
  • Prevented state updates on unmounted OnboardingProvider.
  • Implemented backwards-compatible Set operations for input validation.
  • Fixed chat duplicate messages.

🔧 Affected Symbols

Exa search blockSwitch componentButton componentOnboardingProvider

⚡ Deprecations

  • Removed deprecated LLM models. A migration script was added to handle this change.