Skip to content

Releases: ericc-ch/copilot-api

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 05 Oct 03:49
0ea08fe

Proxy Environment Variables:
Starting with v0.7.0, proxy environment variables (HTTP_PROXY, HTTPS_PROXY, etc.) are no longer automatically initialized. You must explicitly use the --proxy-env flag when starting the server to enable proxy support from environment variables.

npx copilot-api@latest start --proxy-env

   🐞 Bug Fixes

    View changes on GitHub

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Oct 03:11
025d284

No significant changes

    View changes on GitHub

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Oct 02:55
dcd7a86

   🚀 Features

  • start: Add option to generate Claude Code environment variables  -  by @caozhiyuan (8b7d8)

   🐞 Bug Fixes

    View changes on GitHub

v0.5.14

Choose a tag to compare

@github-actions github-actions released this 06 Sep 11:16
4fe3f4f

   🚀 Features

  • Add static site dashboard with GitHub Pages deployment  -  by @ericc-ch (91729)

   🐞 Bug Fixes

  • Ensure loading spinner displays as proper rotating circle  -  by @ericc-ch (40866)
  • Map content in handleUserMessage for tool call responses  -  by TinyCoder (2868d)
    View changes on GitHub

v0.5.13

Choose a tag to compare

@github-actions github-actions released this 26 Aug 04:54
95f2a95

   🚀 Features

  • Update usage structure in message events and chat completion types  -  by @cuipengfei (6a37a)
  • Add cache token details to usage and completion token structures  -  by @cuipengfei (1b8c9)
    View changes on GitHub

v0.5.12

Choose a tag to compare

@github-actions github-actions released this 10 Aug 13:39
b4d3c9a

No significant changes

    View changes on GitHub

v0.5.11

Choose a tag to compare

@github-actions github-actions released this 08 Aug 07:28
ccf772e

   🐞 Bug Fixes

    View changes on GitHub

v0.5.10

Choose a tag to compare

@github-actions github-actions released this 06 Aug 03:34
941c190

   🐞 Bug Fixes

  • Remove bun.lock from .dockerignore to fix docker build error  -  by @longnz (072b4)
  • Ensure tool results precede user content to comply with Anthropic protocol  -  by @ericc-ch and opencode (7776a)
    View changes on GitHub

v0.5.9

Choose a tag to compare

@github-actions github-actions released this 31 Jul 22:36
250d1c9

   🚀 Features

    View changes on GitHub

v0.5.8

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:33

   🚀 Features

  • Add debug subcommand with version, runtime, paths, and auth status info  -  by @ericc-ch and opencode (b8603)
    View changes on GitHub