autogpt-platform-beta-v0.6.49
📦 autogptView on GitHub →
✨ 12 features🐛 27 fixes⚡ 2 deprecations🔧 8 symbols
Summary
This release introduces major architectural updates, including a new flow editor and MCP tool block integration, alongside numerous stability fixes for streaming and workspace operations. Key maintenance involved upgrading RabbitMQ and removing deprecated builder components.
Migration Steps
- If you were using the environment variable LINEAR_API_KEY, rename it to COPILOT_LINEAR_API_KEY (#12143).
✨ New Features
- Added MCP tool block with OAuth, tool discovery, and standard credential integration (#12011).
- Replaced legacy builder with new flow editor (#12081).
- Sandbox files are now stored to workspace (#12073).
- Added feature request tools for CoPilot chat (#12102).
- Integrated Claude Agent SDK for CoPilot (#12103).
- Implemented Copilot Executor Microservice (#12057).
- Added SuggestedGoalResponse for vague/unachievable goals (#12139).
- Implemented workspace file tools, context reconstruction, and transcript upload protection (#12164).
- Implemented folder organization system for agents (#12101).
- Added Telegram blocks (#12141).
- Added POST /graphs endpoint to external API (#12208).
- Implemented waiting for agent execution completion (#12147).
🐛 Bug Fixes
- Added min-width-0 to ContentCard to prevent overflow (#12060).
- Fixed API stream issues leaking into prompt (#12063).
- Merged split assistant messages to prevent Anthropic API errors (#12062).
- Removed fixed min-height from CoPilot message container (#12091).
- Removed default expiration date from API key credentials form (#12092).
- Fixed stream timeout, long-running tool polling, and CreateAgent UI refresh issues (#12070).
- Suppressed cross-origin stylesheet security error (#12086).
- Disabled PrintToConsoleBlock (#12100).
- Handled errors in Jina ExtractWebsiteContentBlock (#12048).
- Prevented node drag when selecting text in object editor key input (#11955).
- Updated stale Poetry usage in Dockerfile (#12124).
- Renamed LINEAR_API_KEY to COPILOT_LINEAR_API_KEY to prevent global access (#12143).
- Used singleton Shiki highlighter for code syntax highlighting (#12144).
- Routed workspace through db_accessors and fixed transcript upload (#12148).
- Cleaned up GCSWorkspaceStorage per worker (#12153).
- Removed description from feature request search and added PII prevention (#12155).
- Fixed flaky e2e tests (#12156).
- Prevented background agent stalls and context hallucination (#12167).
- Improved SDK streaming reliability, parallel tools, incremental saves, and frontend reconnection (#12173).
- Removed stream timeout and added error propagation to frontend (#12175).
- Fixed collision detection, session locking, and sync for concurrent message saves (#12177).
- Fixed stuck sessions, stop button, and StreamFinish reliability (#12191).
- Fixed workspace file listing (#12190).
- Fixed null credits TypeError on /copilot (#12202).
- Fixed Streamdown link safety modal and added origin check (#12209).
- Handled 'all' keyword in find_library_agent tool (#12138).
- Injected working directory into SDK prompt and fixed workspace download links (#12215).
Affected Symbols
⚡ Deprecations
- The legacy builder code and monitoring components have been removed.
- The OldAgentLibraryView has been removed, along with the NEW_AGENT_RUNS flag.