open-code-review/internal/tool
时勇勇 c3918923a6
fix: honor per-file review terminal states (#582)
Treat FAILED and missing completion as review failures, and retry
invalid task_done states instead of accepting them as success.

Keep partial scan output and session history aligned with those states.

Co-authored-by: 4-1-1 <4401981+4-1-1@users.noreply.github.com>
Co-authored-by: kite <254839944+lizhengfeng101@users.noreply.github.com>
2026-07-31 14:32:30 +08:00
..
code_comment.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
code_comment_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
code_search.go fix(tool): reject traversal pathspecs in code_search (#303) 2026-07-09 13:45:24 +08:00
code_search_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
comment_collector.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
comment_collector_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
definitions.go feat: add standard MCP tool support (#212) 2026-07-01 19:10:16 +08:00
definitions_test.go feat: add standard MCP tool support (#212) 2026-07-01 19:10:16 +08:00
file_find.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
file_find_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
file_read.go perf(tool): stream file reads line-by-line to avoid full-file memory allocation 2026-06-06 20:59:05 +08:00
file_read_diff.go fix(tool): make Registry and DiffMap concurrency-safe via freeze semantics 2026-06-06 19:41:11 +08:00
file_read_diff_test.go test: add unit tests for pure logic functions across 6 packages 2026-06-26 22:41:35 +08:00
file_read_test.go test: improve coverage for tool package from 79.5% to 93.6% 2026-06-27 11:00:23 +08:00
filereader.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
filereader_read_test.go fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
filereader_test.go test: add unit tests for pure logic functions across 6 packages 2026-06-26 22:41:35 +08:00
response_message.go fix: honor per-file review terminal states (#582) 2026-07-31 14:32:30 +08:00
response_message_test.go fix: honor per-file review terminal states (#582) 2026-07-31 14:32:30 +08:00
stub.go fix(tool): propagate context.Context to all tool providers to enable subprocess cancellation 2026-06-06 19:26:34 +08:00
stub_test.go test: improve coverage for tool package from 79.5% to 93.6% 2026-06-27 11:00:23 +08:00