autogpt-platform-beta-v0.6.49

Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.49Feb 26, 2026by ntindle

AI Summary

Major release featuring MCP tool block with OAuth integration, new flow editor replacing legacy builder, Claude Agent SDK for CoPilot, and Telegram blocks. Includes significant streaming reliability improvements and parallel tool execution capabilities.

Key Highlights

  • MCP tool block with OAuth, tool discovery, and standard credential integration
  • Replace legacy builder with new flow editor
  • Claude Agent SDK integration for CoPilot
  • Add Telegram blocks for messaging
  • Execute parallel tool calls concurrently

New Features

  • MCP tool block with OAuth and tool discovery
  • New flow editor
  • Claude Agent SDK integration
  • Telegram blocks
  • Folder organization system for agents
  • Workspace file tools with context reconstruction
  • POST /graphs endpoint to external API
  • SuggestedGoalResponse for vague goals

Full Release Notes

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

**Date:** Feb 2026

---

## 🔥 What's New?

### New Features

- **#12011** - Add MCP tool block with OAuth, tool discovery, and standard credential integration (by @majdyz)
- **#12081** - Replace legacy builder with new flow editor (by @Abhi1992002)
- **#12073** - Store sandbox files to workspace (by @ntindle)
- **#12102** - Add feature request tools for CoPilot chat (by @Swiftyos)
- **#12103** - Claude Agent SDK integration for CoPilot (by @majdyz)
- **#12057** - Copilot Executor Microservice (by @Pwuts)
- **#12139** - Add SuggestedGoalResponse for vague/unachievable goals (by @majdyz)
- **#12164** - Workspace file tools, context reconstruction, transcript upload protection (by @majdyz)
- **#12101** - Implement folder organization system for agents (by @Abhi1992002)
- **#12141** - Add Telegram blocks (by @kcze)
- **#12208** - Add `POST /graphs` endpoint to external API (by @Pwuts)
- **#12147** - Wait for agent execution completion (by @Otto-AGPT)

### Enhancements

- **#12105** - Enhance list concatenation with advanced operations (by @aviu16)
- **#12108** - Enable WebSearch, block WebFetch, consolidate tool constants (by @majdyz)
- **#12117** - Improve create/edit copilot UX (by @0ubbe)
- **#12112** - Add delete chat session endpoint and UI (by @Otto-AGPT)
- **#12159** - SDK tool output, transcript resume, stream reconnection, GenericTool UI (by @majdyz)
- **#12165** - Execute parallel tool calls concurrently (by @Otto-AGPT)
- **#12171** - Wire up stop button to cancel executor tasks (by @majdyz)
- **#12119** - Pre-populate CoPilotUnderstanding from Tally form on signup (by @Swiftyos)
- **#11806** - Update new builder search (by @kcze)
- **#12216** - Add fpdf2 dependency for PDF operations in copilot executor (by @Otto-AGPT)

### UI/UX Improvements

- **#12087** - Add exact timestamp tooltip on run timestamps (by @0ubbe)
- **#12094** - Improve CoPilot chat table styling (by @0ubbe)
- **#12152** - Replace advanced switch with chevron on builder nodes (by @Otto-AGPT)
- **#12154** - Make chat spinner centred when loading (by @0ubbe)
- **#12160** - Switch minigame to snake (by @0ubbe)
- **#12168** - Make CoPilot todo/task list card expanded by default (by @Otto-AGPT)
- **#12194** - Always-visible credentials, inputs, and login prompts (by @0ubbe)
- **#12204** - Show clarification and agent-saved cards without accordion (by @0ubbe)
- **#12123** - Improve UX for expired or duplicate password reset links (by @Bentlybro)
- **#12166** - Handle workspace:// URLs in regular markdown links (by @ntindle)
- **#12083** - Show X button on edge line hover, not just button hover (by @Otto-AGPT)

### Bug Fixes

