You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,10 @@ copilot-bridge is more than a raw HTTP proxy:
46
46
1.**Codex CLI, Codex App, and Claude support.** Exposes Codex `/v1/responses`,
47
47
Claude Code `/v1/messages`, and OpenAI-compatible chat, embeddings, and
48
48
models routes.
49
-
2.**Web search support.** Model-selected web search can be executed by the
49
+
2.**Tool call compatibility.** Adapts MCP tool names and tool call payloads to each upstream model's constraints, then restores the original tool identity for the client. This keeps real Claude Code and Codex CLI agent workflows working when MCP plugins expose long or model-incompatible tool names.
50
+
3.**Web search support.** Model-selected web search can be executed by the
50
51
bridge and fed back into a final model pass.
51
-
3.**End-to-end reasoning support.** Normalizes model aliases and
52
+
4.**End-to-end reasoning support.** Normalizes model aliases and
52
53
`reasoning_effort`, routes through the right upstream API, and preserves
53
54
returned `reasoning_text` / `reasoning_content` in streaming and
0 commit comments