What's wrong with this entry?
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.
/autofix-pr- 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-prand/v1/code/github/unsubscribe-pr - Tracks telemetry events:
tengu_autofix_pr_started,tengu_autofix_pr_result(success/failed/cancelled) - Requires
allow_remote_sessionspolicy 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})"
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.