autogpt-platform-beta-v0.6.47
📦 autogptView on GitHub →
✨ 8 features🐛 11 fixes🔧 3 symbols
Summary
This release introduces several new features including Text Encode, video editing blocks, and Claude Opus 4.6 support. It also includes numerous bug fixes related to credential filtering, stream handling, and agent updates.
✨ New Features
- Implement Text Encode block.
- Add video editing blocks.
- Add Claude Opus 4.6 model support.
- Add ClamAV scanning for local file paths.
- Add ready-to-test prompt after agent creation [SECRT-1882].
- Add progress indicator during agent generation [SECRT-1883].
- Enable extended thinking for Claude models.
- Implement AI SDK integration with custom streaming response handling.
🐛 Bug Fixes
- Filter host-scoped credentials for run_agent tool.
- Fix timing bug in test_block_credit_reset.
- Handle StreamHeartbeat in CoPilot stream handler.
- YouTube block yields only error on failure.
- Use latest prompt label in non-production environments.
- edit_agent updates existing agent instead of creating duplicate.
- Add virus scanning to WorkspaceManager.write_file().
- Filter graph-only blocks from CoPilot's find_block results.
- Handle stale RabbitMQ channels on connection drop.
- Fix copilot redirect logout.
- Move /copilot auth check to middleware.