pullrequests Search Results · repo:ericc-ch/copilot-api language:TypeScript is:unmerged
Filter by
95 results
inericc-ch/copilot-api (press backspace or delete to remove)Summary
- sanitize Claude Code Read tool inputs when translating OpenAI tool calls back to Anthropic tool_use blocks
- remove unsupported parameters such as pages, page, view_range, start_index, and ...
Summary
- Adds /v1/responses route that forwards requests directly to Copilot s native /responses backend endpoint
- Enables compatibility with OpenAI Codex and other tools that use the Responses ...
The Copilot-API acts as a proxy for Claude Code. When the Copilot OpenAI GPT-5.4 model is selected, an error 400 occurs.
The cause of the error lies in the max_tokens parameter, which needs to be converted ...
Summary
- Adds max_input_tokens and max_tokens fields to the /v1/models response, sourced from the upstream CAPI
capabilities.limits.max_context_window_tokens and max_output_tokens
- Enables Claude ...
current the claude setting key is ANTHROPIC_AUTH_KEY, when using ANTHROPIC_AUTH_TOKEN it will always show user not login
🍎 macOS Status Bar Integration for Copilot API
Overview
This PR adds a native macOS status bar app that provides quick access to Copilot API management directly from the menu
bar. The
integration follows ...
Problem
Claude Code 2.1.x uses hyphenated model names (e.g. claude-sonnet-4-6) for its internal display mapping, but the GitHub
Copilot backend only accepts dot notation (e.g. claude-sonnet-4.6).
The ...
Closing in favor of #250 which contains only the minimal fix (single file changed).
Summary
- Adds an OpenAI Responses-API-compatible endpoint at /v1/responses so Codex CLI (v0.87+) can talk to this proxy the
same way Claude Code already talks to /v1/messages. Both clients can ...