open-code-review/internal/diff
Kunal Jaiswal 0391f7805d
fix: remove hardcoded 180s timeout from REVIEW_FILTER_TASK (#474)
* fix: remove hardcoded 180s timeout from REVIEW_FILTER_TASK

The filter task had a hidden inner timeout (ft.Timeout) that always
fired before the global OCR_LLM_TIMEOUT (300s) could apply. Removing
it lets the task flow through the same two timeout knobs
(OCR_LLM_TIMEOUT / --timeout) as every other task type.

Also cleaned up unused timeout fields from task_template.json that
were never read in production code.

* fix: remove dead timeout block from RE_LOCATION_TASK per review feedback
2026-07-24 23:15:03 +08:00
..
git.go fix(diff): review merge commits against their first parent (#450) 2026-07-22 20:38:17 +08:00
git_test.go fix(diff): review merge commits against their first parent (#450) 2026-07-22 20:38:17 +08:00
gitignore.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +08:00
gitignore_test.go test(diff): add tests for gitignore pattern matching and mode getters 2026-07-01 14:27:07 +08:00
hunk.go style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
hunk_test.go feat: init 2026-05-20 22:03:52 +08:00
parser.go fix(diff): anchor binary marker and count +/- lines by hunk state (#451) 2026-07-22 20:38:05 +08:00
parser_test.go fix(diff): anchor binary marker and count +/- lines by hunk state (#451) 2026-07-22 20:38:05 +08:00
relocation.go fix: remove hardcoded 180s timeout from REVIEW_FILTER_TASK (#474) 2026-07-24 23:15:03 +08:00
relocation_test.go refactor(llm): replace hand-rolled HTTP clients with official Anthropic and OpenAI SDKs 2026-06-06 19:26:34 +08:00
resolver.go fix: ensure current file path is always injected for code_comment and… (#193) 2026-06-25 16:29:09 +08:00
resolver_test.go fix: ensure current file path is always injected for code_comment and… (#193) 2026-06-25 16:29:09 +08:00
workspace_file.go Fix workspace symlink diff containment (#125) 2026-06-15 00:03:36 +08:00
workspace_file_test.go test(diff): add unit tests for readWorkspaceFileForDiff 2026-06-15 11:51:51 +08:00