autogpt-platform-beta-v0.6.60

Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.60May 13, 2026by Swiftyos

AI Summary

Introduces external integrations like Slack and Discord, alongside backend improvements for AutoPilot resource management and Stripe checkout tax handling.

Key Highlights

  • Slack integration
  • Discord bot enhancements
  • AutoPilot task queue caps
  • Stripe tax automation
  • Export chat to Markdown

New Features

  • Slack SendSlackMessageBlock
  • Discord thread support
  • AutoPilot queue management
  • Stripe tax
  • Chat export

Full Release Notes

# 🚀 Release `autogpt-platform-beta-v0.6.60`

**Date:** May 2025

---

## 🔥 What's New?

### New Features
- **#12740** - Trigger On Anything - Enhanced flexibility for workflow triggers (by @Pwuts)
- **#13008** - Add Slack SendSlackMessageBlock for direct Slack integration (by @omsharma0401)
- **#13039** - Smart Discord threads, setup-link button, mention humans, and bot-to-bot communication (by @Bentlybro)
- **#13031** - Seed dynamic-cost block preflight from historical averages for better cost estimation (by @majdyz)
- **#12997** - Auto-open artifact panel when agent creates new artifact (by @ntindle)
- **#13058** - Enable Stripe automatic tax on checkout sessions (by @Torantulino)
- **#13070** - Add Export Chat as Markdown option to session menu (by @Torantulino)
- **#13069** - AutoPilot task queue with 5 running + 15 in-flight caps for better resource management (by @majdyz)
- **#13022** - Cleanup expired PlatformLinkTokens automatically (by @devareddy05)

### Enhancements
- **#12828** - Reduce time to first output in Copilot (by @Pwuts)
- **#13036** - Add user.created_at to LaunchDarkly context (by @majdyz)
- **#13029** - Auto-reroute OpenAI models through OpenRouter when configured (by @majdyz)
- **#13034** - Switch main client between OpenRouter and Anthropic-direct (by @majdyz)
- **#13064** - Cap concurrent AutoPilot turns per user at 15 (by @majdyz)
- **#13074** - Seed block preflight estimates from 30d prod usage (by @majdyz)

### UI/UX Improvements
- **#13006** - Redesign publish agent flow modal (by @Abhi1992002)
- **#13083** - Polish creator dashboard + redesign edit modal (by @Abhi1992002)
- **#13095** - Surface 15% yearly savings in switch-to-yearly modal (by @Abhi1992002)
- **#13096** - Default onboarding pricing to yearly with monthly-equivalent + Charged today display (by @Abhi1992002)
- **#13099** - Split switch-to-yearly dialog copy into lines + surface charged-today amount (by @Abhi1992002)
- **#13100** - Smooth Monthly↔Yearly price transition on PlanCard (by @Abhi1992002)
- **#13091** - Clarify builder cost display for OpenRouter and free providers (by @majdyz)

### Bug Fixes
- **#13019** - Stream proxy bodies and skip middleware auth on /api/proxy (by @0ubbe)
- **#13023** - Release bundle — block-execute billing + copilot stability (by @majdyz)
- **#13014** - Change 'Contacting the model' copy to 'Reading your message' (by @Torantulino)
- **#13043** - Allow negative balance on post-flight reconciliation (by @majdyz)
- **#13049** - Retry-with-backoff in notification consumer before DLQ reject (by @majdyz)
- **#13045** - Centralise paywall enforcement on all execute routes (NO_TIER bypass) (by @majdyz)
- **#13052** - Persist visible marker when SDK turn ends with empty content / error (by @majdyz)
- **#13053** - Expose websocket health route at /health (by @majdyz)
- **#13051** - Bound LLM calls and reap orphan node_execs (by @majdyz)
- **#13057** - Back-fill in-memory sequences from actual batch start (by @majdyz)
- **#13059** - Update Terms of Use and Privacy Policy links to agpt.co (by @Torantulino)
- **#13060** - Sync tier on checkout + expire abandoned sessions + lazy Stripe reconciliation (by @majdyz)
- **#13066** - Default CHAT_USE_OPENROUTER back to true for OR observability (by @majdyz)
- **#13024** - Re-land proxy streaming + medium-impact auth cleanup (by @0ubbe)
- **#13076** - Retry transient redis cluster errors internally + downgrade lock-blip noise (by @majdyz)
- **#13086** - Mandate find_block before refusal + suppress false empty-completion on retry (by @majdyz)
- **#13085** - Hide delete control on AutoGPT-managed credentials (by @majdyz)
- **#13090** - Suppress empty-completion overlay false positives (by @majdyz)
- **#13092** - Require Discord server managers for bot setup (by @Bentlybro)
- **#13056** - Close empty-completion gaps + add silence heartbeat (by @0ubbe)
- **#13093** - Default-off the subscription credit grant + dedup stripe events (by @majdyz)

### Performance Improvements
- **#13030** - Drop eager-include on notification batch reads (by @majdyz)
- **#13033** - Cut three top egress queries via aggregation + caps (by @majdyz)
- **#13038** - Metadata-only fetch for chat ownership checks (by @majdyz)
- **#13047** - Cap eager-loaded chat messages at 1000 most-recent (by @majdyz)

### Refactoring
- **#13027** - Use shared get_openai_client in tally extraction (by @majdyz)
- **#13035** - activity_status_generator calls OpenRouter directly (by @majdyz)
- **#13040** - Drop type-ignore on OpenRouter messages/tools via cast (by @majdyz)
- **#13042** - Ignore tmp/, screenshots/, test-screenshots/ scratch dirs (by @majdyz)
- **#13041** - Drop Anthropic auto-reroute through OpenRouter (by @majdyz)

### CI/CD
- **#13025** - Pin pnpm via pnpm/action-setup before setup-node (by @0ubbe)
- **#13026** - Pin pnpm via pnpm/action-setup in frontend CI (by @0ubbe)

### Testing
- **#13046** - Cover LD context shape with buildLDContext helper (by @majdyz)
- **#13098** - Add SSE streaming integration test infrastructure (by @0ubbe)

### Maintenance
- **#13068** - Sync master into dev (SECRT-2335 hotfix) (by @majdyz)

---

## 🎉 Thanks to Our Contributors!

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

- @omsharma0401
- @devareddy05

As well as our returning contributors:
- @0ubbe
- @Pwuts
- @majdyz
- @Torantulino
- @Bentlybro
- @ntindle
- @Abhi1992002

---

## 📥 How to Get This Update

To update to this version, run:

```bash
git pull origin autogpt-platform-beta-v0.6.60
```

Or download it directly from the  
[Releases page](https://github.com/Significant-Gravitas/AutoGPT/releases).

For a complete list of changes, see the [Full Changelog](https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.59...autogpt-platform-beta-v0.6.60).

---

## 📝 **Feedback and Issues**
If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!