Change8

autogpt-platform-beta-v0.6.13

📦 autogpt
6 features🐛 7 fixes

Summary

Release v0.6.13 introduces significant enhancements to the execution engine, including async-first design and depth-first ordering, alongside new features like Google Sign-in and AI/ML API support. This version also resolves several critical bugs related to password reset and UI state.

Migration Steps

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

✨ New Features

  • Added Google Sign-in support (#10117).
  • Improved execution ordering to allow depth-first execution (#10142).
  • Added AI/ML API support to LLM blocks (#9996).
  • Enhanced security module implementation (#10123).
  • Made execution engine async-first (#10138).
  • Added request retry on block execution and RPC (#10183).

🐛 Bug Fixes

  • Resolved perpetual loading state on password reset (#10103).
  • Fixed password reset link using FRONTEND_BASE_URL (#10102).
  • Fixed hydration warning (#10120).
  • Fixed cookies console warnings (#10124).
  • Fixed account menu showing after logout (#10143).
  • Fixed execution UI update issues (#10149).
  • Skip invalid graphs when listing in block menu (#10159).