open-code-review/internal/agent
kite 01c9c85456 feat: add review filter to remove provably incorrect comments after subtask
- Add REVIEW_FILTER_TASK template and LLM conversation config
- Implement executeReviewFilter to post-process comments per file
- Add CommentsForPath and RemoveByPathAndIndices to CommentCollector
- Apply timeout from template config to review filter LLM call
- Await CommentWorkerPool before running filter to prevent race condition
- Include raw response preview in filter JSON parse error logs
2026-06-09 20:41:42 +08:00
..
agent.go feat: add review filter to remove provably incorrect comments after subtask 2026-06-09 20:41:42 +08:00
preview.go feat(tool): add global git subprocess concurrency limiter and propagate context.Context to diff layer 2026-06-06 20:20:34 +08:00
preview_test.go fix: skip binary review (#28) 2026-06-03 18:01:30 +08:00
template_test.go fix(agent): stop leaking {{plan_guidance}} into MAIN_TASK prompts (#33) 2026-06-04 14:11:31 +08:00