autogpt-platform-beta-v0.6.59
📦 autogptView on GitHub →
✨ 13 features🐛 15 fixes🔧 1 symbols
Summary
This release introduces significant platform enhancements, including new billing features like yearly Stripe billing and tier-based storage limits. It also includes numerous bug fixes focused on chat stability, payment processing, and user onboarding flow adjustments.
Migration Steps
- If you rely on the previous behavior of monthly credit refills for Beta Users, note that BetaUserCredit monthly refill has been removed.
✨ New Features
- Settings v2 billing page supporting subscription and automation credits.
- Tier-based workspace file storage limits implemented.
- Admin CSV exports for credit transactions and Copilot weekly usage.
- Onboarding SubscriptionStep now connects to Stripe Checkout.
- Daily limit popup CTA varies based on the user's plan.
- Copilot now adopts mentioned Discord threads.
- Dynamic max_budget_usd for SDK, with parity budget hint for baseline.
- Yearly Stripe billing implemented (pricing and frontend hookup).
- Frontend platform linking page added at /link/{token}.
- Activity-status LLM cost is now persisted to PlatformCostLog.
- Empty state added to the library with build/marketplace CTAs.
- Wallet checklist walkthrough videos refreshed.
- Added get_platform_info tool for tier-aware AutoPilot.
🐛 Bug Fixes
- Fixed cancel-banner copy and provided clearer 422 error on currency mismatch.
- Gated the credits-add pop-up behind the ENABLE_PLATFORM_PAYMENT flag.
- Increased Replicate per-second rate limit to cover up to A100-80GB.
- Copilot executor now runs in the foreground.
- Applied bundle of chat stream stability fixes (PK dedup, race conditions, compaction, errors, chips).
- Reserved TOP_UP for real Stripe checkouts; refunds now use grant_credits.
- Fixed parsing of Prisma raw timestamptz strings in Copilot weekly usage reports.
- Aligned 'Complete onboarding' wallet task and normalized reward amounts.
- Removed the BetaUserCredit monthly credit refill.
- Onboarding store persistence added, and Stripe checkout is skipped on LOCAL environments.
- New users now default to NO_TIER instead of PRO.
- Implemented fail-closed behavior on Redis unavailability to prevent USD-cap bypass.
- Stopped bot setup prompts from appearing in unrelated threads.
- Pro to Max upgrades are now billed immediately with payment failure rollback.
- Re-prompted on thinking-only finish; storage-limit routing now goes through DB-manager.