github Yeachan-Heo/oh-my-claudecode v4.7.2
v4.7.2 - API Rate Limit Handling & Team Fixes

latest releases: v4.13.2, v4.13.1, v4.13.0...
one month ago

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 where no_credentials was misreported as [API err] on cache hits. (#1368, closes #1366)
  • fix(team): gemini worker interactive mode flag — Fixed Gemini CLI worker spawning by using -i flag instead of -p for 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 team command pattern. (#1361, closes #1359)

Issues Resolved

  • #1366[API err] persists when Usage API returns 429 (rate limited)
  • #1360 — gemini worker -i flag 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.2

Or reinstall the plugin:

claude /install-plugin oh-my-claudecode

Full Changelog: v4.7.1...v4.7.2

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.