open-code-review/internal
kite 1534085383 fix(tool): correct git grep argument order for commit/range mode (#53)
The searchText was placed after '--', causing git to interpret it as a
pathspec instead of a pattern. Use '-e' to explicitly mark the search
pattern and place the ref after it. Also replace CombinedOutput with
Output to prevent stderr from polluting result parsing.
2026-06-05 20:38:26 +08:00
..
agent feat(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +08:00
config docs(rule): Translated into English 2026-06-05 19:51:06 +08:00
diff fix(diff,tool): read file content at reviewed ref in range/commit mode 2026-06-04 15:20:14 +08:00
llm style: apply go fmt formatting 2026-06-03 17:34:28 +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(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +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 style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
tool fix(tool): correct git grep argument order for commit/range mode (#53) 2026-06-05 20:38:26 +08:00
viewer feat(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +08:00