autogpt-platform-beta-v0.6.46
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.46Feb 4, 2026by Swiftyos
AI Summary
Significant release introducing User Workspace for persistent storage, Whisper speech-to-text, Redis-based SSE reconnection, and library agent fetching with two-phase search.
Key Highlights
- User Workspace for persistent CoPilot file storage
- Copilot speech to text via Whisper model
- Redis-based SSE reconnection for long-running operations
- Library agent fetching with two-phase search
- customize_agent tool for marketplace templates
New Features
- User Workspace for persistent storage
- Whisper speech-to-text
- Redis SSE reconnection
- Library agent two-phase search
- customize_agent tool
- Webhook ingress URL route
Full Release Notes
# 🚀 Release `autogpt-platform-beta-v0.6.46` **Date:** February 2026 --- ## 🔥 What's New? ### New Features - **#11867** - Add User Workspace for persistent CoPilot file storage (by @ntindle) - **#11871** - Copilot speech to text via Whisper model (by @0ubbe) - **#11889** - Add library agent fetching with two-phase search for sub-agent support (by @majdyz) - **#11747** - Cover webhook ingress URL route (by @T1mn) - **#11877** - Add Redis-based SSE reconnection for long-running CoPilot operations (by @Swiftyos) - **#11943** - Add customize_agent tool for marketplace templates (by @majdyz) ### Enhancements - **#11884** - Improve agent generator error propagation (by @majdyz) - **#11932** - Enrich description with context before calling Agent Generator (by @majdyz) - **#11936** - Extract context window management and fix LLM continuation (by @majdyz) - **#11937** - Unify context compression into compress_context() (by @majdyz) - **#11946** - Add retry and error handling to block initialization (by @Otto-AGPT) ### UI/UX Improvements - **#11893** - Refocus ChatInput after voice transcription completes (by @Otto-AGPT) - **#11961** - Disable auto-opening wallet (by @kcze) - **#11956** - Update homepage copy to focus on problem discovery (by @Otto-AGPT) ### Bug Fixes - **#11878** - Fix copilot redirects flags (by @0ubbe) - **#11890** - Make E2E test data deterministic and fix flaky tests (by @Otto-AGPT) - **#11894** - Remove double flag check on homepage redirect (by @Otto-AGPT) - **#11900** - Use server redirect (by @0ubbe) - **#11903** - Fix LD remount (by @Otto-AGPT) - **#11904** - Fix home redirect (3) (by @0ubbe) - **#11881** - Filter credentials for graph execution by scopes (by @Pwuts) - **#11916** - Include input schema in discovery and validate unknown fields (by @ntindle) - **#11908** - Use discriminator for credential matching in run_block (by @Otto-AGPT) - **#11920** - Include graph schemas for marketplace agents in Agent Generator (by @Otto-AGPT) - **#11922** - Use messages_dict in fallback context compaction (by @Otto-AGPT) - **#11869** - Prevent leaking Redis connections in `ws_api` (by @kcze) - **#11941** - Route db calls through DatabaseManager in scheduler (by @Otto-AGPT) - **#11963** - Prevent reflected XSS in OAuth callback route (by @Swiftyos) ### Documentation - **#11911** - Update broken self-hosting docs link (by @Otto-AGPT) - **#11913** - Add credentials prerequisites to create-basic-agent guide (by @Otto-AGPT) - **#11788** - Split `autogpt_platform/CLAUDE.md` into project-specific files (by @Pwuts) ### Dependencies & Maintenance - **#11841** - Remove deprecated Claude 3.7 Sonnet model with migration and defensive handling (by @Bentlybro) - **#11883** - Remove docs pip install from postCreateCmd (by @ntindle) --- ## 🎉 Thanks to Our Contributors! A huge shoutout to everyone who contributed to this release. Special thanks to our new contributors: - @Otto-AGPT - @T1mn As well as our returning contributors: - @ntindle - @0ubbe - @Pwuts - @majdyz - @Bentlybro - @kcze - @Swiftyos --- ## 📥 How to Get This Update To update to this version, run: ```bash git pull origin autogpt-platform-beta-v0.6.46 ``` 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.45...autogpt-platform-beta-v0.6.46). --- ## 📝 **Feedback and Issues** If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know! No difference in PR content - both lists contain the same 23 PRs (#6375 through #6398). The only differences are formatting style: the formatted version uses bullets while the generated version uses numbered list. true