mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-17 02:03:00 -05:00
Backend fixes: - Extract _create_streaming_response helper to deduplicate Response creation - Fix orphaned storage file when race condition occurs with overwrite=False - Fix soft-delete breaking unique path constraint by modifying path on delete - Normalize path prefixes in list_files/get_file_count with include_all_sessions - Remove unused exists() method from storage backend abstraction Frontend fixes: - Remove unnecessary transformUrl wrapper, use resolveWorkspaceUrl directly Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>