Change8

autogpt-platform-beta-v0.6.43

📦 autogptView on GitHub →
21 features🐛 10 fixes🔧 6 symbols

Summary

This release introduces significant enhancements to search capabilities, including hybrid search and chat search tools, alongside new UI features like an interactive tutorial and an LLM Picker. Numerous stability improvements were made across backend services, tracing, and UI components.

✨ New Features

  • Add interactive tutorial for the new builder interface (#11458).
  • Add hybrid search for store listings, docs and blocks (#11721).
  • Add unified hybrid search with embedding backfill for all content types (#11767).
  • Extract backend copilot/chat enhancements from hackathon (#11719).
  • Extract frontend changes from hackathon/copilot branch (#11717).
  • Add chat search tools and BM25 reranking (#11782).
  • Add agent generator tools for chat copilot (#11781).
  • Add block documentation auto-generation system (#11707).
  • Add explicit safe mode toggles for HITL and sensitive actions (#11756).
  • New LLM Picker UI (#11726).
  • Add ConcatenateListsBlock (#11567).
  • Hide children of connected array and object fields (#11770).
  • Add special rendering for NOTE UI type in FieldTemplate (#11771).
  • Improve graph validation error handling and node navigation (#11779).
  • Improve GoogleDrivePickerField with input mode support and array field spacing (#11780).
  • Enhance RunGraph and RunInputDialog components with loading states and improved UI (#11808).
  • Add missed default credentials (#11760).
  • Add endedAt field and fix execution analytics timestamps (#11759).
  • Improve Langfuse tracing with v3 SDK patterns and @observe decorators (#11803).
  • Agent credentials improvements (#11763).
  • Refactor credentials input with unified CredentialsGroupedView component (#11801).

🐛 Bug Fixes

  • Centralize increment_runs calls & make add_graph_execution more robust (#11764).
  • Improve history tracking and error handling (#11786).
  • Make Redis connection lazy in cache module (#11775).
  • Fix flaky agent-activity tests by targeting correct agent (#11790).
  • Make chat credentials type selection deterministic (#11795).
  • Use explicit schema qualification for pgvector types (#11805).
  • Handle null values in GraphSettings validation (#11812).
  • Auto-select credentials correctly in old builder (#11815).
  • Make Redis event bus gracefully handle connection failures (#11817).
  • Use unqualified vector type for pgvector queries (#11818).

Affected Symbols