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
feat: add retry with exponential backoff in client.ts (DIS-143) (#37)
* feat: add retry with exponential backoff in client.ts (DIS-143)
Co-Authored-By: Chris K <ckorhonen@gmail.com>
* fix: cancel response body on retryable errors to prevent resource leak
Co-Authored-By: Chris K <ckorhonen@gmail.com>
* fix: create fresh AbortSignal per retry attempt to prevent stale timeout
Co-Authored-By: Chris K <ckorhonen@gmail.com>
* fix: address code review feedback (POST idempotency, SDK default, stream cancel safety)
Co-Authored-By: Chris K <ckorhonen@gmail.com>
* fix: add healthCommand mock to CLI error handler tests
The healthCommand was added to src/commands/index.ts via PR #35 but
these test files were not updated to include it in their mock.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments