open-code-review/internal
kite 99e6709603 fix(diff,tool): read file content at reviewed ref in range/commit mode
file_find and finalizeDiff always read from the working tree, even in
range/commit mode where the review targets a specific git ref. This
caused inconsistent file versions compared to file_read and code_search
which correctly used git show. Fix file_find to use git ls-tree and
finalizeDiff to use git show when a ref is specified.
2026-06-04 15:20:14 +08:00
..
agent fix(agent): stop leaking {{plan_guidance}} into MAIN_TASK prompts (#33) 2026-06-04 14:11:31 +08:00
config fix(config): update main_task template 2026-06-02 11:32:57 +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 fix: handle Windows paths in session encodeRepoPath (#36) 2026-06-04 12:55:29 +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(diff,tool): read file content at reviewed ref in range/commit mode 2026-06-04 15:20:14 +08:00
viewer style: apply go fmt formatting 2026-06-03 17:34:28 +08:00