Heatherm Huang
10e623f674
fix: allow grok messages compatibility
2026-06-29 18:33:37 +08:00
Heatherm Huang
4a7148e203
fix: support grok cli compatibility routes
2026-06-29 17:53:19 +08:00
Wesley Liddick
d3acd8e96e
Merge pull request #3497 from JRBaggins/fix/openai-count-tokens-bridge
...
Bridge OpenAI count_tokens to responses input_tokens
2026-06-29 15:23:11 +08:00
Wesley Liddick
c99112a9e9
Merge pull request #3515 from bestony/feat/ops-system-log-key-id
...
feat(ops): add key id filter to system logs
2026-06-29 09:24:40 +08:00
Wesley Liddick
a22b12677f
Merge pull request #3517 from bestony/feat/keys-column-settings
...
feat(keys): add API key column settings
2026-06-29 09:24:20 +08:00
Wesley Liddick
b0dbc22fe5
Merge pull request #3510 from wucm667/fix/subscription-confirm-show-converted-amount
...
fix(payment): 订阅订单确认页显示换算后的 CNY 实付金额,而非 USD 套餐价
2026-06-29 09:24:01 +08:00
Wesley Liddick
7c857bd080
Merge pull request #3441 from deqiying/feature/openai-quota-headroom-scheduler
...
新增 OpenAI 剩余额度调度权重
2026-06-29 09:23:32 +08:00
Wesley Liddick
bebafe7697
Merge pull request #3437 from imfangwenjie/fix/api-base-fetch
...
fix(frontend): use configured API base for direct requests
2026-06-29 09:23:13 +08:00
Wesley Liddick
fc1e5a94a9
Merge pull request #3534 from mxyhi/fix/openai-quota-platform-post-billing
...
fix(openai): preserve quota platform in usage billing
2026-06-29 09:21:44 +08:00
Wesley Liddick
61f735a667
Merge pull request #3498 from liuaho6-commits/fix/codex-image-bridge-tool-choice
...
fix(openai): set tool_choice auto for Codex image bridge
2026-06-29 09:21:25 +08:00
Wesley Liddick
b105cc0fd5
Merge pull request #3337 from ddnio/codex/openai-json-mode-developer-input
...
fix(openai): preserve JSON instructions in Codex OAuth input
2026-06-29 09:21:05 +08:00
Wesley Liddick
38577c6ca0
Merge pull request #3533 from Pluviobyte/codex/fix-api-key-unlimited-quota
...
fix(keys): reactivate exhausted keys set to unlimited
2026-06-29 09:19:53 +08:00
Wesley Liddick
47598462f5
Merge pull request #3401 from StarryKira/fix/issue-3394-fallback-pricing-log-spam
...
fix: stop per-request fallback-pricing log spam for unknown models (#3394 )
2026-06-29 09:19:44 +08:00
Wesley Liddick
753c5e255c
Merge pull request #3215 from fchange/fix/image-billing-false-positive
...
fix(openai): prevent false image billing on text-only /v1/responses requests
2026-06-29 09:19:34 +08:00
Wesley Liddick
3b18d1fa3d
Merge pull request #3532 from smartcmd/fix/subscription-direct-pay-price
...
fix(payment): keep subscription price as direct pay amount
2026-06-29 09:19:24 +08:00
Wesley Liddick
a822972d80
Merge pull request #3494 from devnomad-byte/docs/source-compile-admin-setup
...
docs: note admin account wizard requirement in source-compile install
2026-06-29 09:19:14 +08:00
mxyhi
82553c4dca
fix(openai): preserve quota platform in usage billing
2026-06-28 11:13:09 +08:00
Pluviobyte
da810c3b43
fix(keys): reactivate exhausted keys set to unlimited
2026-06-28 09:05:28 +08:00
daoge_cmd
b1403e8b29
fix(payment): keep subscription price as direct pay amount
2026-06-28 06:29:01 +08:00
Bestony
b244f850e7
feat(keys): add column settings
2026-06-27 15:14:13 +08:00
Bestony
bad87ff533
feat(ops): add api key filter to system logs
2026-06-27 14:35:19 +08:00
wucm667
88ca0c1d13
fix(payment): 显示订阅 CNY 换算实付金额
2026-06-27 12:15:39 +08:00
Hao Liu
e5f7836bf3
fix(openai): set tool_choice auto for Codex image bridge
2026-06-26 19:10:37 +08:00
JRBaggins
7a38c66214
Bridge OpenAI count_tokens to responses input_tokens
2026-06-26 17:59:26 +08:00
github-actions[bot]
c275422251
chore: sync VERSION to 0.1.139 [skip ci]
2026-06-26 09:55:00 +00:00
shaw
9a0fbcc87d
chore: update sponsors
v0.1.139
2026-06-26 17:32:50 +08:00
Wesley Liddick
df99b9417c
Merge pull request #3495 from DaydreamCoding/feat/codex-detect-cli-only-engine-fingerprint
...
feat(codex-detect): codex_cli_only 检测加固 + 引擎指纹统一信号列表 + 账号级 app-server
2026-06-26 16:41:23 +08:00
DaydreamCoding and Claude Opus 4.8
819fda34d9
feat(codex-detect): codex_cli_only 检测加固 + 引擎指纹统一信号列表 + 账号级 app-server
...
将 codex_cli_only 客户端识别从「单一 strict 开关 + 固定 OR 头集合」重构为
可逐项管理的引擎指纹信号列表,加固整条判定链,并补齐账号级 app-server 控制、
对齐前端设置文案。
判定链(每步可短路):
- 账号未开 codex_cli_only → 不限制;gateway.force_codex_cli → 旁路放行
- 全局黑名单命中(OR 宽 deny)→ 立即拒
- 身份候选:官方 UA(strict,仅前缀)/ 官方 originator(OR)/ 全局白名单(双因子 AND)
/ 全局 app-server 开关 OR 账号 app-server 开关;均不命中 → 拒
- 版本门(仅官方候选):UA 须可解析引擎版本,再校验 [min,max] 区间
- 引擎指纹 AND 硬门:按信号列表逐条勾选 AND、每条行内变体 OR;无 Required 信号 → 放行
引擎指纹信号列表(唯一真源)
- 新增 openai.EngineFingerprintSignal 类型 + EvaluateEngineFingerprint 求值器
(勾选 AND / 行内变体 OR / 无勾选 → 放行)
- CodexRestrictionPolicy 增 EngineFingerprintSignals;信号列表单一决定是否启用指纹门,
不再保留独立「要求引擎指纹」总开关(与「信号全不选」语义重复)
- 新设置键 codex_cli_only_engine_fingerprint_signals(默认只勾 x-codex- 前缀);
旧 body 指纹开关幂等迁移并入信号列表;wire 接线
- 黑/白名单自由条目、命名预设、版本区间 全局设置管线
- gateway 缺 settingService(仅测试/误配可达)时指纹门回退默认种子信号、失败关闭,
不再因零值 policy(nil 信号)失败开放
账号级 Codex app-server(替换已失效的 ClaudeCode 放行机制)
- account.IsCodexCLIOnlyAppServerAllowed() 读 extra.codex_cli_only_allow_app_server,
仅在 codex_cli_only 开启时生效;候选身份门「全局 OR 账号」,与旧系统双层控制对齐
- 移除已无入口的 claude_code 预设机制(allowedClientRegistry / MatchAllowedClients /
账号 GetCodexCLIOnlyAllowedClients / reason);白名单 AllowedClientEntry / IsAllowedClientMatch 保留
门加固(反伪 + 写入校验)
- 官方 UA 访问门改 strict:IsCodexOfficialClientRequestStrict 仅前缀匹配,收窄「浏览器前缀 +
中段 codex token」伪造面(strict 仍保留 Codex 家族前缀与 UA 尾部兜底,故对「任意前缀 +
官方尾部 (name;ver)」仍放行——与 UA 可伪造、真正反伪靠引擎指纹门的设计一致)
- 官方客户端识别扩展:新增 codex-tui/、codex_vscode_copilot/ 前缀 + UA 尾部 (name;ver) 兜底
(恢复 CODEX_INTERNAL_ORIGINATOR_OVERRIDE 的真实 client,如 cccc→codex-tui),originator 改
精确集。该识别经 IsCodexOfficialClientByHeaders 被 passthrough 复用,故透传的官方判定一并
修正(codex-tui 等不再被误改写 UA)——非「行为不变」,属有意修正
- 白名单写入校验 ValidateCodexWhitelistEntriesJSON + AllowedClientEntry.IsWhitelistable:
双因子 AND 条目须可命中(非空 originator + 非空 ua_contains),拒绝写入会静默失效的死规则;
黑名单(OR 宽 deny,允许 originator-only)不受约束
管理端 / 前端
- handler / DTO / settings_view / 契约测试;gateway 接入判定链
- 信号列表编辑器(替换 body 开关)、api 类型、SettingsView;无勾选给常驻警告
- Create/Edit/Bulk 三弹窗「Codex Only」下新增 app-server 开关(OR 合并全局)
- 文案:UA/Originator → User-Agent/Originator;黑/白名单重命名为 User-Agent/Originator 黑/白名单;
「允许 App Server 第三方客户端」→「Codex app-server」+ 简介示例;i18n zh/en 同步
- 移除死代码 HasCodex*Fingerprint helper
测试:引擎指纹求值器 / 账号 app-server(OR 语义)/ detector(含 N1 strict、失败关闭)/
白名单写入校验 / BulkEdit spec 等;后端 build + service/openai/admin 单测全绿,前端 vue-tsc + vitest 全绿。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-26 16:19:41 +08:00
shaw
f93a6c50ce
fix: repair CI build & lint regressions on main
...
- openai_gateway_model_availability.go: pass platform through to
listSchedulableAccounts so OpenAI/Grok diagnosis scopes to the
correct candidate pool (build break introduced by Grok subscription
PR #3310 ).
- no_account_error.go: drop redundant context.Context type on
ctx := context.Background() to satisfy staticcheck ST1023.
2026-06-26 16:06:01 +08:00
Wesley Liddick
a8cfafa02c
Merge pull request #3489 from wucm667/fix/responses-anthropic-custom-tool-schema
...
fix(apicompat): Responses custom/freeform 工具转 Anthropic 时规范化 schema,修复 apply_patch 报错
2026-06-26 15:42:57 +08:00
Wesley Liddick
d57106a56f
Merge pull request #3490 from wucm667/feat/admin-cli-jwt-auth-fallback
...
feat(cli): sub2api-admin 支持 SUB2API_JWT 作为认证回退
2026-06-26 15:42:33 +08:00
Wesley Liddick
2fc4fef847
Merge pull request #3310 from heathermhuang/codex/grok-subscription-support
...
feat: add grok subscription support
2026-06-26 15:41:52 +08:00
shaw
fcd3bc1272
fix: return 404 model_not_found instead of 503 when no account supports the model
2026-06-26 15:38:06 +08:00
devnomad-byte and Claude Opus 4.6
98feeccbe1
docs: note admin account wizard requirement in source-compile install
...
Method 3 (source compile) instructs users to pre-create config.yaml,
but does not mention that doing so disables the setup wizard — the
only code path that creates the initial admin account. Users following
the README end up with a running server and an empty users table, and
login fails with "invalid email or password".
The default.admin_email / default.admin_password fields in config.yaml
are loaded into the config struct but never read by any code path
(setup.SetupConfig.Admin is tagged yaml:"-"), so they cannot serve as
an alternative way to seed the admin.
Add a "Creating the Admin Account" subsection to Method 3 in all three
language READMEs (EN/CN/JA), explaining the wizard dependency and two
workarounds: let the wizard generate config.yaml, or temporarily move
config.yaml aside to trigger the wizard on first run.
Related: #521 (docker variant of the same symptom), #2617 , #2350 .
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-06-26 15:19:58 +08:00
Heatherm Huang
44f502bab8
fix: address grok review feedback
2026-06-26 14:26:43 +08:00
wucm667
ac6e36f96b
feat(cli): sub2api-admin 支持 SUB2API_JWT 认证回退
2026-06-26 14:11:25 +08:00
wucm667
40c8252734
fix(apicompat): 规范化 custom 工具 schema
2026-06-26 14:08:03 +08:00
Wesley Liddick
5f022663ac
Merge pull request #3487 from lyen1688/fix/openai-response-failed-sanitize
...
fix: 修复 OpenAI response.failed 事件透传过长内容
2026-06-26 13:56:18 +08:00
lyen1688
8a7269f539
fix: sanitize verbose OpenAI response failed events
2026-06-26 12:29:58 +08:00
Wesley Liddick
683a8d8096
Merge pull request #3421 from syx0310/fork/openai-codex-pat-auth-upstream
...
feat: add codex personal access token auth
2026-06-26 11:15:38 +08:00
Wesley Liddick
54ef446c1d
Merge pull request #3469 from wucm667/fix/responses-passthrough-duplicate-function-args
...
fix(openai): Responses passthrough 不再重复发出 function_call arguments,修复 Codex CLI 解析失败
2026-06-26 10:58:36 +08:00
Heatherm Huang
720db8983f
test: harden grok quota readiness
2026-06-26 10:42:21 +08:00
Heatherm Huang
2a80495880
docs: clarify grok public route scope
2026-06-26 10:37:37 +08:00
Heatherm Huang
8a87a658ad
test: cover grok readiness paths
2026-06-26 10:37:37 +08:00
Heatherm Huang
939905b8c7
fix: refine grok quota pause behavior
2026-06-26 10:37:37 +08:00
Heatherm Huang
0d28642181
feat: add grok quota probe parity
2026-06-26 10:37:37 +08:00
Heatherm Huang
1b9645ca32
fix: allow grok scheduler capability routing
2026-06-26 10:36:09 +08:00
Heatherm Huang
e7a4f3f465
test: fix grok oauth validation suite
2026-06-26 10:36:09 +08:00
Heatherm Huang
f29ccc7dfb
fix: reduce grok oauth account-risk paths
2026-06-26 10:36:09 +08:00
Heatherm Huang
b2e2c7e69c
fix: harden grok oauth gateway paths
2026-06-26 10:36:09 +08:00