What’s New

AutoGPT autogpt-platform-beta-v0.6.62

autogpt-platform-beta-v0.6.62
Added
  • Share agent chat results via public link
  • Self-distilled skills registry with index injection for Copilot
  • Native scheduling for Copilot turn followups
  • Add Bots settings page with per-platform link management
  • Add /resume command to pick and resume past chats in Copilot bot
  • Post intro message when bot is added to a server
  • Add /new command to start fresh conversations in Copilot bot
  • Add chat search modal behind CHAT_SEARCH flag
  • Show cost breakdown in agent briefing panel
  • Track subscription conversion events
Changed
  • Autopilot UX polish with skills/followups LD kill-switches and unified Scheduled page
  • Show Copilot chat source platform
  • Retire deprecated LLM models with family-aware migration
  • Polish login/signup with animated panel, aurora, and integrations marquee
  • Paginate session sidebar so threads past 50 stay reachable
  • Redesign profile popover
  • Friendlier Response stopped banner
  • Keep linked server names fresh from bot gateway events
  • Remove AgentInput secret toggle and simplify graph-export stripping
  • Clean up agent briefing cost breakdown UX
  • Extract briefing tab sub-components and reorganize panel
  • Bump input placeholder contrast to meet WCAG AA standards
  • Make auth panel vortex animation frame-rate independent
  • Improve AutoPilot OS push notification icon and copy
  • Security upgrade next from 15.4.11 to 15.5.18
Fixed
  • Unify and debug credential UX
  • Unblock e2e seed in E2B sandboxes
  • Update profile handle URL hint
  • Preserve numeric enum selections
  • Open publish dialog scoped to current agent
  • Show profile popover avatar image
  • Drop /signup to / hop that flashes /copilot before /onboarding
  • Skip onboarding paywall for users already on a paid tier
  • Hide builder-blocked MCP tools so the SDK cannot auto-deny them
  • Unblock dry-run Orchestrator with Haiku 4.5 sim default
  • Teach LlmModel about OpenRouter Anthropic aliases with dry-run sim default Haiku OR-slug
  • Unblock orchestrator dry-run end-to-end
  • Make SDK tool-result reads navigable and redirect wrong-tool access
  • Disallow ScheduleWakeup SDK built-in
  • Orchestrator EXTENDED_THINKING emits final-answer only
  • MCP setup card fires on stale creds, OAuth popup close race, registry-search prompt, Connected/Reconnect UI, integrations page polish
  • Unify schedule cache invalidation across all 4 affected query keys
  • Autopilot pill counts Copilot follow-ups only, not graph schedules
  • Strip null credential fields before validation
  • Copilot bot only answers other bots when mentioned
  • Recover deleted chat sessions instead of erroring
  • Point /unlink button to the new bots page
  • Do not show paywall for local users
  • Clean up file input base64 description
  • Require library similarity check before create_agent

🚀 Release autogpt-platform-beta-v0.6.62

Date: May 2026


🔥 What's New?
New Features
  • #13081 - Share agent chat results via public link (by @ntindle)
  • #13195 - Self-distilled skills registry with index injection for Copilot (by @majdyz)
  • #13190 - Native scheduling for Copilot turn followups (by @majdyz)
  • #13202 - Autopilot UX polish with skills/followups LD kill-switches and unified Scheduled page (by @majdyz)
  • #13222 - Add Bots settings page with per-platform link management (by @Bentlybro)
  • #13219 - Add /resume command to pick and resume past chats in Copilot bot (by @Bentlybro)
  • #13220 - Post intro message when bot is added to a server (by @Bentlybro)
  • #13199 - Add /new command to start fresh conversations in Copilot bot (by @Bentlybro)
  • #13139 - Add chat search modal behind CHAT_SEARCH flag (by @Abhi1992002)
  • #13175 - Show Copilot chat source platform (by @Abhi1992002)
  • #13129 - Show cost breakdown in agent briefing panel (by @0ubbe)
  • #13080 - Require library similarity check before create_agent (by @anvyle)
  • #13181 - Track subscription conversion events (by @Swiftyos)
