mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-18 10:41:49 -05:00
- get_or_create_user now returns (User, is_new) tuple; Tally background task only fires for newly created users - All callers updated to unpack the new return shape - extract_business_understanding: add asyncio.wait_for timeout (30s), catch TimeoutError and JSONDecodeError - _refresh_cache: fall back to full fetch when last_fetch exists but cached index is missing - _fetch_all_submissions: add max_pages safety cap (100) to prevent infinite pagination loops - populate_understanding_from_tally: mask emails in all log statements via _mask_email helper Co-Authored-By: Claude <noreply@anthropic.com>