open-code-review/internal/llm
Shi Peipei 4043e9ee33
fix: handle previously swallowed json.Unmarshal errors (#78)
- Propagate json.Unmarshal error in buildAnthropicParams when parsing
  tool call arguments, preventing silent empty-map fallback on malformed JSON
- Return explicit error message in ParseComments when comments JSON
  string fails to unmarshal, instead of silently ignoring

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-08 21:03:00 +08:00
..
bpe_data feat: init 2026-05-20 22:03:52 +08:00
client.go fix: handle previously swallowed json.Unmarshal errors (#78) 2026-06-08 21:03:00 +08:00
client_test.go fix: handle previously swallowed json.Unmarshal errors (#78) 2026-06-08 21:03:00 +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