- **#12060** - Add min-width-0 to ContentCard to prevent overflow (by @Abhi1992002)
- **#12063** - API stream issues leaking into prompt (by @0ubbe)
- **#12062** - Merge split assistant messages to prevent Anthropic API errors (by @majdyz)
- **#12091** - Remove fixed min-height from CoPilot message container (by @Otto-AGPT)
- **#12092** - Remove default expiration date from API key credentials form (by @Abhi1992002)
- **#12070** - Stream timeout, long-running tool polling, and CreateAgent UI refresh (by @0ubbe)
- **#12086** - Suppress cross-origin stylesheet security error (by @0ubbe)
- **#12100** - Disable PrintToConsoleBlock (by @Bentlybro)
- **#12048** - Handle errors in Jina ExtractWebsiteContentBlock (by @Deeven-Seru)
- **#11955** - Prevent node drag when selecting text in object editor key input (by @Abhi1992002)
- **#12124** - Update stale Poetry usage in Dockerfile (by @Pwuts)
- **#12143** - Rename LINEAR_API_KEY to COPILOT_LINEAR_API_KEY to prevent global access (by @Swiftyos)
- **#12144** - Use singleton Shiki highlighter for code syntax highlighting (by @Bentlybro)
- **#12148** - Route workspace through db_accessors, fix transcript upload (by @Otto-AGPT)
- **#12153** - Clean up GCSWorkspaceStorage per worker (by @Otto-AGPT)
- **#12155** - Remove description from feature request search, add PII prevention (by @Otto-AGPT)
- **#12156** - Fix flaky e2e tests (by @0ubbe)
- **#12167** - Prevent background agent stalls and context hallucination (by @majdyz)
- **#12173** - SDK streaming reliability, parallel tools, incremental saves, frontend reconnection (by @majdyz)
- **#12175** - Remove stream timeout, add error propagation to frontend (by @majdyz)
- **#12177** - Collision detection, session locking, and sync for concurrent message saves (by @Otto-AGPT)
- **#12191** - Fix stuck sessions, stop button, and StreamFinish reliability (by @majdyz)
- **#12190** - Workspace file listing fix (by @majdyz)
- **#12202** - Fix null credits TypeError on /copilot (by @Otto-AGPT)
- **#12205** - Error handling, stream reconnection, and chat switching (by @majdyz)
- **#12209** - Fix Streamdown link safety modal and add origin check (by @Otto-AGPT)
- **#12138** - Handle 'all' keyword in find_library_agent tool (by @Otto-AGPT)
- **#12215** - Inject working directory into SDK prompt + workspace download links (by @majdyz)

### Documentation

- **#12069** - Clarify HumanInTheLoop output descriptions for agent builder (by @Otto-AGPT)
- **#12161** - Add mandatory pre-completion checks to CLAUDE.md (by @0ubbe)
- **#12120** - Add Podman compatibility warning (by @Bentlybro)

### Dependencies & Maintenance

- **#12068** - Reduce circular imports (by @Pwuts)
- **#12020** - Optimize find_block response size by removing raw JSON schemas (by @Swiftyos)
- **#12056** - Bump the production-dependencies group across 1 directory with 4 updates (by @dependabot[bot])
- **#12090** - Speed up E2E test job (by @Pwuts)
- **#12097** - Apply E2E CI optimizations to Claude workflows (by @Otto-AGPT)
- **#12033** - Bump github/codeql-action from 3 to 4 (by @dependabot[bot])
- **#12104** - Add PR overlap detection & alert (by @Otto-AGPT)
- **#12106** - Update comments instead of creating new ones (by @Otto-AGPT)
- **#12088** - Remove OldAgentLibraryView and NEW_AGENT_RUNS flag (by @0ubbe)
- **#12118** - Upgrade RabbitMQ from 3.12 (EOL) to 4.1.4 (by @Otto-AGPT)
- **#12136** - Replace legacy delete dialog with molecules/Dialog (by @Otto-AGPT)
- **#12082** - Remove old builder code and monitoring components (by @Abhi1992002)

### Debug Improvements

- **#11942** - Add detailed API error logging (by @Otto-AGPT)

---

## 🎉 Thanks to Our Contributors!

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

- @Deeven-Seru
- @aviu16

As well as our returning contributors:
- @Abhi1992002
- @0ubbe
- @Otto-AGPT
- @majdyz
- @Pwuts
- @ntindle
- @Swiftyos
- @Bentlybro
- @kcze
- @dependabot[bot]

---

## 📥 How to Get This Update

To update to this version, run:

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

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.48...autogpt-platform-beta-v0.6.49).

---

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