v0.6.44
📦 autogptView on GitHub →
✨ 7 features🐛 6 fixes🔧 2 symbols
Summary
This release introduces significant new features like ClaudeCodeBlock execution and external Agent Generator integration, alongside enhancements for context management, SSE stability, and various bug fixes.
Migration Steps
- Restructure platform docs for GitBook and remove MkDocs (This is a documentation change, but might affect users relying on old doc locations).
✨ New Features
- Add ClaudeCodeBlock for executing tasks via Claude Code in E2B sandbox.
- Add external Agent Generator service integration.
- Add PostHog analytics and OpenRouter tracing to chat system.
- Implement clarification questions UI for agent generation.
- Persist long-running tool results to survive SSE disconnects.
- Disable onboarding redirects and add $5 signup bonus.
- Increase max_agent_runs and max_agent_schedules.
🐛 Bug Fixes
- Remove redundant migration and fix pgvector schema handling.
- Consolidate embedding error logging to prevent Sentry spam.
- Enforce block disabled flag on execution endpoints.
- Only try to init Posthog when on cloud.
- Handle race condition in review processing gracefully.
- Exclude disabled blocks from chat search and indexing.