autogpt-platform-beta-v0.6.36
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.36Nov 7, 2025by ntindle
AI Summary
This release introduces a complete chat system with both backend and frontend implementations, along with admin user impersonation, Google Drive integration, and cron-based scheduling. It also includes a migration script to remove deprecated LLM models.
Key Highlights
- Complete chat system implementation (backend and frontend)
- Admin user impersonation with header-based authentication
- Google Drive Picker component integration
- Undo/redo functionality and cron-based scheduling in flow builder
- Removal of deprecated LLM models with migration script
Breaking Changes
- Remove deprecated LLM models and add migration script
New Features
- Chat system backend implementation
- Chat UI frontend with full messaging interface
- Limit chat access to authenticated users
- Dynamic input dialog for agent execution with credential support
- Google Drive Picker component integration
- Admin user impersonation with header-based authentication
- Undo/redo functionality with keyboard shortcuts
- Cron-based scheduling functionality
- Cookie consent banner and settings
Full Release Notes
# 🚀 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: - @ntindle - @Pwuts - @kcze - @Abhi1992002 - @0ubbe - @majdyz - @Swiftyos - @Bentlybro - @dependabot[bot] - @seer-by-sentry[bot] --- ## 📥 How to Get This Update To update to this version, run: ```bash git pull origin autogpt-platform-beta-v0.6.36 ``` 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.35...autogpt-platform-beta-v0.6.36). --- ## 📝 **Feedback and Issues** If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!