No description
Find a file
Bin-Home 0209be28fa feat: retry with exponential backoff on rate limit (429)
Both httpSSE (streaming) and httpJson now automatically retry up to 4
times when the provider responds with 429. Delays: 5s → 10s → 20s → 40s,
capped at 60s; respects Retry-After header when present.

Also fixes the agent loop to treat an AbortError during retry sleep as a
clean cancellation (stopped) rather than an error.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-04-23 14:30:37 +08:00
docs/superpowers docs: cursor/document chat UI redesign spec 2026-04-23 09:36:17 +08:00
src feat: retry with exponential backoff on rate limit (429) 2026-04-23 14:30:37 +08:00
tests feat: v1.1 follow-ups 2026-04-22 21:04:43 +08:00
.gitignore chore: project scaffolding 2026-04-22 20:17:16 +08:00
esbuild.config.mjs fix: output styles.css so Obsidian loads component CSS 2026-04-23 10:50:42 +08:00
main.css build: update bundle with pinned New conversation button 2026-04-23 10:28:27 +08:00
main.js feat: retry with exponential backoff on rate limit (429) 2026-04-23 14:30:37 +08:00
manifest.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
package-lock.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
package.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
styles.css fix: output styles.css so Obsidian loads component CSS 2026-04-23 10:50:42 +08:00
tsconfig.json chore: project scaffolding 2026-04-22 20:17:16 +08:00
vitest.config.ts chore: project scaffolding 2026-04-22 20:17:16 +08:00