open-code-review/internal/llmloop
Ayrton 344f981156
fix: ensure current file path is always injected for code_comment and… (#193)
* fix: ensure current file path is always injected for code_comment and improve line number tracking in resolver

* test: Cover blank-line matching in resolveFromFileContent fallback
Add a regression test for snippets that omit blank lines while the
source file retains them, and document that consecutive matching skips
blank lines on both sides.

* test: Add tests for resolving line numbers with blank lines and CRLF
2026-06-25 16:29:09 +08:00
..
compression.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +08:00
loop.go fix: ensure current file path is always injected for code_comment and… (#193) 2026-06-25 16:29:09 +08:00
loop_test.go fix: ensure current file path is always injected for code_comment and… (#193) 2026-06-25 16:29:09 +08:00
pool.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +08:00