free-claude-code/tests
Alishahryar1 41f2bc71a0
Some checks are pending
CI / checks (push) Waiting to run
feat(providers): retry all upstream 5xx like 429
Generalize retryable_upstream_status to HTTP 500-599 plus 429.
Improve execute_with_retry log label with actual status.
Preserve OpenAI InternalServerError 5xx in map_error after overload check.
Unify native stream send: log via _raise_for_status then optional async aclose.
Add _maybe_await_aclose for httpx doubles in tests.
Rename openai compat retry tests to 5xx; parameterize native/limiter/mapping tests.
2026-05-10 19:56:14 -07:00
..
api feat(logging): structured TRACE events and end-to-end request correlation 2026-05-10 18:24:48 -07:00
cli Improve admin UI setup flow 2026-05-10 15:57:56 -07:00
config feat: add Wafer provider 2026-05-08 23:43:16 -07:00
contracts Add Claude CLI smoke matrices 2026-05-09 17:27:23 -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 feat(providers): retry all upstream 5xx like 429 2026-05-10 19:56:14 -07: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