You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a PR receives review comments (human reviewers, bots, CI annotations), the loop leaves the app: notice the comment on github.com, copy the context into the agent's terminal, paste. Worker agents can't respond to live feedback at all.
Proposal
Poll review threads + issue comments for the worktree's PR; show a feed on the worktree with an unresolved-count badge in the sidebar.
"Send to agent": inject the comment — with file/line context — into the worktree's ACP chat session (chat:send) or agent terminal as a formatted prompt.
Optionally let the agent reply to / resolve the thread via the provider API, gated by the same per-workspace agent-permissions setting as the PR-lifecycle work.
Even with no agent involved this is valuable: review feedback appears next to the diff instead of in a browser tab.
Depends on: #138 (PR-lifecycle provider work). Part of the #134 orchestration story: workers keep their PRs moving in response to feedback without the user shuttling context.
Problem
When a PR receives review comments (human reviewers, bots, CI annotations), the loop leaves the app: notice the comment on github.com, copy the context into the agent's terminal, paste. Worker agents can't respond to live feedback at all.
Proposal
chat:send) or agent terminal as a formatted prompt.Even with no agent involved this is valuable: review feedback appears next to the diff instead of in a browser tab.
Depends on: #138 (PR-lifecycle provider work). Part of the #134 orchestration story: workers keep their PRs moving in response to feedback without the user shuttling context.