free-claude-code/tests
chinfeng e62cbf04eb fix: respect ENABLE_API_KEY_PASSTHROUGH in credential validation and startup checks
When passthrough is enabled, skip the provider API key validation at startup
and in build_provider_config, instead requiring the client auth token from
the incoming request. Previously the credential check ignored the passthrough
flag, causing 503 errors even when passthrough was correctly configured.
2026-05-18 00:00:40 +08:00
..
api fix: respect ENABLE_API_KEY_PASSTHROUGH in credential validation and startup checks 2026-05-18 00:00:40 +08:00
cli Migrate legacy env config on startup 2026-05-16 21:06:12 -07:00
config Use canonical FCC server log path 2026-05-16 11:51:45 -07:00
contracts feat(providers): add Z.ai Coding Plan provider (#440) 2026-05-13 12:02:15 -07:00
core feat(logging): structured TRACE events and end-to-end request correlation 2026-05-10 18:24:48 -07:00
messaging feat(logging): structured TRACE events and end-to-end request correlation 2026-05-10 18:24:48 -07:00
providers fix: respect ENABLE_API_KEY_PASSTHROUGH in credential validation and startup checks 2026-05-18 00:00:40 +08:00
__init__.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
conftest.py feat: Anthropic web server tools, provider metadata, messaging hardening 2026-04-24 23:01:14 -07:00
provider_request_mocks.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
stream_contract.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00