Skip to content

v0.2.1

Latest

Choose a tag to compare

@bguthrie bguthrie released this 01 May 15:36
· 4 commits to main since this release

Completes the /critique invocation fix from v0.2.0 by extending it to the remaining command shims.

Fixes

  • disable-model-invocation: true dropped from all remaining command shims. v0.2.0 only unblocked /critique. In practice the same friction hits any seamless handoff between phases — the model reaches for the SlashCommand tool when a skill's handoff says "invoke /" and the flag blocks it. The "on-rails" behavior the flag was meant to enforce comes from the skills' preflight and handoff logic, not from restricting the invocation channel, so letting the model invoke the shims directly costs nothing and unblocks the flow.