Releases · voidsteed/copilot-proxy-api · GitHub
Skip to content

Releases: voidsteed/copilot-proxy-api

v0.10.22

Choose a tag to compare

@github-actions github-actions released this 28 Jun 17:01

   🐞 Bug Fixes

    View changes on GitHub

v0.10.21

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:02

   🐞 Bug Fixes

Fixes

  • Fixed Claude Code retry noise on long claude-opus-4.8 streaming requests by opening the Anthropic SSE response
    immediately and sending an initial ping before waiting for Copilot response headers.
  • Preserved Claude Code reactive compaction behavior by translating streaming context-overflow failures into Anthropic
    invalid_request_error events containing prompt is too long.
  • Added support for Claude Code effort metadata and output_config.effort forwarding to Copilot reasoning_effort.
  • Improved large-context handling for unknown/custom Claude Code model aliases to avoid Copilot timeout dead zones.
  • /v1/models now advertises Claude Code capability metadata for effort and adaptive thinking.

Validation

  • Added regression coverage for long upstream streaming waits, prompt-too-long streaming errors, model capabilities,
    context fitting, and timeout handling.
    View changes on GitHub

v0.10.20

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:15

   🐞 Bug Fixes

    View changes on GitHub

v0.10.19

Choose a tag to compare

@github-actions github-actions released this 30 May 15:09

No significant changes

    View changes on GitHub

v0.10.18

Choose a tag to compare

@github-actions github-actions released this 30 May 15:07

   🐞 Bug Fixes

  • Strip translated assistant prefill  -  by Yujun Liu (a0c2a)
    View changes on GitHub

v0.10.17

Choose a tag to compare

@github-actions github-actions released this 29 May 18:54

   🐞 Bug Fixes

    View changes on GitHub

v0.10.16

Choose a tag to compare

@github-actions github-actions released this 19 May 04:11

   🐞 Bug Fixes

    View changes on GitHub

v0.10.15

Choose a tag to compare

@github-actions github-actions released this 17 May 06:57

v0.10.15

Maintenance release.

Changed

  • Bumped package version from 0.10.14 to 0.10.15 for npm publishing.
View changes on GitHub

v0.10.14

Choose a tag to compare

@github-actions github-actions released this 17 May 05:51

v0.10.14

Maintenance release.

Changed

  • Bumped package version from 0.10.13 to 0.10.14 for npm publishing.
View changes on GitHub

v0.10.13

Choose a tag to compare

@github-actions github-actions released this 15 May 04:21

   🐞 Bug Fixes

    View changes on GitHub