open-code-review/internal/llm
kite fa6c7d8e04 refactor(llm): deduplicate and validate auth header normalization
Export NormalizeAuthHeader from the llm package and remove the duplicate
normalizeConfigAuthHeader in config_cmd.go. Invalid auth_header values
now return an error at configuration time instead of being silently
accepted and causing opaque 401s at runtime.
2026-06-08 20:21:28 +08:00
..
bpe_data feat: init 2026-05-20 22:03:52 +08:00
client.go refactor(llm): deduplicate and validate auth header normalization 2026-06-08 20:21:28 +08:00
client_test.go fix(llm): support Anthropic auth header (#77) 2026-06-08 19:35:12 +08:00
embedded_loader.go feat: init 2026-05-20 22:03:52 +08:00
resolver.go refactor(llm): deduplicate and validate auth header normalization 2026-06-08 20:21:28 +08:00
resolver_test.go fix(llm): support Anthropic auth header (#77) 2026-06-08 19:35:12 +08:00
usage_resolver.go style: apply go fmt formatting 2026-06-03 17:34:28 +08:00