No description
Find a file
Bin-Home 5ee4ac4efc fix: parse provider error JSON for cleaner rate-limit messages
Zhipu (and other providers) return JSON bodies on 429. Extract the
human-readable .error.message instead of dumping raw JSON to the user.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-04-23 11:40:30 +08:00
docs/superpowers docs: cursor/document chat UI redesign spec 2026-04-23 09:36:17 +08:00
src fix: parse provider error JSON for cleaner rate-limit messages 2026-04-23 11:40:30 +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 fix: parse provider error JSON for cleaner rate-limit messages 2026-04-23 11:40:30 +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