Commit 86cb02f
authored
fix: resolve err shadow lint failures and bump eyrie submodule (#55)
Rename inner err bindings in daemon and multiagent workers to satisfy govet
shadow checks, and pin external/eyrie to a7e62a3 (probehttp refactor).1 parent 332af0b commit 86cb02f
3 files changed
Lines changed: 7 additions & 7 deletions
- catalog/catalog_test.go-12
- catalog/fetch.go+1-5
- catalog/model_tiers.go+3-15
- catalog/model_tiers_test.go+1-25
- catalog/xiaomi/http.go+43-86
- client/adaptive_ratelimit.go-9
- client/anthropic.go+109-109
- client/anthropic_response_test.go+200
- client/azure.go+17-6
- client/batch.go+11-2
- client/bedrock.go+20-36
- client/cloud_providers_test.go+16-13
- client/coalesce.go+14-9
- client/compat_test.go+4-6
- client/condenser.go+5-2
- client/dynamic.go+20
- client/embedding_client.go+8-2
- client/fallback.go+12-3
- client/fallback_test.go+4-6
- client/gemini.go+126-3
- client/gemini_stream_test.go+546
- client/guardrails.go+3-1
- client/guardrails_test.go+4-6
- client/moderation.go+5-2
- client/moderation_test.go+4-6
- client/openai.go+40-23
- client/openai_test.go+2-2
- client/provider_errors.go+35-13
- client/provider_errors_test.go+111-10
- client/provider_registry.go+22-6
- client/provider_registry_drift_test.go+76
- client/provider_registry_test.go+226
- client/provider_request_test.go+331
- client/repeat_detector.go+12
- client/retry.go+8
- client/stream.go+27-3
- client/stream_guardrails.go+3-1
- client/stream_guardrails_test.go+5-8
- client/vertex.go+10-33
- config/credential/probe.go+23-40
- credentials/health.go+2-2
- credentials/keyring_platform.go+44-17
- credentials/keyring_platform_test.go+155
- credentials/lookup.go+2-2
- docs/ARCHITECTURE.md+2
- docs/guides/CREDENTIAL-SETUP-FLOW.md+4-1
- docs/guides/DYNAMIC-MODEL-DISCOVERY.md+6-3
- docs/plans/fix-critical-and-high-review.md+378
- internal/probehttp/probehttp.go+95
- internal/probehttp/probehttp_test.go+107
- internal/shrink/shrink.go+8-7
- router/circuitbreaker.go+6
- router/circuitbreaker_test.go+87
- router/router_test.go+5-8
- types/errors.go+10-7
- types/example_test.go+2-2
- types/types_test.go+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
| 413 | + | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments