autogpt-platform-beta-v0.6.63
baptisteArno/typebot.ioautogpt-platform-beta-v0.6.63Jun 10, 2026by ntindle
AI Summary
Adds goal decomposition, copilot improvements (auto-reply, skill discovery, local-LLM), and platform enhancements like global search and Stripe reconciliation. Includes bot analytics and various bug fixes.
Key Highlights
- Added goal decomposition step before agent building
- Improved copilot auto-reply and MCP integration discovery
- Added global search endpoint and Stripe reconciliation
- Added bot analytics and local-LLM AutoPilot
New Features
- Global search endpoint
- Stripe tier reconciliation
- Bot analytics (events + presence)
- Local-LLM AutoPilot
- Artifacts page
Full Release Notes
## What's Changed * feat(copilot): add goal decomposition step before agent building by @anvyle in https://github.com/Significant-Gravitas/AutoGPT/pull/12731 * fix(orchestrator): forward credential input masks to tool node execution by @mangod12 in https://github.com/Significant-Gravitas/AutoGPT/pull/13151 * fix(backend): auto-migrate webhook presets to new agent version on pu… by @abderbejaoui in https://github.com/Significant-Gravitas/AutoGPT/pull/12753 * feat(frontend): prompt top-up when out of automation credits by @0ubbe in https://github.com/Significant-Gravitas/AutoGPT/pull/13208 * fix(backend): add autopilot title fallback by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13141 * fix(platform): drop running balance from user transaction history by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13239 * feat(platform): global search endpoint + bucketed command-palette modal by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13217 * refactor(backend): plumb ExecutionContext at direct-block-execute boundary by @18062706139fcz in https://github.com/Significant-Gravitas/AutoGPT/pull/13236 * fix(backend/copilot): plumb user_timezone in run_block ExecutionContext by @majdyz in https://github.com/Significant-Gravitas/AutoGPT/pull/13247 * feat(frontend): capture marketing-site triggerprompt into sessionStorage by @0ubbe in https://github.com/Significant-Gravitas/AutoGPT/pull/13248 * feat(frontend): add Artifacts page behind ARTIFACTS_PAGE flag by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13230 * fix(infra): add libatomic1 to backend image so Prisma migrate boots by @ntindle in https://github.com/Significant-Gravitas/AutoGPT/pull/13258 * fix(frontend/library): align Scheduled filter with fleet summary by @0ubbe in https://github.com/Significant-Gravitas/AutoGPT/pull/13235 * fix: rename 'Copilot skills' to 'AutoPilot skills' on skills page by @Torantulino in https://github.com/Significant-Gravitas/AutoGPT/pull/13270 * fix(backend/copilot-bot): don't reply to @everyone or @here by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13267 * fix(backend/copilot-bot): exit threads on /leave or kick by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13268 * feat(backend/copilot-bot): only auto-reply in bot-created threads by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13269 * feat(blocks): add file input support to Replicate model block by @majdyz in https://github.com/Significant-Gravitas/AutoGPT/pull/13272 * feat(backend/copilot): gate decompose_goal on library-similarity check by @anvyle in https://github.com/Significant-Gravitas/AutoGPT/pull/13242 * fix(frontend/integrations): show OAuth connect error toast with a readable message by @Void-n-Null in https://github.com/Significant-Gravitas/AutoGPT/pull/13282 * feat(backend): bidirectional Stripe tier reconciliation with provenance + periodic sweep by @majdyz in https://github.com/Significant-Gravitas/AutoGPT/pull/13284 * feat(frontend): add navigate & action sections to global search by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13283 * feat(backend/copilot): auto-discover MCP integrations when no native block exists by @kcze in https://github.com/Significant-Gravitas/AutoGPT/pull/13117 * fix(frontend): integer input no longer produces NaN on paste by @kcze in https://github.com/Significant-Gravitas/AutoGPT/pull/13146 * fix(frontend): correct OS push notification icons and add web app manifest by @kcze in https://github.com/Significant-Gravitas/AutoGPT/pull/13245 * fix(backend): bound CountdownTimerBlock inputs and surface field-bound errors inline by @kcze in https://github.com/Significant-Gravitas/AutoGPT/pull/13237 * feat(frontend): mobile AutoPilot parity + builder warning by @kcze in https://github.com/Significant-Gravitas/AutoGPT/pull/13232 * feat(platform): optimized file preview endpoint + rich artifact cards by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13281 * fix(platform): show NO_TIER in admin rate-limit display + aggregate reconciliation alerting into one Discord alert by @majdyz in https://github.com/Significant-Gravitas/AutoGPT/pull/13291 * feat(platform): optimize creator search experience by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13142 * feat(backend/copilot): local-LLM AutoPilot for the no-API-key install by @ntindle in https://github.com/Significant-Gravitas/AutoGPT/pull/12993 * feat(frontend): move chat source icon beside timestamp and desaturate it by @Abhi1992002 in https://github.com/Significant-Gravitas/AutoGPT/pull/13303 * feat(platform): DataFast revenue attribution on Stripe Checkout by @0ubbe in https://github.com/Significant-Gravitas/AutoGPT/pull/13288 * fix(frontend): route paywall logout through shared /logout page by @0ubbe in https://github.com/Significant-Gravitas/AutoGPT/pull/13307 * ci(frontend): make Playwright auth seeding resilient to CI contention by @Pwuts in https://github.com/Significant-Gravitas/AutoGPT/pull/13310 * fix(backend/copilot): route execute_block user lookup through DB accessor by @Pwuts in https://github.com/Significant-Gravitas/AutoGPT/pull/13308 * fix(backend/db): Move `vector` extension to `extensions` schema by @Pwuts in https://github.com/Significant-Gravitas/AutoGPT/pull/11902 * feat(platform/library): resolve library "Chat" agent by exact id by @anvyle in https://github.com/Significant-Gravitas/AutoGPT/pull/13302 * feat(blocks): add variable inputs to Execute Code block by @Void-n-Null in https://github.com/Significant-Gravitas/AutoGPT/pull/13300 * fix(backend): enforce paywall on create chat session by @Swiftyos in https://github.com/Significant-Gravitas/AutoGPT/pull/13320 * fix(backend/copilot-bot): skip messages in locked Discord threads by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13295 * feat(frontend): add subscription pricing experiment by @Swiftyos in https://github.com/Significant-Gravitas/AutoGPT/pull/13189 * feat(backend/copilot-bot): attach workspace artifacts to bot replies by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13294 * fix(backend/copilot-bot): keep copilot session alive as long as the thread auto-replies by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13322 * fix(backend/copilot-bot): include forwarded message content in Discord messages by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13321 * fix(backend/copilot-bot): read full thread history when adopted, not just last 20 by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13323 * feat(backend): add bot usage analytics (events + presence) by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13325 * fix(frontend): move onboarding paywall before profile steps by @0ubbe in https://github.com/Significant-Gravitas/AutoGPT/pull/13324 * feat(platform): bot analytics admin page + read API by @Bentlybro in https://github.com/Significant-Gravitas/AutoGPT/pull/13326 ## New Contributors * @mangod12 made their first contribution in https://github.com/Significant-Gravitas/AutoGPT/pull/13151 * @abderbejaoui made their first contribution in https://github.com/Significant-Gravitas/AutoGPT/pull/12753 * @18062706139fcz made their first contribution in https://github.com/Significant-Gravitas/AutoGPT/pull/13236 **Full Changelog**: https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.62...autogpt-platform-beta-v0.6.63