autogpt-platform-beta-v0.6.15

Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.15Jul 8, 2025by ntindle

AI Summary

The platform gains context-window aware prompting, KV data storage blocks, and support for Perplexity Sonar models, alongside enhancements to graph execution reliability and data manipulation capabilities.

Key Highlights

  • Context-window aware prompt compaction for LLM and SmartDecision blocks
  • KV data storage blocks implementation
  • Perplexity Sonar models support
  • Batching support for CreateListBlock based on token count

New Features

  • Enriching email feature for SearchPeopleBlock and GetPersonDetailBlock
  • Context-window aware prompt compaction
  • KV data storage blocks
  • Perplexity Sonar models
  • Data manipulation blocks and refactor basic.py
  • Host-scoped credentials support for blocks
  • Stop graph execution reliability improvements
  • Mem0 blocks filtering enhancements

Full Release Notes

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

**Date:** Jul 2025

---

## 🔥 What's New?

### New Features
- **#10251** - Add enriching email feature for SearchPeopleBlock & introduce GetPersonDetailBlock (by @majdyz)
- **#10252** - Introduce context-window aware prompt compaction for LLM & SmartDecision blocks (by @majdyz)
- **#10257** - Improve CreateListBlock to support batching based on token count (by @majdyz)
- **#10294** - Implement KV data storage blocks (by @majdyz)
- **#10326** - Add Perplexity Sonar models (by @Torantulino)
- **#10261** - Add data manipulation blocks and refactor basic.py (by @Torantulino)
- **#9931** - Add more Revid.ai media generation blocks (by @Torantulino)

### Enhancements
- **#10215** - Add Host-scoped credentials support for blocks HTTP requests (by @majdyz)
- **#10246** - Add Scheduling UX improvements (by @Pwuts)
- **#10218** - Hide action buttons on triggered graphs (by @Pwuts)
- **#10283** - Support aiohttp.BasicAuth in `make_request` (by @seer-by-sentry)
- **#10293** - Improve stop graph execution reliability (by @majdyz)
- **#10287** - Enhance Mem0 blocks filtering & add more GoogleSheets blocks (by @majdyz)
- **#10304** - Add plural outputs where blocks yield singular values in loops (by @Torantulino)

### UI/UX Improvements
- **#10244** - Add Badge component (by @0ubbe)
- **#10254** - Add dialog component (by @0ubbe)
- **#10253** - Design system feedback improvements (by @0ubbe)
- **#10265** - Update data fetching strategy and restructure dashboard page (by @Abhi1992002)

### Bug Fixes
- **#10256** - Restore `GithubReadPullRequestBlock` diff output (by @Pwuts)
- **#10258** - Convert pyclamd to aioclamd for anti-virus scan concurrency improvement (by @majdyz)
- **#10260** - Avoid swallowing exception on graph execution failure (by @majdyz)
- **#10288** - Fix onboarding runtime error (by @0ubbe)
- **#10301** - Include subgraphs in `get_library_agent` (by @Pwuts)
- **#10311** - Fix agent run details view (by @0ubbe)
- **#10325** - Add auto-type conversion support for optional types (by @majdyz)

### Documentation
- **#10202** - Add OAuth security boundary docs (by @ntindle)
- **#10268** - Update README.md to show how new data fetching works (by @Abhi1992002)

### Dependencies & Maintenance
- **#10249** - Bump development-dependencies group (by @dependabot)
- **#10277** - Bump development-dependencies group in frontend (by @dependabot)
- **#10286** - Optimize frontend CI with shared setup job (by @souhailaS)
- **#9912** - Add initial setup scripts for linux and windows (by @Bentlybro)

---

## 🎉 Thanks to Our Contributors!

A huge thank you to everyone who contributed to this release. Special welcome to our new contributor:

- @souhailaS

And thanks to our returning contributors:
- @0ubbe
- @Abhi1992002
- @ntindle
- @majdyz
- @Torantulino
- @Pwuts
- @Bentlybro
- @seer-by-sentry

---

## 📥 How to Get This Update

To update to this version, run:

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

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.14...autogpt-platform-beta-v0.6.15).

---

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