mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 03:20:01 +00:00
- Make AnthropicToOpenAIConverter stateful: assistant text after tool_use is deferred until matching tool_result, then replayed as a follow-up assistant turn. - After native streamed tool_use, emit top-level SSE error on transport failure instead of assistant text_delta (avoids bad transcript shape). - Add NIM preflight, streaming, converter, and product smoke regressions. |
||
|---|---|---|
| .. | ||
| api | ||
| cli | ||
| config | ||
| contracts | ||
| core | ||
| messaging | ||
| providers | ||
| __init__.py | ||
| conftest.py | ||
| provider_request_mocks.py | ||
| stream_contract.py | ||