mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-10 01:39:12 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| code_comment.go | ||
| code_search.go | ||
| code_search_test.go | ||
| comment_collector.go | ||
| definitions.go | ||
| file_find.go | ||
| file_read.go | ||
| file_read_diff.go | ||
| file_read_test.go | ||
| filereader.go | ||
| response_message.go | ||
| stub.go | ||