Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.132 Home All releases olderv2.1.131 v2.1.133newer

Goal Command [In Development]

What

A new /goal command is being prepared to set a session-scoped stopping condition so Claude keeps working until a stated goal is met.

Status

Disabled/stubbed

Details
  • The implementation adds /goal <condition>, /goal clear, status rendering, and a session-scoped Stop hook.
  • Goal state records the condition, iteration count, and set time.
  • The command currently has isEnabled: () => !1, so users cannot invoke it in this build.
  • The existing /loops UI can see and manipulate related Stop-hook entries, but /goal itself remains unavailable.
Evidence

Disabled goal command implementation (search for "Set a goal — keep working until the condition is met" and "No goal set. Usage: /goal <condition>")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.132 →