issues Search Results · repo:ericc-ch/copilot-api language:TypeScript linked:pr
Filter by
13 results
inericc-ch/copilot-api (press backspace or delete to remove)2 days ago, I noticed that chat completion failed with 400 bad request. The response content was empty. I noticed that
the problem was the system message. It seems copilot doesn t process system messages ...
API Error: 400 { error :{ message : {\ error\ :{\ message\ :\ x-anthropic-billing-header is a reserved keyword and may
not be used in the system prompt.\ ,\ code\ :\ invalid_request_body\ }}\n , type : ...
openai api must contain choices, id, model in each sse response.
And here is a sample of first sse response
{
choices : [],
created : 0,
id : ,
prompt_filter_results : [
{
content_filter_results ...
Problem
The current dependency srvx version ^0.8.7 has compatibility issues with Node.js v20 environments, preventing users from
running copilot-api entirely on Node.js v20.
Current Behavior
- Users ...
Problem
Currently, when using --claude-code flag, users must manually select models through interactive prompts every time they
start the server. This creates friction for:
- CI/CD pipelines and automation ...
Description
Some requests/responses proxied through the router contain invalid JSON bodies because of unexpected characters inside
tool output (stdout / stderr).
Examples observed:
- ANSI escape sequences: ...
Problem
The current hardcoded timeout causes inference operations to fail when they exceed ~30 seconds. Complex prompts, large
context windows regularly take 30-60+ seconds to complete, but the proxy ...
unsure if this is an issue with copilot-api or instead some defect in Claude code CLI itself, although figured would
raise here first
am getting an issue when trying to run Claude code - copilot-api along ...
Hi everyone,
When I use the Claude model for code operations, I encounter an error when granting it authorization to crawl GitHub.
However, this error does not occur when I use the default GPT-4.1 model ...
The current API works as an OpenAI compatible endpoint.
Would it be possible to release a Anthropic API compatible endpoint? This would allow us to hook it up with Claude Code,
which would be perfect. ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.