Files
AutoGPT/docs/integrations/block-integrations
Nicholas Tindle 1026f437a9 fix: Use timestamp-based file extraction instead of /output directory
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>
2026-02-11 15:46:57 -06:00
..