Changes
Patch release fixing persistent [API err] from 429 rate limiting, team worker stability, and harsh-critic improvements.
Bug Fixes
- fix(hud): handle 429 rate limit responses in Usage API — The HUD now distinguishes HTTP 429 from other errors: serves stale cached data when available, applies exponential backoff (2m→4m→8m→10m cap) instead of the 15s retry loop, and shows a dimmed
[API 429]indicator instead of the alarming yellow[API err]. Also fixes a cache bug whereno_credentialswas misreported as[API err]on cache hits. (#1368, closes #1366) - fix(team): gemini worker interactive mode flag — Fixed Gemini CLI worker spawning by using
-iflag instead of-pfor interactive mode. (#1367) - fix(team): remove -i flag from gemini worker launch args — Cleaned up redundant flags in gemini worker configuration. (#1362)
Features
- feat(harsh-critic): add Realist Check phase — Added severity calibration phase to harsh-critic agent for more balanced and actionable reviews. (#1365)
Docs
- docs(ko): align Team CLI docs with canonical omc team route — Updated Korean documentation to match the CLI-first
omc teamcommand pattern. (#1361, closes #1359)
Issues Resolved
- #1366 —
[API err]persists when Usage API returns 429 (rate limited) - #1360 — gemini worker
-iflag requires prompt string argument - #1359 — README.ko inconsistent with CLI-first omc team docs
Install / Update
npm install -g oh-my-claude-sisyphus@4.7.2Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: v4.7.1...v4.7.2