Change8

autogpt-platform-beta-v0.6.46

📦 autogptView on GitHub →
6 features🐛 14 fixes1 deprecations🔧 1 symbols

Summary

This release introduces significant new features like User Workspace persistence and Whisper-based speech-to-text for CoPilot. It also includes numerous bug fixes, dependency maintenance, and the removal of the deprecated Claude 3.7 Sonnet model.

Migration Steps

  1. If using Claude 3.7 Sonnet, update model configuration as it has been removed.

✨ New Features

  • Added User Workspace for persistent CoPilot file storage (#11867).
  • Implemented Copilot speech to text via Whisper model (#11871).
  • Added library agent fetching with two-phase search for sub-agent support (#11889).
  • Covered webhook ingress URL route (#11747).
  • Added Redis-based SSE reconnection for long-running CoPilot operations (#11877).
  • Added customize_agent tool for marketplace templates (#11943).

🐛 Bug Fixes

  • Fixed copilot redirects flags (#11878).
  • Made E2E test data deterministic and fixed flaky tests (#11890).
  • Removed double flag check on homepage redirect (#11894).
  • Used server redirect (#11900).
  • Fixed LD remount (#11903).
  • Fixed home redirect (3) (#11904).
  • Filtered credentials for graph execution by scopes (#11881).
  • Included input schema in discovery and validated unknown fields (#11916).
  • Used discriminator for credential matching in run_block (#11908).
  • Included graph schemas for marketplace agents in Agent Generator (#11920).
  • Used messages_dict in fallback context compaction (#11922).
  • Prevented leaking Redis connections in `ws_api` (#11869).
  • Routed db calls through DatabaseManager in scheduler (#11941).
  • Prevented reflected XSS in OAuth callback route (#11963).

Affected Symbols

⚡ Deprecations

  • Removed deprecated Claude 3.7 Sonnet model. Migration and defensive handling were implemented.