mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-11 23:35:25 -05:00
Replace the hardcoded /output directory approach with timestamp-based file extraction (matching ClaudeCodeBlock's pattern). This removes the need to create a special directory and captures any files created or modified during execution in /home/user. Also fixes a potential UnboundLocalError in sandbox_files.py where data_uri could be referenced in the except block before assignment, and moves base64/mimetypes to top-level imports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>