Enhancements
  • #13089 - Retire deprecated LLM models with family-aware migration (by @kcze)
  • #13169 - Polish login/signup with animated panel, aurora, and integrations marquee (by @0ubbe)
  • #13128 - Paginate session sidebar so threads past 50 stay reachable (by @0ubbe)
  • #13138 - Redesign profile popover (SECRT-2360) (by @Abhi1992002)
  • #13114 - Friendlier 'Response stopped' banner (by @itsababseh)
  • #13221 - Keep linked server names fresh from bot gateway events (by @Bentlybro)
  • #13145 - Remove AgentInput secret toggle and simplify graph-export stripping (by @kcze)
UI/UX Improvements
  • #13196 - Clean up agent briefing cost breakdown UX (by @0ubbe)
  • #13213 - Extract briefing tab sub-components and reorganize panel (by @0ubbe)
  • #12849 - Bump input placeholder contrast to meet WCAG AA standards (by @djpjronline-netizen)
  • #13194 - Make auth panel vortex animation frame-rate independent (by @0ubbe)
  • #13231 - Improve AutoPilot OS push notification icon and copy (by @kcze)
Bug Fixes
  • #13088 - Unify and debug credential UX (card + prompt + session store + popup recovery) (by @0ubbe)
  • #13054 - Unblock e2e seed in E2B sandboxes (by @ntindle)
  • #13148 - Update profile handle URL hint (by @Abhi1992002)
  • #13147 - Preserve numeric enum selections (by @Abhi1992002)
  • #13140 - Open publish dialog scoped to current agent (by @Abhi1992002)
  • #13155 - Show profile popover avatar image (by @Abhi1992002)
  • #13154 - Drop /signup → / hop that flashes /copilot before /onboarding (by @0ubbe)
  • #13159 - Update profile handle URL hint (by @Abhi1992002)
  • #13160 - Skip onboarding paywall for users already on a paid tier (by @0ubbe)
  • #13168 - Hotfix profile handle URL hint (#13159) (by @Swiftyos)
  • #13167 - Hide builder-blocked MCP tools so the SDK can't auto-deny them (by @majdyz)
  • #13171 - Unblock dry-run Orchestrator with Haiku 4.5 sim default (by @majdyz)
  • #13177 - Teach LlmModel about OpenRouter Anthropic aliases with dry-run sim default Haiku OR-slug (by @majdyz)
  • #13180 - Unblock orchestrator dry-run end-to-end (canonical model + SDK auth) (by @majdyz)
  • #13179 - Make SDK tool-result reads navigable and redirect wrong-tool access (by @majdyz)
  • #13187 - Disallow ScheduleWakeup SDK built-in (by @majdyz)
  • #13188 - Orchestrator EXTENDED_THINKING emits final-answer only (by @majdyz)
  • #13207 - MCP setup card fires on stale creds, OAuth popup close race, registry-search prompt, Connected/Reconnect UI, integrations page polish (by @majdyz)
  • #13204 - Unify schedule cache invalidation across all 4 affected query keys (by @majdyz)
  • #13212 - Autopilot pill counts Copilot follow-ups only, not graph schedules (by @majdyz)
  • #13185 - Strip null credential fields before validation (by @Torantulino)
  • #13174 - Copilot bot only answers other bots when @mentioned (by @Bentlybro)
  • #13197 - Recover deleted chat sessions instead of erroring (by @Bentlybro)
  • #13198 - Point /unlink button to the new bots page (by @Bentlybro)
  • #13229 - Do not show paywall for local users (by @0ubbe)
  • #13032 - Clean up file input base64 description (by @pony-maggie)
Dependencies & Maintenance
  • #13104 - Security upgrade next from 15.4.11 to 15.5.18 (by @ntindle)
  • #13201 - Stop publishing dev test creds in /pr-test SKILL.md (by @majdyz)
Documentation
  • #13226 - Fix Ayrshare comment typo (by @otjdiepluong)

🎉 Thanks to Our Contributors!

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

  • @djpjronline-netizen
  • @otjdiepluong
  • @pony-maggie

As well as our returning contributors:

  • @ntindle
  • @0ubbe
  • @Abhi1992002
  • @itsababseh
  • @Swiftyos
  • @kcze
  • @majdyz
  • @anvyle
  • @Torantulino
  • @Bentlybro

📥 How to Get This Update

To update to this version, run:

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

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