Skip to content

Releases: ericc-ch/copilot-api

v0.7.0

05 Oct 03:49
0ea08fe

Choose a tag to compare

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

04 Oct 03:11
025d284

Choose a tag to compare

No significant changes

    View changes on GitHub

v0.6.0

04 Oct 02:55
dcd7a86

Choose a tag to compare

   🚀 Features

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

   🐞 Bug Fixes

    View changes on GitHub

v0.5.14

06 Sep 11:16
4fe3f4f

Choose a tag to compare

   🚀 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

26 Aug 04:54
95f2a95

Choose a tag to compare

   🚀 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

10 Aug 13:39
b4d3c9a

Choose a tag to compare

No significant changes

    View changes on GitHub

v0.5.11

08 Aug 07:28
ccf772e

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.5.10

06 Aug 03:34
941c190

Choose a tag to compare

   🐞 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

31 Jul 22:36
250d1c9

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.5.8

31 Jul 09:33

Choose a tag to compare

   🚀 Features

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