mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-08 22:05:08 -05:00
- Initialize synthetic_exec_id before try block instead of using locals() - Replace anti-pattern `if "var" in locals()` with proper `if var:` check - Add cleanup in credentials error path for consistency Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>