Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ericc-ch/copilot-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ea08fe
Choose a base ref
...
head repository: rgr4y/copilot-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b45e44
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 23, 2026

  1. feat: add OpenAI Responses API support with WebSocket bridge

    - Add /responses and /v1/responses HTTP POST endpoints (passthrough to Copilot)
    - Add WebSocket→HTTP bridge for Codex CLI compatibility (WS on client side, SSE on Copilot side)
    - Strip unsupported tool types (image_generation) from WS requests
    - Add Codex-compatible model catalog format (slug field) to /models endpoint
    - Replace srvx with Bun.serve() to support WebSocket upgrades
    - Bump version to 0.8.0
    rgr4y committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    6181e2b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. Configuration menu
    Copy the full SHA
    bf99d77 View commit details
    Browse the repository at this point in the history
  2. fix: add Node.js runtime fallback for npx compatibility

    Bun.serve() fails under Node. Detect runtime and use node:http
    createServer when Bun unavailable. WebSocket proxying still
    requires Bun; HTTP API works on both runtimes.
    rgr4y committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    1b45e44 View commit details
    Browse the repository at this point in the history
Loading