autogpt-platform-beta-v0.6.66
📦 autogptView on GitHub →
✨ 9 features🐛 11 fixes🔧 1 symbols
Summary
This release introduces significant new features like file uploads to AutoPilot via Discord and chat pinning, alongside crucial bug fixes related to data handling and security hardening in classic mode. It also includes a dependency update to Node 24 LTS.
Migration Steps
- Update to Node 24 LTS (Maintenance step).
✨ New Features
- Allow users to upload files to AutoPilot via Discord.
- Enable attaching workspace files in copilot chat via picker and @mention.
- Add AutoGPT new layout sidebar behind a feature flag.
- Add chat pinning to the copilot sidebar.
- Add workspace folders support for the artifacts page.
- Implement Copilot task progress bar above chat input (flagged).
- Preserve action history across task continuations in classic mode.
- Enforce subscription paywall and rate limits on bot turns.
- Introduce batch deployment commands: /batch, /batch-remove, /batch-merge.
🐛 Bug Fixes
- Separate AutoPilot text blocks to prevent them from running together in Discord.
- Cap litellm below the compromised version 1.82.7 in classic mode.
- Prevent connect_integration from hallucinating the wrong provider.
- Stop leaking pending buffer on cancel and push SSE drain hint.
- Clarify the distinction between StoreValueBlock and PersistInformationBlock.
- Session-scope bot file uploads so AutoPilot can read them.
- Replay encrypted reasoning items so OpenAI tool loops survive.
- Reference attached files via read_workspace_file instead of a host path.
- Create User Profile in the app layer instead of relying on a DB trigger.
- Run freshly-saved graph version immediately upon save-and-run.
- Harden outbound request handling (SSRF + URL validation) in classic mode.