Commit Graph

172 Commits

Author SHA1 Message Date
zhangchen
559447e2ca 优化gpt流程 2026-04-04 09:20:26 +08:00
zhangchen
286a50a629 Merge pull request #90 from Cong0707/codex/zc-upstream-sync-20260404
Sync upstream zc-zhangchen main
2026-04-04 05:14:44 +08:00
cong
1ac8a4718b Merge upstream zc-zhangchen main 2026-04-04 05:08:01 +08:00
cong
fb8a42542f Auto resend OAuth email OTP on timeout 2026-04-04 04:51:37 +08:00
zhangchen
f3f4d651ac 修改sdk解析改为一次性 2026-04-04 04:51:34 +08:00
cong
dbb2b622e5 Add Outlook mailbox auto OTP and consume local accounts 2026-04-04 04:35:55 +08:00
cong
cd6d794118 Add Outlook batch import input 2026-04-04 04:24:37 +08:00
cong
0e29a939a9 Refine OAuth login flow and remove full retries 2026-04-04 03:40:38 +08:00
zhangchen
b1d3016302 Merge pull request #87 from lixiaobaivv/main 2026-04-04 03:24:38 +08:00
zhangchen
73413180b5 Merge pull request #82 from Karunari-luoling/main
feat:给邮箱添加三次重试取最新验证码
2026-04-04 03:13:57 +08:00
zhangchen
4ed9ddb7ed Merge pull request #88 from Hoshino-Yumetsuki/main
feat: 支持docker内运行有头/无头浏览器
2026-04-04 03:13:21 +08:00
cong
f6b303cc74 feat(interrupt): mirror chatgpt entry and regen sentinel per oauth step 2026-04-04 02:19:39 +08:00
cong
a2113123a9 feat(interrupt): unify oauth sentinel usage across login steps 2026-04-04 02:11:46 +08:00
cong
393875d9c4 fix(interrupt): use browser sentinel for oauth authorize/password 2026-04-04 02:06:50 +08:00
cong
4b81f2b0fc feat(interrupt): force password login after about-you cutoff 2026-04-04 02:04:32 +08:00
cong
b3a555004f feat(interrupt): resume oauth with screen_hint=signup after about-you cutoff 2026-04-04 02:00:24 +08:00
cong
bb4c85c850 feat(interrupt): force fresh oauth session after about-you handoff 2026-04-04 01:56:34 +08:00
cong
7034e082a5 fix(interrupt): prefer browser sentinel for oauth email otp validate 2026-04-04 01:50:38 +08:00
cong
7816b8f67a fix(interrupt): stop oauth otp wait on manual interruption 2026-04-04 01:41:25 +08:00
cong
b5ed37dddc fix(interrupt): add sentinel token to oauth email otp validate 2026-04-04 01:38:11 +08:00
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
48f0243244 Merge remote-tracking branch 'origin/main' 2026-04-04 00:47:29 +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
ac75659411 docs: clarify project lineage and change sources 2026-04-04 00:13:46 +08:00
cong
53b0a04279 fix(chatgpt): improve workspace recovery and login fallback 2026-04-04 00:08:04 +08:00
Hoshino-Yumetsuki
472672949a feat: 支持docker内有头浏览器 2026-04-03 23:14:03 +08:00
bcxc
ed0b530a3c applemail 支持json 导入 2026-04-03 22:01:49 +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
zhangchen
d368dae81e Merge pull request #83 from Cong0707/codex/cloudmail-freemail-sync-origin
同步 CloudMail 与 Freemail 域名配置支持
2026-04-03 19:02:05 +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
cong
6bd52b8e0e 同步CloudMail与Freemail域名配置支持 2026-04-03 18:40:40 +08:00
Karunari
ec76c8e62f Merge branch 'zc-zhangchen:main' into main 2026-04-03 18:34:39 +08:00
karunari
485c50c9f7 feat:给邮箱添加三次重试取最新验证码 2026-04-03 18:26:32 +08:00
zhangchen
31d9a71ec7 Merge pull request #80 from Karunari-luoling/main
feat: 为 MoeMail 增加 API Key 配置与请求头支持
2026-04-03 17:09:52 +08:00
karunari
f8ac528f4d feat: 为 MoeMail 增加 API Key 配置与请求头支持
- 新增配置项 moemail_api_key 并加入配置白名单

- MoeMail 请求支持 X-API-Key 头(config、generate、messages)

- 前端设置页新增 MoeMail API Key 输入项

- 注册任务与账户页补充 moemail_api_key 透传
2026-04-03 17:01:51 +08:00
bcxc
7084805c3f applemail 接入 2026-04-03 15:50:02 +08:00
zhangchen
162b0c860f Merge pull request #78 from woodnaonly/main
feat: 接入 OpenTrashMail 邮箱服务
2026-04-03 15:42:24 +08:00
Yzzz
54b5e1ee77 Merge branch 'zc-zhangchen:main' into main 2026-04-03 15:37:11 +08:00
x
bda3581df8 feat: 接入 OpenTrashMail 邮箱服务 2026-04-03 15:30:22 +08:00
zhangchen
0381d1a9e9 Merge pull request #77 from mllt992/0403_windows
fix: 修复 Windows GBK 编码下 emoji 显示乱码问题
2026-04-03 15:14:10 +08:00
zhangchen
7a342a5010 修复400 2026-04-03 14:52:47 +08:00