Change8

autogpt-platform-beta-v0.6.40

📦 autogpt
7 features🐛 13 fixes

Summary

Release v0.6.40 introduces significant new features like Onboarding backend completion and Builder search history, alongside numerous UI/UX enhancements and bug fixes, particularly around flow editing and integrations.

Migration Steps

  1. To update to this version, run: git pull origin autogpt-platform-beta-v{X.Y.Z}

✨ New Features

  • Backend completion of Onboarding tasks.
  • Builder search history implemented.
  • Improved Google Sheets/Drive integration with unified credentials.
  • Added Agent Output Demo field to marketplace submission form.
  • Added execution accuracy alert system.
  • Added many new spreadsheet blocks.
  • Added 4 new GitHub webhook trigger blocks.

🐛 Bug Fixes

  • Improved error message extraction in agent execution error handler.
  • Forwarded X-API-Key header through proxy.
  • Ensured node selection state is set before copying in context menu.
  • Prevented NodeHandle error when array schema items is undefined.
  • Fixed summary card layout.
  • Security upgrade next from 15.4.7 to 15.4.8.
  • Replaced print() statements with proper logging.
  • Marked ValueError as known block errors.
  • Passed credential type from SDK registry to integrations API.
  • Prevented file upload buttons from triggering form submission.
  • Synced flowVersion to URL when loading graph from Library.
  • Fixed trigger UX flows in v3 library.
  • Transitioned from empty tasks view on task init.