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.94 Home All releases olderv2.1.92 v2.1.96newer
Claude Code v2.1.94

Autofix PR — Full Implementation

What

The autofix-pr command has been upgraded from a registered task name to a fully implemented feature with a React-based UI, PR validation, and remote session management.

Usage
/autofix-pr
Details
  • Spawns a remote Claude Code session that monitors the current PR for CI failures and review comments, then pushes fixes directly
  • Validates PR eligibility: checks the current branch is not the default branch, verifies a remote is set, and detects an open PR via gh pr view
  • Warns if there are unpushed local commits: "WARNING: You have unpushed local commits, run git push so the remote session sees them"
  • Communicates with the bridge API at /v1/code/github/subscribe-pr and /v1/code/github/unsubscribe-pr
  • Tracks telemetry events: tengu_autofix_pr_started, tengu_autofix_pr_result (success/failed/cancelled)
  • Requires allow_remote_sessions policy to be enabled
  • Shows progress UI: "Detecting open PR for current branch…", "Spawning remote Claude Code session…", "Spawned remote autofix PR session on {host} (PR #{number})"
Evidence

Autofix PR component (search for "Autofix PR", "Detecting open PR for current branch", "subscribe-pr")

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.94 →