Feat: 实现 agent 与 human 在 PR 中的交互 #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
实现 agent 与 human 在 PR 中的交互:agent-manager 除了监控 issues 的状态,还应该能够监控自己为了某个 issue 提出的 PR,当 human 在对这个 PR 有什么 comments(而不是直接判断合理选择了 merge 时),agent-manager 应该能够监控到这个状态,然后继续使用相同的 agent (codex) session 继续处理这个 PR,修改以满足人类的 comment,提出新的 commit(s) 进行更新
关联 PR #6 已合并,agent-manager 自动关闭该 issue。