Skip to content

Commit daec505

Browse files
committed
update readme
1 parent 25843dd commit daec505

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ copilot-bridge is more than a raw HTTP proxy:
4646
1. **Codex CLI, Codex App, and Claude support.** Exposes Codex `/v1/responses`,
4747
Claude Code `/v1/messages`, and OpenAI-compatible chat, embeddings, and
4848
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
5051
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
5253
`reasoning_effort`, routes through the right upstream API, and preserves
5354
returned `reasoning_text` / `reasoning_content` in streaming and
5455
non-streaming responses.

0 commit comments

Comments
 (0)