What’s New

AutoGPT autogpt-platform-beta-v0.6.67

autogpt-platform-beta-v0.6.67

🚀 AutoGPT Platform v0.6.67

Added
  • Add first-class org/workspace support with schema, auth, APIs, migration, and frontend
  • Split adapter base into Socket/Webhook and neutralize shared-core coupling
  • Tour demo auto-play, sidebar upsell card, and logged-out marketplace shell
  • Copilot composer with menu containing Skills/Scheduled/Integrations modals and guided creation flows
  • Add Slack adapter supporting webhook and Events API
  • Surface Slack on the Bots settings and admin analytics pages
  • Multi-workspace Slack install via OAuth
  • Unmask static content for Sentry replays
  • Telegram adapter as third platform on the chat bus
  • LaunchDarkly per-platform visibility for Settings → Bots
  • Stream Telegram replies as live draft previews
Changed
  • Auto-redeploy active previews when a PR is updated
  • Extract shared adapter helpers for attachments, mentions, history, and chunking
  • Copilot-bot cleanup with handler split, shared command policy, and AutoGPT branding
Fixed
  • Unbrick dev deploy by dropping no-op cutover backfill and batching startup tenancy backfill
  • Harden batch-bot merge gate and migrate to GitHub App identity
  • Classify trigger blocks as inputs
  • Batch bot push rollup objects instead of refs-API update and fix add-then-list race
  • Batch bot findRollupPR head filter matching nothing after first rollup
  • Cut auth panel vortex animation cost to stop page-wide jank
  • Stop registering baseline-only MCP TodoWrite on the SDK server
  • Reset tour chat dim when switching scenarios
  • Prevent duplicate personal orgs through in-loop lock renewal, get-or-create backfill, and partial unique index
  • Bot chat turns crash on dev by routing org lookup through DatabaseManager
  • Don't bounce /reset-password to /onboarding for un-onboarded accounts
  • Use onboarding call you name in copilot greeting
  • Clamp oversized bot prompts to the request cap
  • Unstick publish submit after adding image and cut success-screen lag
Removed
  • Remove built-in Revid credential and require user-provided key

🚀 Release autogpt-platform-beta-v0.6.67

Date: January 2025


🔥 What's New?
New Features
  • #12670 - Add first-class org/workspace support — schema, auth, APIs, migration, frontend (by @ntindle)
  • #13505 - Split adapter base into Socket/Webhook + neutralize shared-core coupling (by @Bentlybro)
  • #13515 - Tour demo auto-play, sidebar upsell card, and logged-out marketplace shell (by @0ubbe)
  • #13489 - Copilot composer + menu with Skills/Scheduled/Integrations modals and guided creation flows (by @0ubbe)
  • #13508 - Add Slack adapter (webhook / Events API) (by @Bentlybro)
  • #13509 - Surface Slack on the Bots settings + admin analytics pages (by @Bentlybro)
  • #13514 - Multi-workspace Slack install via OAuth (by @Bentlybro)
  • #11219 - Unmask static content for Sentry replays (by @ntindle with @Copilot)
  • #13561 - Telegram adapter — third platform on the chat bus (by @Bentlybro)
  • #13563 - LaunchDarkly per-platform visibility for Settings → Bots (by @Bentlybro)
  • #13565 - Stream Telegram replies as live draft previews (by @Bentlybro)
Enhancements
  • #13485 - Auto-redeploy active previews when a PR is updated (by @ntindle)
  • #13506 - Extract shared adapter helpers (attachments, mentions, history, chunking) (by @Bentlybro)
  • #13553 - Copilot-bot cleanup — handler split, shared command policy, AutoGPT branding (by @Bentlybro)
Bug Fixes
  • #13512 - Unbrick dev deploy — drop no-op cutover backfill, batch startup tenancy backfill (by @ntindle)
  • #13521 - Harden batch-bot merge gate + migrate to a GitHub App identity (by @ntindle)
  • #13353 - Classify trigger blocks as inputs (by @cyphercodes)
  • #13536 - Batch bot — push rollup objects instead of refs-API update, fix add-then-list race (by @ntindle)
  • #13538 - Batch bot — findRollupPR head filter matches nothing after first rollup (by @ntindle)
  • #13547 - Cut auth panel vortex animation cost to stop page-wide jank (by @0ubbe)
  • #13548 - Stop registering baseline-only MCP TodoWrite on the SDK server (by @0ubbe)
  • #13550 - Reset tour chat dim when switching scenarios (by @0ubbe)
  • #13552 - Prevent duplicate personal orgs — in-loop lock renewal, get-or-create backfill, partial unique index (by @ntindle)
  • #13564 - Bot chat turns crash on dev — route org lookup through DatabaseManager (by @Bentlybro)
  • #13511 - Don't bounce /reset-password to /onboarding for un-onboarded accounts (by @Pwuts)
  • #13520 - Use onboarding "call you" name in copilot greeting (by @Pwuts)
  • #13577 - Clamp oversized bot prompts to the request cap (by @Bentlybro)
  • #13578 - Unstick publish submit after adding image and cut success-screen lag (by @Abhi1992002)
Dependencies & Maintenance
  • #13507 - Remove built-in Revid credential, require user-provided key (by @kcze)

🎉 Thanks to Our Contributors!

A huge shoutout to everyone who contributed to this release. Special thanks to our new contributor:

  • @cyphercodes

As well as our returning contributors:

  • @ntindle
  • @Bentlybro
  • @0ubbe
  • @Pwuts
  • @kcze
  • @Abhi1992002

📥 How to Get This Update

To update to this version, run:

git pull origin autogpt-platform-beta-v0.6.67

Or download it directly from the
Releases page.

For a complete list of changes, see the Full Changelog.


📝 Feedback and Issues

If you encounter any issues or have suggestions, please join our Discord and let us know!

View original