Change8

autogpt-platform-beta-v0.6.2

📦 autogptView on GitHub →
9 features🐛 7 fixes

Summary

Release v0.6.2 introduces significant new features like real-time execution updates, a generic webhook block, and support for new Llama models. This version also includes various bug fixes and dependency upgrades.

Migration Steps

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

✨ New Features

  • Make agent store data publicly accessible by non-authenticated users (#9710).
  • Implement real-time execution updates for platform/library (#9695).
  • Implement UI for Agent Input subtypes (#9700).
  • Add a generic webhook block (#9584).
  • Add real-time "Steps" count to agent run view (#9740).
  • Add "Open in builder" run action (#9755).
  • Baseline sentry logging implementation (#9756).
  • Add advanced block search with relevance ranking (#9711).
  • Add new llama 4 maverick & scout models (#9788).

🐛 Bug Fixes

  • Fixes to allow formatting and tests to work from sub command (#9703).
  • Sort agents by last edited date in publish dialog (#9724).
  • Cleanup service on service closure (#9735).
  • Handle notification service errors more elegantly (#9734).
  • Fix bad handling on error prompts (#9754).
  • Fix ProviderName behavior when loading secrets (#9764).
  • Fix block I/O value sharing (#9793).