Change8

autogpt-platform-beta-v0.6.57

📦 autogptView on GitHub →
18 features🐛 15 fixes🔧 6 symbols

Summary

This release introduces significant new features including enhanced billing via Stripe, expanded model support (xAI Grok 4.20, Kimi K2.6), and major UI/UX improvements like the Agent Briefing Panel and flow builder chat. Numerous bug fixes address session management, pagination, and model defaults.

Migration Steps

  1. Make session-file helper functions public to fix Pyright warnings (if you rely on these internally).

✨ New Features

  • Added Agent Briefing Panel.
  • Implemented Subscription tier billing via Stripe Checkout.
  • Added xAI Grok 4.20 models from OpenRouter.
  • Surface scheduled agents in library & copilot briefings.
  • Implemented queueing of follow-up messages on busy sessions (UI + run_sub_session + AutoPilot block).
  • Deferred paid-to-paid subscription downgrades and implemented cancel-pending flow.
  • Implemented real OpenRouter cost tracking and cost-based rate limits (percent-only public API).
  • Enabled streaming of extended_thinking on baseline via OpenRouter.
  • Added system diagnostics and execution management dashboard.
  • Introduced AI chat panel for the flow builder.
  • Added Platform server linking API for multi-platform CoPilot.
  • Added AutoGPT logo to share page and zip download for outputs.
  • Set Kimi K2.6 as fast default with 4-config matrix, coalesced reasoning, and web_search tool.
  • Registered 13 paid blocks and documented credit/microdollar wallet boundary.
  • Enabled live baseline streaming, render flag, Sonar web_search, simulator cost tracking, and reconnect fixes.
  • Added TodoWrite capability for baseline copilot.
  • Set SDK fast tier defaults to Kimi K2.6 via OpenRouter, implemented vendor-aware cost, and fixed cross-model issues.
  • Launched LaunchDarkly per-user model routing.

🐛 Bug Fixes

  • Defaulted copilot sonnet to 4.6.
  • Disabled fallback model to fix production CLI rejection.
  • Added check for GitHub account connection status.
  • Fixed initial load missing messages and forward pagination for completed sessions.
  • Replaced dedup lock with idempotent append_and_save_message.
  • Removed debug console.log statements.
  • Reverted forward pagination and added visibility guarantee for blank chat.
  • Added gh auth status check to Tool Discovery Priority section.
  • Persisted reasoning, split steps/reasoning UX, and fixed mid-turn promote stream stall.
  • Deduplicated tool row, lifted bash_exec timeout, and implemented Stop+resend recovery.
  • Released session cluster lock on completion.
  • Reduced SDK + baseline prompt cache waste.
  • Forwarded sentry-trace and baggage across API proxy.
  • Fixed Artifact panel issues.
  • Allowed multiple compactions per turn.

Affected Symbols