github open-gsd/gsd-core v1.4.2

6 hours ago

Install

npm i @opengsd/gsd-core@1.4.2
# or
npm i @opengsd/gsd-core@latest

What's Changed

A small patch on top of v1.4.1, fixing two orchestration/runtime bugs on Claude Code.

Fixed

  • /gsd-plan-phase, /gsd-execute-phase, and /gsd-autonomous no longer fail to spawn their sub-agents on Claude Code. These orchestrators carried context: fork, which runs them in a forked context that has no Agent tool — so they couldn't spawn the researcher/planner/checker/executor agents they depend on (manifesting as a top-level /gsd-plan-phase aborting at planner spawn on a false-negative Agent-availability check). context: fork is removed from the three spawning orchestrators (their effort: budget hint is preserved), and the plan-phase Agent-availability guard is now attempt-based — it tries the spawn and only falls back if the tool is genuinely absent, rather than guessing. (#921, #922 — PR #926)
  • The context monitor now echoes the invoking hook event name. It hardcoded hookEventName: "PostToolUse" even when invoked by the Stop / SubagentStop / PreCompact hooks, so Claude Code rejected its output with "expected Stop but got PostToolUse." It now reports the actual triggering event. (#925 — PR #927)

Full Changelog: v1.4.1...v1.4.2

Don't miss a new gsd-core release

NewReleases is sending notifications on new releases.