open-code-review/internal/tool
kite 779c4a8290 fix: enable code_search to find content in untracked files
git grep defaults to searching only tracked files, causing code_search
to miss untracked directories like internal/mcp/. Add --untracked flag
in workspace mode so both tracked and untracked files are searched.

Also fix non-git-directory detection to use exit code 128 instead of
hardcoded English error string, making it locale-independent.
2026-06-26 00:01:44 +08:00
..
code_comment.go fix: handle previously swallowed json.Unmarshal errors (#78) 2026-06-08 21:03:00 +08:00
code_search.go fix: enable code_search to find content in untracked files 2026-06-26 00:01:44 +08:00
code_search_test.go fix: enable code_search to find content in untracked files 2026-06-26 00:01:44 +08:00
comment_collector.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +08:00
definitions.go fix(tool): make Registry and DiffMap concurrency-safe via freeze semantics 2026-06-06 19:41:11 +08:00
file_find.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +08:00
file_find_test.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +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_test.go fix(tool): constrain workspace file reads to repo (#109) 2026-06-12 17:57:28 +08:00
filereader.go Fix workspace symlink diff containment (#125) 2026-06-15 00:03:36 +08:00
response_message.go feat: init 2026-05-20 22:03:52 +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