autogpt-platform-beta-v0.6.46
autogpt-platform-beta-v0.6.46
Breaking Changes
- Claude 3.7 Sonnet model removed; migration and defensive handling included (#11841)
Features
- User Workspace for persistent CoPilot file storage (#11867)
- Whisper-based speech-to-text for Copilot (#11871)
- Library agent fetching with two-phase search for sub-agent support (#11889)
- Webhook ingress URL route coverage (#11747)
- Redis-backed SSE reconnection for long-running CoPilot operations (#11877)
customize_agenttool for marketplace templates (#11943)
Improvements
- Agent generator error propagation and context enrichment (#11884, #11932)
- Unified context compression via
compress_context()(#11937) - LLM continuation and context window management extraction (#11936)
- Retry and error handling in block initialization (#11946)
- Input schema inclusion in discovery with unknown field validation (#11916)
- Graph schemas for marketplace agents in Agent Generator (#11920)
- ChatInput refocus after voice transcription (#11893)
Fixes
- Credential filtering by scopes in graph execution (#11881)
- Discriminator-based credential matching in
run_block(#11908) - E2E test determinism and flaky test fixes (#11890)
- Multiple redirect and flag check issues (#11878, #11894, #11900, #11904)
- LD remount and home redirect fixes (#11903)
- Redis connection leak prevention in
ws_api(#11869) - Database calls routed through DatabaseManager in scheduler (#11941)
- Reflected XSS prevention in OAuth callback (#11963)
- Fallback context compaction using
messages_dict(#11922)
Other
- Disabled auto-opening wallet (#11961)
- Homepage copy refocused on problem discovery (#11956)
- Self-hosting docs link fixed (#11911)
- Claude.md split into project-specific files (#11788)
🚀 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.mdinto 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:
git pull origin autogpt-platform-beta-v0.6.46
Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord 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