Skip to content

Releases: wisdgod/cursor-api

0.4.0-pre.23

20 Feb 11:36
06028e6

Choose a tag to compare

Full Changelog: v0.4.0-pre.21...v0.4.0-pre.23

frontend.zip -> 0.4.0-pre.16

官方Docker Image不再维护,但这里的程序使用静态链接。
The official Docker Image are no longer maintained, but the programs here use static linking.

0.4.0-pre.21

31 Jan 19:56
f883d97

Choose a tag to compare

修复finish_reason和stop_reason的问题
变更了tool_name的处理

默认前端资源包,当前版本兼容 0.4.0-pre.16 的 frontend.zip
或许你应该尝试自己制造一个资源包

0.4.0-pre.20

30 Jan 12:45
53113e8

Choose a tag to compare

更新依赖
修复chat/completions的一个问题

Release v0.3.6-2

21 Aug 14:47
280c2d7

Choose a tag to compare

revert: rustls version

Release v0.3.6-1

14 Aug 10:25
2ee0419

Choose a tag to compare

pref & chore: optimize

Release v0.3.6

12 Aug 21:38
8f48693

Choose a tag to compare

perf: optimize

v0.4.0-pre.9

08 Oct 23:16
994fdb6

Choose a tag to compare

新增 NTP_SERVERS 与 NTP_SYNC_INTERVAL_SECS,弃用 ROUTE_PREFIX

你可以设置 route_registry.json 的 exchange 来交换内置路径到自定义路径

{
  "routes": {
    "/h/v1/chat/completions": {
      "type": "exchange",
      "from": "/v1/chat/completions"
    }
  }
}

其他不足为道

v0.4.0-pre.8

03 Oct 00:46
994fdb6

Choose a tag to compare

需要前端资源包,默认是frontend.zip
或许你应该尝试自己制造一个资源包
该版本无Docker Image

v0.4.0-pre.7

30 Sep 20:43
994fdb6

Choose a tag to compare

9) fix some bugs

Release v0.4.0-pre.6

27 Sep 20:02
994fdb6

Choose a tag to compare

fix some bugs