Skip to content

Releases: AlickH/Copool

Copool 1.0.24

10 Apr 03:35

Choose a tag to compare

macOS release for Copool 1.0.24.

Notes:

  • Built from commit de0e4c4.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.23

09 Apr 13:24

Choose a tag to compare

macOS release for Copool 1.0.23.

Notes:

  • Built from commit de0e4c4.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.22

02 Apr 00:18

Choose a tag to compare

macOS release for Copool 1.0.22.

Notes:

  • Built from commit a3d1597.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.21

31 Mar 06:45

Choose a tag to compare

macOS release for Copool 1.0.21.

Notes:

  • Built from commit f7fb8bf.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.20

31 Mar 06:39

Choose a tag to compare

macOS release for Copool 1.0.20.

Notes:

  • Built from commit 0119c5e.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.19

31 Mar 02:27

Choose a tag to compare

macOS release for Copool 1.0.19.

Notes:

  • Built from commit 98af31c.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.18

30 Mar 09:58

Choose a tag to compare

macOS release for Copool 1.0.18.

Notes:

  • Built from commit dd85ad9.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.17

30 Mar 09:44

Choose a tag to compare

macOS release for Copool 1.0.17.

Notes:

  • Built from commit 68d8b4a.
  • Signed with Developer ID Application: Ning Huang (KLU8GF65GP).
  • Notarization backend: asc.

Copool 1.0.16

29 Mar 15:43

Choose a tag to compare

Add low and xHigh model aliases for Proxy API and remote proxyd.

Copool 1.0.15

29 Mar 11:15

Choose a tag to compare

  • 为 Proxy API 新增带推理语义的模型别名,例如 GPT-5.4-HighGPT-5.4-Mini-HighGPT-5.3-Codex-Medium
  • 当客户端未显式传入 reasoning.effort 时,代理会按模型别名自动注入默认推理强度。
  • 显式传入的 reasoning.effort 仍然优先,不会被模型别名覆盖。
  • 该行为同时覆盖 /v1/responses/v1/chat/completions 转换链路。
  • remote server 使用的 proxyd 也已同步支持,确保本地与远端代理行为一致。