You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(llm): give SimpleCall the same retry/backoff as the main loop
SimpleCall did a single http.Do with no retry, so any transient 429/5xx or
network blip aborted the best-effort secondary features that use it (skill
matching, memory summaries, episode extraction, session titles), while the
main agent Call retried. Extract the retry loop into postChatWithRetry and
route both through it.
Test: SimpleCall now succeeds after two 429s (3 attempts).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments