cong
|
3043aba4ea
|
feat(interrupt): extend email otp wait window to 10 minutes
|
2026-04-04 01:32:20 +08:00 |
|
cong
|
111ffec2f0
|
fix(interrupt): add explicit otp-send logs and resend-on-timeout
|
2026-04-04 01:27:22 +08:00 |
|
cong
|
67ded0ac7f
|
chore(interrupt): add full-step logs for about-you handoff flow
|
2026-04-04 01:24:37 +08:00 |
|
cong
|
658ce4a4fe
|
feat(interrupt): hand off about-you completion to oauth session
|
2026-04-04 01:21:40 +08:00 |
|
cong
|
20dc19e90d
|
fix(chatgpt): recover workspace after add_phone with one-shot oauth restart
|
2026-04-04 00:55:32 +08:00 |
|
cong
|
94744bbfa9
|
fix(chatgpt): correct passwordless OTP request and reset email on retries
|
2026-04-04 00:45:21 +08:00 |
|
cong
|
56993da23c
|
refactor(chatgpt): replace RT flow with full register+passwordless OAuth chain
|
2026-04-04 00:36:12 +08:00 |
|
cong
|
53b0a04279
|
fix(chatgpt): improve workspace recovery and login fallback
|
2026-04-04 00:08:04 +08:00 |
|
cong
|
6441c93d88
|
refactor(chatgpt): keep browser first and use pure-python vm retry
|
2026-04-03 19:17:13 +08:00 |
|
cong
|
b55d7c90a3
|
fix(chatgpt): retry register with browser request then vm request
|
2026-04-03 19:12:08 +08:00 |
|
cong
|
b1f9e38ef4
|
fix(chatgpt): enforce browser->vm retry order for password register
|
2026-04-03 19:09:56 +08:00 |
|
cong
|
bd05a292a3
|
refactor(chatgpt): enforce browser->vm sentinel fallback order
|
2026-04-03 19:05:42 +08:00 |
|
cong
|
400bde4477
|
fix(chatgpt): retry user/register after sentinel-related 400
|
2026-04-03 18:59:32 +08:00 |
|
cong
|
f55d40fb75
|
fix(chatgpt): strengthen sentinel token path and 400 retry handling
|
2026-04-03 18:49:40 +08:00 |
|
zhangchen
|
7a342a5010
|
修复400
|
2026-04-03 14:52:47 +08:00 |
|
zhangchen
|
77b72c7914
|
修改gpt邮箱过滤逻辑
|
2026-04-03 11:30:39 +08:00 |
|
bcxc
|
8f368783fe
|
支持在SUB2API中针对账号管理设置分组
|
2026-04-03 00:51:30 +08:00 |
|
zhangchen
|
21ee61f9da
|
修复注册多线程停止,前端窗口限制滚动刷新12条日志
|
2026-04-02 22:30:52 +08:00 |
|
zhangchen
|
9f440e4e08
|
修复FreemailMailbox 接码,和device_id,会话复用问题
|
2026-04-02 22:11:25 +08:00 |
|
zhangchen
|
a802290127
|
重构邮箱模块
|
2026-04-02 01:31:52 +08:00 |
|
zhangchen
|
8bb41f07b6
|
修复收邮箱bug
|
2026-04-02 00:02:57 +08:00 |
|
zhangchen
|
4e1e694128
|
更新rt兼容性
|
2026-04-01 23:14:48 +08:00 |
|
zhangchen
|
731cea09e4
|
更新rt兼容性
|
2026-04-01 23:14:38 +08:00 |
|
小易先生
|
781dcd0298
|
feat(chatgpt): align registration flow and add cfworker subdomain options
|
2026-04-01 20:28:45 +08:00 |
|
小易先生
|
191b98f2be
|
Merge upstream/main into main
|
2026-04-01 00:30:50 +08:00 |
|
小易先生
|
7e2e4d741a
|
Merge upstream/main into main
|
2026-03-31 19:57:13 +08:00 |
|
小易先生
|
3784da54d4
|
fix(chatgpt): 将 401 探测账号直接标记为失效
|
2026-03-31 13:15:51 +08:00 |
|
小易先生
|
fa1b91c924
|
fix(chatgpt): handle unreachable cliproxyapi state sync
|
2026-03-31 09:47:25 +08:00 |
|
小易先生
|
7f98656fc3
|
feat(chatgpt): add read-only CLIProxyAPI status sync
|
2026-03-31 08:51:34 +08:00 |
|
小易先生
|
0a289d5f57
|
feat(chatgpt): add local account status probing
|
2026-03-31 08:38:11 +08:00 |
|
zhangchen
|
fe82d11c89
|
Merge main into pr15-codexproxy-at-upload
Resolve PR #15 conflicts by keeping CodexProxy upload settings and actions
alongside the existing main-branch MaliAPI, CFWorker, and SMSToMe changes.
|
2026-03-30 23:40:42 +08:00 |
|
zhangchen
|
d5eae3470d
|
Merge branch 'main' into feat-grok2api-uv-support
|
2026-03-30 21:04:46 +08:00 |
|
sam123
|
c7e7f25636
|
Fix ChatGPT action handling and add payment link helper
|
2026-03-30 19:38:55 +08:00 |
|
highkay
|
d905b2f7d8
|
Add ChatGPT phone verification with SMSToMe
|
2026-03-30 17:41:24 +08:00 |
|
ImogeneOctaviap794
|
c15fd519cc
|
feat: CodexProxy AT/RT 上传支持
- cpa_upload.py: 新增 upload_at_to_codex_proxy(),走 /api/admin/accounts/at 接口上传 access_token
- cpa_upload.py: 新增 upload_to_codex_proxy(),走 /api/admin/accounts 接口上传 refresh_token
- plugin.py: 添加 upload_codex_proxy action
- external_sync.py: 注册成功后自动上传到 CodexProxy,通过 codex_proxy_upload_type 配置选择 AT 或 RT
- Settings.tsx: CodexProxy 配置区新增上传类型选项(AT 推荐 / RT)
- Accounts.tsx: 账号列表和详情弹窗显示 refresh_token
- api/config.py: 将 codex_proxy_url/key/upload_type 加入配置白名单
|
2026-03-30 08:38:45 +08:00 |
|
zhangchen
|
7c31609ceb
|
修复chatgpt注册流程
|
2026-03-29 22:49:31 +08:00 |
|
zhangchen
|
d8ee14ebd8
|
修复kiro过程中在输入邮箱后延迟进入填写姓名环节导致注册失败
|
2026-03-29 02:30:13 +08:00 |
|
zhangchen
|
017aec22c0
|
邮箱接入luckmail
|
2026-03-29 01:43:38 +08:00 |
|
zhangchen
|
48a4372fe6
|
优化grok五秒盾
|
2026-03-28 18:53:39 +08:00 |
|
zhangchen
|
b4c670ee60
|
修复kiro报错 命名加上随机
|
2026-03-28 18:31:38 +08:00 |
|
zhangchen
|
1d24264287
|
更新grok相关和插件
|
2026-03-28 13:02:31 +08:00 |
|
zhangchen
|
ec15eab76f
|
grok
|
2026-03-28 09:19:45 +08:00 |
|
zhangchen
|
869d729984
|
前端改为ant chatgpt成功率提高100%
|
2026-03-28 02:02:09 +08:00 |
|
zhangchen
|
1b495976da
|
kiro注册机
|
2026-03-27 02:24:52 +08:00 |
|
zhangchen
|
1841f51b7d
|
first commit
|
2026-03-22 21:01:31 +08:00 |
|