Change8

autogpt-platform-beta-v0.6.23

📦 autogpt
10 features🐛 12 fixes🔧 3 symbols

Summary

Release v0.6.23 introduces several new features, including Enrichlayer integration and support for v0 by Vercel models, alongside numerous bug fixes addressing deadlocks, race conditions, and executor logic.

Migration Steps

  1. To update to this version, run: git pull origin autogpt-platform-beta-v0.6.23

✨ New Features

  • Update settings form (#10628)
  • Add frontend service to docker-compose with env config improvements (#10615)
  • Streamline Supabase to minimal essential services (#10639)
  • Add Enrichlayer integration (#9924)
  • Add support for v0 by Vercel models and credentials (#10641)
  • Implement LaunchDarkly feature flag for block menu redesign (#10667)
  • Add Line Tabs component (#10674)
  • Add reusable component for new block menu (#10687)
  • New library agent view setup (#10652)
  • Enable editing for agent submissions (#10545)

🐛 Bug Fixes

  • Remove uvicorn log config to prevent startup deadlock (#10638)
  • Update and fix weekly summary email (#10343)
  • Remove console.log (#10649)
  • Fix admin dashboard credit tool search, pagination, and modal feedback issues (#10644)
  • Fix RabbitMQ channel retry logic in executor (#10661)
  • Reduce scheduler max_workers to match database pool size (#10665)
  • Fix propagation of passed-in credentials to sub-agents (#10668)
  • Prevent double-application of transactions due to race condition (#10672)
  • Prevent unnecessary saves before run (#10670)
  • Fix FirecrawlExtractBlock returns 400 Invalid JSON schema issue (#10669)
  • Fix agent activity cap (#10675)
  • Fix flaky e2e tests (#10689)

🔧 Affected Symbols

uvicornRabbitMQFirecrawlExtractBlock