autogpt-platform-beta-v0.6.63
Added
- Add goal decomposition step before agent building in copilot
- Prompt top-up when out of automation credits on frontend
- Add global search endpoint and bucketed command-palette modal
- Capture marketing-site triggerprompt into sessionStorage on frontend
- Add Artifacts page behind ARTIFACTS_PAGE flag on frontend
- Only auto-reply in bot-created threads in copilot-bot
- Add file input support to Replicate model block
- Gate decompose_goal on library-similarity check in copilot
- Add bidirectional Stripe tier reconciliation with provenance and periodic sweep in backend
- Add navigate and action sections to global search on frontend
- Auto-discover MCP integrations when no native block exists in copilot
- Add mobile AutoPilot parity and builder warning on frontend
- Add optimized file preview endpoint and rich artifact cards on platform
- Optimize creator search experience on platform
- Add local-LLM AutoPilot for the no-API-key install in copilot
- Move chat source icon beside timestamp and desaturate it on frontend
- Add DataFast revenue attribution on Stripe Checkout
- Resolve library Chat agent by exact id on platform library
- Add variable inputs to Execute Code block
Changed
- Plumb ExecutionContext at direct-block-execute boundary in backend
Fixed
- Forward credential input masks to tool node execution in orchestrator
- Auto-migrate webhook presets to new agent version on publish
- Add autopilot title fallback in backend
- Drop running balance from user transaction history
- Plumb user_timezone in run_block ExecutionContext for backend and copilot
- Add libatomic1 to backend image so Prisma migrate boots
- Align Scheduled filter with fleet summary in frontend library
- Rename Copilot skills to AutoPilot skills on skills page
- Prevent copilot-bot from replying to @everyone or @here
- Exit threads on /leave or kick in copilot-bot
- Show OAuth connect error toast with a readable message in frontend integrations
- Fix integer input to no longer produce NaN on paste
- Correct OS push notification icons and add web app manifest on frontend
- Bound CountdownTimerBlock inputs and surface field-bound errors inline in backend
- Show NO_TIER in admin rate-limit display and aggregate reconciliation alerting into one Discord alert
- Route paywall logout through shared /logout page on frontend
- Route execute_block user lookup through DB accessor in copilot
- Move vector extension to extensions schema in backend database
- Enforce paywall on create chat session in backend
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
vectorextension toextensionsschema 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