Change8

autogpt-platform-beta-v0.6.58

📦 autogptView on GitHub →
20 features🐛 17 fixes🔧 10 symbols

Summary

This release introduces significant platform upgrades, including the rollout of Settings v2 pages, dynamic cost billing models (COST_USD), and support for Claude Opus 4.7. Numerous stability improvements were made, particularly within Copilot's streaming and session management.

Migration Steps

  1. If using Ayrshare, note that it is now charged per-post and floors are aligned with Bannerbear/Jina.
  2. If using ReplicateModelBlock, note that it has been migrated to use COST_USD billing.
  3. If relying on specific LD flags for model routing or general configuration, note that several have been consolidated into fewer JSON flags.

✨ New Features

  • Added message timestamps and accurate thought-for time in Copilot.
  • Introduced Dynamic BlockCostType (SECOND/ITEMS/COST_USD/TOKENS) and migrated E2B/FAL.
  • Added MAX tier, LD-configurable pricing, and hiding of unconfigured tiers.
  • Enabled inline picker-backed inputs via run_block and acceptance of AgentInputBlock subclasses.
  • Added Settings v2 page layout behind the SETTINGS_V2 flag.
  • Implemented Settings v2 API keys page.
  • Enabled Dynamic COST_USD billing and closed 8 cost-leak surfaces.
  • Implemented LD-configurable rate-limit multipliers with relative UI display.
  • Added Settings v2 integrations page and provider description SDK.
  • Added support for Claude Opus 4.7 model.
  • Added settings v2 profile page.
  • Added Preferences v2 page.
  • Implemented filtering of store creators with approved agents.
  • Added Redis Cluster client support.
  • Added Creator dashboard page for settings v2.
  • Implemented Copilot-bot (Python / discord.py).
  • Added Web Push notifications via VAPID for background delivery.
  • Added subscription plan selection step to onboarding.
  • Gated the onboarding SubscriptionStep behind ENABLE_PLATFORM_PAYMENT.
  • Implemented Subscription credit grants, paywall gate, dialog UX, and cross-pod cache.

🐛 Bug Fixes

  • Disabled the ask_question tool in Copilot pending UX rework.
  • Added sync safety net for Redis-induced zombie sessions in Copilot.
  • Increased baseline tool-round limit to 100 and added graceful finish hint in Copilot.
  • Tamed Kimi compaction storm, added tunable threshold, and Langfuse cost backfill.
  • Resolved autopilot beta blockers (SECRT-2266/2267/2268/2269).
  • Surfaced non-zero E2B exits as real results instead of sandbox errors.
  • Used {schema_prefix} in raw SQL migrations instead of hardcoded 'platform.'.
  • Audited and corrected stale LLM/block rates, and migrated generic ReplicateModelBlock to COST_USD.
  • Implemented atomic upsert and dropped eager include for notifications.
  • Preserved interrupted SDK partial work on final-failure exit in Copilot.
  • Filtered null query params in buildUrlWithQuery.
  • Redirected www to non-www with 308 to preserve request method.
  • Surfaced empty-success ResultMessage as stream error in Copilot (SECRT-2252).
  • Paused idle timer during pending tools in Copilot.
  • Normalized model name based on actual transport, not config shape.
  • Fixed streaming reconnect races, hydration ordering, and reasoning split in Copilot.
  • Skipped OS push for onboarding payloads.

Affected Symbols