QLHazyCoder
2f7c5381e7
fix: restart phone signup when password page rejects number
...
- 合并 PR #214 的核心改动:将密码页手机号已关联账号/phone already exists 归为可重开的注册手机号异常,并补充回归覆盖。
- 本地补充修复:无。
- 影响范围:content/signup-page.js 的 Step 3/4 注册验证码前置检查、step4 split-code 测试。
2026-05-08 18:19:22 +08:00
QLHazyCoder
82da69b23b
fix: handle manual free phone reuse handoff
...
- 合并 PR #213 的核心改动:手动保存白嫖复用手机号时从本地运行态恢复 HeroSMS activation,并按号码前缀推断提交国家。
- 本地补充修复:无,本轮审查未发现需要额外修改的逻辑错误。
- 影响范围:Step 9 手机号复用保存/手动交接、HeroSMS 国家提交、相关回归测试。
2026-05-08 17:56:04 +08:00
QLHazyCoder
35113e23e6
feat: support Cloud Mail email provider
...
- 合并 PR #212 的核心改动:新增 Cloud Mail / SkyMail 邮箱生成与验证码轮询支持。
- 本地补充修复:去掉重复工具模块,将 Cloud Mail 运行逻辑下沉到 background/cloudmail-provider.js,并补充 README、结构/链路文档与回归测试。
- 影响范围:background provider orchestration、Step 4/8 verification flow、sidepanel mail settings、Cloud Mail utility tests。
2026-05-08 17:43:29 +08:00
QLHazyCoder
3d9b602295
chore: sync Cloud Mail PR with latest head
...
- Merge the contributor branch update back into the local PR fix branch so the pushed head fast-forwards jiulongting:master.
2026-05-08 17:42:15 +08:00
QLHazyCoder
700a929570
feat: support Cloud Mail email provider
...
- Merge the latest dev branch into PR #212 for a clean dev-targeted review base.
- Add Cloud Mail/SkyMail provider support for email generation and verification-code polling.
- Move Cloud Mail runtime logic into a dedicated background module and add docs plus regression tests.
2026-05-08 17:40:41 +08:00
jiulongting
7414e3e904
Merge branch 'QLHazyCoder:master' into master
2026-05-08 13:15:04 +08:00
QLHazyCoder
d5a972b297
chore(release): bump version to Ultra7.3
2026-05-08 11:07:47 +08:00
QLHazyCoder
83c5a6237c
fix: enhance step 7 login identifier resolution and add tests for phone/email handling
2026-05-08 10:31:20 +08:00
QLHazyCoder
b56bde0c2e
fix: enhance email input detection and add tests for unified OpenAI login page
2026-05-08 10:23:38 +08:00
QLHazyCoder
6f9a9913b5
fix: update API URLs and improve error handling for SUB2API configuration
2026-05-08 09:11:19 +08:00
yigedludan8
da02aa62cf
fix(signup): restart phone signup on step 3 phone-exists errors
...
Treat phone-number-already-exists messages on the signup password page as the same restartable step-3 failure path used for phone/password mismatches.
Also adds a regression test covering the Chinese phone-exists error so the flow stops immediately instead of retrying the password submit loop.
2026-05-07 21:00:17 +08:00
initiatione
d28a9fcb35
Fix manual free phone reuse handoff
2026-05-07 20:00:37 +08:00
QLHazyCoder
144b144042
fix: mark deprecated email options for removal in next version
2026-05-07 19:34:56 +08:00
jiulongting
535bd493c7
Merge branch 'QLHazyCoder:master' into master
2026-05-07 18:45:39 +08:00
QLHazyCoder
f6fa19a44f
fix: update auto retry and OAuth flow timeout settings layout
2026-05-07 17:25:37 +08:00
QLHazyCoder
5da91d2cbc
更新md
2026-05-07 16:47:49 +08:00
QLHazyCoder
2cd86d2980
chore(release): bump version to Ultra7.0
2026-05-07 16:41:08 +08:00
QLHazyCoder
5b571b5e5c
Merge branch 'dev' into master
2026-05-07 16:38:41 +08:00
QLHazyCoder
428e23d66a
Update GoPay helper API URL to new domain and enhance cookie cleanup functionality
2026-05-07 16:31:58 +08:00
zhangjiulong1
8484968ccb
增加对CloudMail(SkyMail)邮箱的支持
2026-05-07 15:35:17 +08:00
zhangjiulong1
0330393a19
增加对CloudMail(SkyMail)邮箱的支持
2026-05-07 15:27:04 +08:00
QLHazyCoder
43982825e1
fix: query local GPC OTP helper by phone
...
- 合并 PR #211 的核心改动:GPC 本地 OTP helper 改为按 GPC 手机号查询 /latest-otp,并让后台携带 E.164 phone 与 consume=1。
- 本地补充修复:将 consume 行为收敛为只消费本次返回的 OTP 记录,避免同手机号后续验证码被误删,并同步文档说明。
- 影响范围:GPC Plus 第 7 步队列任务 OTP 提交、本地 macOS SMS helper、相关回归测试与链路文档。
2026-05-07 13:24:17 +08:00
QLHazyCoder
1f2f958d31
docs: clarify local OTP consume behavior
2026-05-07 13:22:04 +08:00
QLHazyCoder
98a6b7092d
fix(gpc): consume local helper OTP by selected record
2026-05-07 13:15:01 +08:00
朴圣佑
2236730374
fix(gpc): query local OTP helper by phone
2026-05-07 12:12:57 +08:00
QLHazyCoder
7dc5cf2928
chore(release): bump version to Ultra6.7
2026-05-07 04:30:00 +08:00
QLHazyCoder
250a709f20
feat: align GPC Plus helper with API Key task queue
...
- 合并 PR #210 的核心改动:将 GPC Plus helper 从旧卡密/checkout helper 调整为 API Key + `/api/gp/tasks` 队列任务,覆盖创建、轮询、OTP/PIN 和任务停止链路
- 本地补充修复:同步根目录结构与完整链路文档,补齐 GPC API Key、任务队列和本地 OTP helper 行为说明
- 影响范围:GPC Plus 支付配置、Plus checkout 第 6/7 步、自动运行失败处理、GPC 工具与相关测试
2026-05-07 03:18:01 +08:00
QLHazyCoder
88e20eaac7
docs: align GPC helper task flow documentation
2026-05-07 03:17:04 +08:00
朴圣佑
bab7e54384
feat(gpc): align helper flow with api key queue tasks
2026-05-07 03:06:09 +08:00
QLHazyCoder
7228a9e531
fix: count initial HeroSMS free reuse success
...
- 合并 PR #209 的核心改动:HeroSMS 白嫖复用号码首次成功后立即计入 successfulUses/maxUses,并补充对应回归断言。
- 本地补充修复:无,本地审查未发现需要额外修补的冲突或逻辑问题。
- 影响范围:background/phone-verification-flow.js、tests/phone-verification-flow.test.js
2026-05-07 02:39:54 +08:00
QLHazyCoder
dcb4ce8fbf
fix: restart phone signup after password mismatch
...
- 合并 PR #208 的核心改动:手机号注册密码页识别 Incorrect phone number or password 后停止重复提交,并回到 Step 1 重开当前轮。
- 本地补充修复:统一清理手动手机号与接码 activation 运行态,补齐密码页诊断测试依赖,并同步链路文档。
- 影响范围:Step 3 收尾、Step 4 验证码准备、自动运行重开、消息路由失败日志与注册页诊断测试。
2026-05-07 02:28:37 +08:00
QLHazyCoder
676b2284f4
chore: merge latest dev into pr 208 fixes
2026-05-07 02:26:08 +08:00
QLHazyCoder
8cc8007150
fix: clear signup phone mismatch runtime state
2026-05-07 02:25:23 +08:00
initiatione
8fefb81b2a
Fix free phone reuse max count
2026-05-07 02:06:17 +08:00
QLHazyCoder
30f3969c9e
fix: stabilize iCloud login helper and verification polling
...
- 合并 PR #207 的核心改动:修复 iCloud 临时网络/上下文错误分支的 safeActionLabel TDZ 崩溃风险,并允许登录验证码轮询首次读取当前可见首行验证码。
- 本地补充修复:无,本轮仅完成审查和定向验证。
- 影响范围:background.js iCloud 登录辅助、content/icloud-mail.js 邮件轮询、对应 iCloud 回归测试。
2026-05-06 23:27:03 +08:00
yigedludan8
12f35f1d3b
fix: restart signup phone mismatch without duplicate logs
2026-05-06 21:44:17 +08:00
Q3CC
057f0080ca
Merge pull request #206 from initiatione/codex/free-phone-reuse-upstream
...
增加 HeroSMS 免费手机号复用
2026-05-06 19:39:05 +08:00
initiatione
99669c8eef
Stabilize iCloud verification polling
2026-05-06 18:25:29 +08:00
initiatione
5014cb4de3
Add configurable SUB2API account priority
2026-05-06 18:19:43 +08:00
initiatione
b6777edbc8
Add HeroSMS free phone reuse
2026-05-06 18:19:43 +08:00
QLHazyCoder
9e6899f37c
fix: allow GPC local helper OTP across channels
...
- 合并 PR #204 的核心改动:GPC 本地 helper 开关不再强制绑定 SMS 通道,WhatsApp 与 SMS 通道都可优先尝试本地 /otp 接口。
- 本地补充修复:同步侧栏本地 OTP 文案与根目录链路/结构说明,保留内置 macOS Messages helper 的短信读取边界。
- 影响范围:GPC Plus Step 7 OTP 验证、sidepanel GPC 配置、相关回归测试与文档。
2026-05-06 17:56:07 +08:00
QLHazyCoder
4f8a149a59
docs: align GPC local helper OTP wording
2026-05-06 17:52:51 +08:00
朴圣佑
612fccd4c6
fix(gpc): allow local helper for whatsapp otp
2026-05-06 17:36:36 +08:00
QLHazyCoder
9964b5a317
feat: replace cookie cleanup step with registration success wait
2026-05-06 14:38:45 +08:00
QLHazyCoder
1bfb89eeb6
更新
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-06 13:35:22 +08:00
QLHazyCoder
a81e94a639
chore(release): bump version to Ultra6.3
2026-05-06 02:45:46 +08:00
QLHazyCoder
951ce8f33a
Merge branch 'dev' of https://github.com/QLHazyCoder/codex-oauth-automation-extension into dev
2026-05-06 02:04:36 +08:00
QLHazyCoder
baecf78f07
fix: handle profile fallback after step 9 phone verification
...
- 合并 PR #201 的核心改动:Step 9 后置手机号验证完成后如进入资料页,复用 Step 5 姓名生日填写并继续 OAuth 同意页。
- 本地补充修复:吸收最新 dev 冲突,保留注册/登录验证码 purpose 路由,并同步根目录结构与链路文档。
- 影响范围:background phone verification flow、content signup page、Step 9 手机号验证与对应回归测试。
2026-05-06 01:52:12 +08:00
QLHazyCoder
80251db9da
fix: resolve step 9 profile fallback with latest dev
2026-05-06 01:51:04 +08:00
QLHazyCoder
aa57e0f645
feat: add GPC SMS helper functionality with local SMS support
...
- Introduced GPC OTP channel selection (WhatsApp/SMS) in the sidepanel.
- Added local SMS helper toggle and URL input for macOS users.
- Implemented normalization functions for OTP channel and local SMS URL.
- Updated settings payload to include new GPC helper configurations.
- Enhanced Plus checkout process to utilize local SMS helper for OTP retrieval.
- Added tests for GPC SMS helper script and its integration in the checkout flow.
- Updated documentation to reflect new GPC helper features and configurations.
2026-05-06 01:39:11 +08:00