Releases: AlickH/Copool
Releases · AlickH/Copool
Copool 1.0.24
Copool 1.0.23
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
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
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
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
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
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
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
Add low and xHigh model aliases for Proxy API and remote proxyd.
Copool 1.0.15
- 为 Proxy API 新增带推理语义的模型别名,例如
GPT-5.4-High、GPT-5.4-Mini-High、GPT-5.3-Codex-Medium。 - 当客户端未显式传入
reasoning.effort时,代理会按模型别名自动注入默认推理强度。 - 显式传入的
reasoning.effort仍然优先,不会被模型别名覆盖。 - 该行为同时覆盖
/v1/responses与/v1/chat/completions转换链路。 - remote server 使用的 proxyd 也已同步支持,确保本地与远端代理行为一致。