open-code-review/internal
Hyeseong Kim a1e4cf6b43
feat: support HTTP extra headers (#169)
* feat: support HTTP extra headers

Resolves #166

* update documentation; assisted-by GLM-5.1

* Update cmd/opencodereview/config_cmd.go

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update internal/llm/resolver.go

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* prevent header conflicts

* allow quoted values

* update docs

* add user-agent to extra_headers blocklist

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-26 15:42:29 +08:00
..
agent feat: add tool_calls field to JSON output (#216) 2026-06-25 13:53:06 +08:00
config fix: increase REVIEW_FILTER_TASK and RE_LOCATION_TASK timeout from 60s to 180s (#208) (#218) 2026-06-25 20:07:07 +08:00
diff fix: ensure current file path is always injected for code_comment and… (#193) 2026-06-25 16:29:09 +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: support HTTP extra headers (#169) 2026-06-26 15:42:29 +08:00
llmloop fix: ensure current file path is always injected for code_comment and… (#193) 2026-06-25 16:29:09 +08:00
model feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +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
scan feat: add tool_calls field to JSON output (#216) 2026-06-25 13:53:06 +08:00
session feat: add ocr scan for full-file code review (#93) 2026-06-24 22:07:25 +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 fix: enable code_search to find content in untracked files 2026-06-26 00:01:44 +08:00
viewer fix(viewer): use real API token usage in session page instead of tiktoken estimates 2026-06-06 21:17:47 +08:00