mirror of
https://github.com/binhong87/obsidian-note-agent.git
synced 2026-07-22 06:52:10 +00:00
No description
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> |
||
|---|---|---|
| docs/superpowers | ||
| src | ||
| tests | ||
| .gitignore | ||
| esbuild.config.mjs | ||
| main.css | ||
| main.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| tsconfig.json | ||
| vitest.config.ts | ||