open-code-review/internal
kite 96987b785d fix(diff): remove trailing blank lines from concatenated multi-file diffs
strings.Split produces an empty trailing element when the git diff
output ends with \n. The empty element was written into the last file's
buffer, and TrimSuffix only removed one \n — leaving the last Diff
field with an extra trailing newline that earlier files didn't have.
Switch to TrimRight so all Diff values are consistently clean.
2026-06-21 10:46:27 +08:00
..
agent feat(agent): add LLM-driven file grouping for multi-file co-review 2026-06-20 21:31:14 +08:00
config feat(agent): add LLM-driven file grouping for multi-file co-review 2026-06-20 21:31:14 +08:00
diff fix(diff): remove trailing blank lines from concatenated multi-file diffs 2026-06-21 10:46:27 +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 feat(llm): add glm-5.2 to z-ai provider models (#163) 2026-06-17 11:46:14 +08:00
model fix(diff): detect renamed and deleted files correctly in diff parsing (#105) 2026-06-14 22:29:02 +08:00
pathutil Fix workspace symlink diff containment (#125) 2026-06-15 00:03:36 +08:00
release fix(build): improve Windows support based on PR #13 review feedback 2026-06-02 22:37:27 +08:00
session feat(agent): add LLM-driven file grouping for multi-file co-review 2026-06-20 21:31:14 +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(agent): add LLM-driven file grouping for multi-file co-review 2026-06-20 21:31:14 +08:00
viewer feat(agent): add LLM-driven file grouping for multi-file co-review 2026-06-20 21:31:14 +08:00