open-code-review/internal
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 feat: add review filter to remove provably incorrect comments after subtask 2026-06-09 20:41:42 +08:00
config feat: add review filter to remove provably incorrect comments after subtask 2026-06-09 20:41:42 +08:00
diff fix: force standard diff prefixes to prevent diff.noprefix/mnemonicPrefix from breaking parsing (#82) 2026-06-09 18:08:11 +08:00
gitcmd perf(tool): stream file reads line-by-line to avoid full-file memory allocation 2026-06-06 20:59:05 +08:00
llm fix: handle previously swallowed json.Unmarshal errors (#78) 2026-06-08 21:03:00 +08:00
model feat: init 2026-05-20 22:03:52 +08:00
release fix(build): improve Windows support based on PR #13 review feedback 2026-06-02 22:37:27 +08:00
session feat: add review filter to remove provably incorrect comments after subtask 2026-06-09 20:41:42 +08:00
stdout style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
suggestdiff feat: init 2026-05-20 22:03:52 +08:00
telemetry feat(llm): enable Anthropic prompt caching and fix token accounting 2026-06-06 19:26:34 +08:00
tool feat: add review filter to remove provably incorrect comments after subtask 2026-06-09 20:41:42 +08:00
viewer fix(viewer): use real API token usage in session page instead of tiktoken estimates 2026-06-06 21:17:47 +08:00