github Yeachan-Heo/oh-my-claudecode v4.1.11
v4.1.11: The Big Fix Release

latest releases: v4.10.2, v4.10.1, v4.10.0...
one month ago

The Big Fix Release

This release resolves 12 open issues in a single coordinated effort, fixing HUD rendering bugs, improving Windows compatibility, and restoring MCP agent role discovery.

63 files changed, 659 insertions, 188 deletions across 12 PRs (#534-#545)

Critical Fix

  • MCP agent roles broken in CJS bundles (#545): esbuild replaces import.meta with {} when bundling to CJS format, causing all agent_role values to be rejected. Fixed by falling back to __dirname in CJS context.

Added

  • CLI setup command (#498): omc setup with --force, --quiet, --skip-hooks flags
  • Configurable budget thresholds (#531): HUD budget warning/critical thresholds now configurable via HudThresholds
  • Model version verbosity (#500): formatModelName() supports short/versioned/full formats, removed model: prefix
  • Open questions standardization (#514): Agents direct questions to .omc/plans/open-questions.md

Fixed

  • Context bar missing suffixes (#532): Bar mode now shows COMPRESS? and CRITICAL text hints
  • Opus rate limit not parsed (#529): HUD reads seven_day_opus from usage API
  • Session duration reset (#528): Session start persisted per session ID
  • Wrong version in startup hook (#516): Reads OMC's own package.json version
  • Agent type code collisions (#530): 2-char codes for disambiguation (Qr, Qs, Pm, Ia)
  • Ralph ignores Team cancellation (#533): Ralph exits on cancelled phase, removed double iteration increment
  • Hooks fail on Windows (#524): pathToFileURL() for dynamic imports + suppressOutput: true

Install / Update

npm install -g oh-my-claude-sisyphus@latest

Or update via Claude Code plugin marketplace.

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

NewReleases is sending notifications on new releases.