Why is there no more tracking comment for v1 agent mode (e.g., automatic PR review?) #491
-
|
I noticed that after migrating to v1, the new agent mode no longer automatically creates an initial claude comment for tracking. When digging through the code, it seems to have been an explicit decision to skip a tracking comment. Why? The main use case we are using the agent mode for is for performing an automatic PR review as soon as a PR is created. It seems like this case would certainly benefit from a tracking comment. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
Same question here |
Beta Was this translation helpful? Give feedback.
-
|
If we could have a flag to opt out or in for the tracking comment. It would be great! |
Beta Was this translation helpful? Give feedback.
-
|
See: https://github.com/anthropics/claude-code-action/pull/505/files#diff-30342f56b15297eebb791e16a492e70c6a2fcde5b73a2ccddcfce963154a4f1aR510 (I have stumbled upon while looking at PRs) |
Beta Was this translation helpful? Give feedback.
-
|
We just merged #506 in. This enables users to provide Example workflow here (https://github.com/km-anthropic/claude-code-action/blob/main/.github/workflows/claude-review.yml) but should be a minor change into your existing ones. |
Beta Was this translation helpful? Give feedback.
We just merged #506 in. This enables users to provide
track_progres: truein the workflow file to forward to tag mode.Example workflow here (https://github.com/km-anthropic/claude-code-action/blob/main/.github/workflows/claude-review.yml) but should be a minor change into your existing ones.