Commit History

Remove debug logs from responses handler
85d80ab
Running

XciD HF Staff commited on

Fix streaming tool calls and input parsing for Responses API
330cf0c

XciD HF Staff commited on

Support more tool types in Responses API (web_search, code_interpreter, etc.)
ede9df2

XciD HF Staff commited on

Add OpenAI Responses API support (/v1/responses endpoint)
0ff308b

XciD HF Staff commited on

Simplify stream converter: direct text streaming, no parsing
e31dca6

XciD HF Staff commited on

Stream text with buffered reasoning: emit thinking first, then stream text
3bf1901

XciD HF Staff commited on

Accumulate text content, emit at finish to avoid splits
b38efdf

XciD HF Staff commited on

Process content before reasoning to avoid chunk splitting
f72e933

XciD HF Staff commited on

Fix double text block bug by flushing buffer when reasoning field detected
87472a7

XciD HF Staff commited on

Fix character-by-character output - only buffer for think tags when no reasoning field
7ce60c4

XciD HF Staff commited on

Add debug logging for request/response, fix think tag parsing without opening tag
cd65c60

XciD HF Staff commited on

Always parse think tags from content
661a125

XciD HF Staff commited on

Update README.md
5dc1a90
verified

XciD HF Staff commited on

Add request ID and debug logging for model response
c83c5c6

XciD HF Staff commited on

Fix UTF-8 boundary panic in think tag parsing
07ed047

XciD HF Staff commited on

Add access log with model
adbbb80

XciD HF Staff commited on

Add Dockerfile and update port for HuggingFace Spaces
673d2a1

XciD HF Staff commited on

Initial Rust port of anthropic-messages-proxy
4f704aa

XciD HF Staff commited on