The activity log repeated the BEGIN_PR_DESCRIPTION block that is already shown as the PR description (e.g. homelab PR #117). This strips it from the reasoning trail and drops a now-empty entry. Verified with a sample event stream.
The activity log repeated the BEGIN_PR_DESCRIPTION block that is already shown as the PR description (e.g. homelab PR #117). This strips it from the reasoning trail and drops a now-empty entry. Verified with a sample event stream.
The 'tool calls & reasoning' activity log dumped each text part verbatim, including the agent's
BEGIN_PR_DESCRIPTION..END_PR_DESCRIPTION block — which is already published as the PR description, so
it appeared twice (e.g. homelab PR #117). Strip that block from text parts, and drop a text entry
that becomes empty after stripping.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Batches the remaining comment-noise cleanups on top of the activity-log fix:
- Resume comment no longer re-posts the full PR description (## Summary/## Changes) — the PR body and
diff already carry it; the comment just links the PR (the reasoning trail shows what the run did).
- Strip a leading self-header the model sometimes emits ("🤖 **@pm**" on its own line, sometimes
twice) before we prepend our own, so headers aren't doubled.
- Also drop the BEGIN_PR_DESCRIPTION block from the plain reply text, and simplify the activity
block's summary (it repeated "🤖 **@name** — activity log").
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The activity log repeated the BEGIN_PR_DESCRIPTION block that is already shown as the PR description (e.g. homelab PR #117). This strips it from the reasoning trail and drops a now-empty entry. Verified with a sample event stream.
Batches the remaining comment-noise cleanups on top of the activity-log fix: - Resume comment no longer re-posts the full PR description (## Summary/## Changes) — the PR body and diff already carry it; the comment just links the PR (the reasoning trail shows what the run did). - Strip a leading self-header the model sometimes emits ("🤖 **@pm**" on its own line, sometimes twice) before we prepend our own, so headers aren't doubled. - Also drop the BEGIN_PR_DESCRIPTION block from the plain reply text, and simplify the activity block's summary (it repeated "🤖 **@name** — activity log"). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>