autogpt-platform-beta-v0.6.64
📦 autogptView on GitHub →
✨ 8 features🐛 9 fixes🔧 4 symbols
Summary
This release introduces significant new features like the AutoPilot Context Panel and Global Search command palette, alongside numerous reliability and security hardening improvements across the platform.
Migration Steps
- Run 'git pull origin autogpt-platform-beta-v0.6.64' to update the repository.
✨ New Features
- AutoPilot Context Panel V1 introduced with shell and Files tabs.
- Global Search Cmd+K command palette is now available on all platform pages.
- Read-Only Builder mode allows viewing non-owned graphs.
- Copilot Webhook Triggers now support webhook-trigger setup with preset lifecycle management.
- Copilot Dream Pass added for background processing.
- Proactive Copilot Output includes a new post_to_discord tool.
- Proactive Copilot Output supports outbound channel/thread delivery RPC for the copilot bot.
- MCP Argument Expansion now expands @@agptfile references inside MCP tool arguments.
🐛 Bug Fixes
- Fixed origin filter, code/markdown previews, and viewer modal issues on the Files Page.
- Copilot tool outputs are now paired by name+input instead of just name.
- Harden setup_requirements card delivery for Copilot Reliability.
- Explicitly list supported providers in connect_integration for Copilot Reliability.
- Fixed OpenAI Responses crash related to 'Omit' object not being a mapping.
- Fixed Dream recombine failing due to Anthropic temperature deprecation.
- Warm-context reranker 400 errors fixed by raising max_tokens.
- Dream crons now register correctly; timezone lookup no longer crashes in Prisma-less processes.
- De-flaked PaywallModal upgrade-mutation tests.