github Yeachan-Heo/oh-my-claudecode v3.8.3
v3.8.3 - SDK Consistency Fixes

latest releases: v4.14.0, v4.13.7, v4.13.6...
3 months ago

SDK Consistency Fixes

Aligns OMC hooks with official Claude Code SDK documentation.

Changes

  • post-tool-use.mjs: Use tool_name/tool_response (official snake_case fields) with legacy fallback
  • post-tool-use.mjs: Add type-safe handling for tool_response objects (prevents TypeError on .includes())
  • persistent-mode.mjs: Use { decision: "block", reason } for blocking Stop hook outputs (4 locations)
  • stop-continuation.mjs: Use { decision: "block", reason } for blocking Stop hook output (1 location)
  • Non-blocking outputs { continue: true } remain unchanged (valid common field)

Full Changelog

v3.8.2...v3.8.3

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

NewReleases is sending notifications on new releases.