open-code-review/internal/config/template
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
..
prompts refactor(template): extract prompt strings into standalone .md files 2026-06-21 21:20:40 +08:00
scan_template.json fix: increase REVIEW_FILTER_TASK and RE_LOCATION_TASK timeout from 60s to 180s (#208) (#218) 2026-06-25 20:07:07 +08:00
task_template.json fix: remove hardcoded 180s timeout from REVIEW_FILTER_TASK (#474) 2026-07-24 23:15:03 +08:00
template.go feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +08:00
template_test.go fix: remove hardcoded 180s timeout from REVIEW_FILTER_TASK (#474) 2026-07-24 23:15:03 +08:00