autogpt-platform-beta-v0.7.1
📦 autogptView on GitHub →
✨ 16 features🐛 14 fixes🔧 1 symbols
Summary
This release introduces new features like Tavily provider blocks, Claude Sonnet 5 support, and enhanced expert scheduling. It also includes various bug fixes, UI/UX improvements, and developer experience enhancements, alongside a new single-container distribution option.
Migration Steps
- Refactor OnboardingStep from Prisma enum to String[].
✨ New Features
- Add Tavily provider blocks (search, extract, crawl, map).
- Add Claude Sonnet 5 support (Claude 5 tokenizer aware).
- Implement expert scheduling with attribution, triggers, thread posts, and credit guardrail.
- Introduce expert scheduling UI including expert page, chat schedules drawer, and team card polish.
- Enable collapsible expert chat groups in the sidebar with per-group load more functionality.
- Add schema-colocated Better Auth preview-account seeder.
- Incorporate brain dump STT quality gate and eval corpus.
- Add editable expert Soul documents.
- Unify morning briefing and needs-attention features, with briefing-first home.
- Retire brain dump greeting once a user has a session.
- Add first-visit tab intro cards for Agents, Marketplace, and Build.
- Display status counts and duration totals in the execution cost summary.
- Introduce single-container distribution.
- Add home dashboard aggregation endpoint.
- Add ChatGPT/Codex subscription transport preview.
- Close the loop on chat-platform account linking.
🐛 Bug Fixes
- Exclude soft-deleted orgs from org migration backfill JOINs.
- Offer saved cards in subscription checkout.
- Patch vulnerable runtime dependencies.
- Remove unused vulnerable dependencies from classic.
- Provide actionable per-UUID reasons on memory forget failures.
- Harden services for container supervision.
- Patch vulnerable test tooling.
- Patch vulnerable langsmith dependency.
- Stop the startup-migration tenancy sweep leak for born-tenanted executions/library/notifications.
- Support same-origin self-hosted routing.
- Stamp expert_id on schedules created from expert chat.
- Drop and recreate analytics views around onboarding retype.
- Prevent Select.Item crash on empty-string enum values.
- Redirect legacy /profile links to new settings on both layouts.