Commit Graph

710 Commits

Author SHA1 Message Date
QLHazyCoder 6bd00dbd5b chore: ignore generated python caches 2026-05-10 06:54:06 +08:00
QLHazyCoder b9a89467c2 chore: remove generated python cache from release 2026-05-10 06:53:51 +08:00
QLHazyCoder 7c66cc6b5b chore(release): bump version to Ultra9.0 2026-05-10 06:52:48 +08:00
QLHazyCoder 401049de5a feat: 添加GPC结账重启逻辑,处理任务状态无进展的情况 2026-05-10 06:38:56 +08:00
QLHazyCoder afeb9f2f94 chore: update mail provider option labels 2026-05-10 06:32:10 +08:00
QLHazyCoder 532e0c01b8 fix: keep signup identity submit deferred with operation delay 2026-05-10 06:25:33 +08:00
QLHazyCoder 7d31e93c0e Remove internal planning docs from PR follow-up 2026-05-10 06:15:34 +08:00
QLHazyCoder 6b87d68630 Merge origin/dev into PR 225 review fix 2026-05-10 06:02:53 +08:00
QLHazyCoder 15af098327 修复手机号登录回退与重发 500 处理 2026-05-10 05:02:10 +08:00
QLHazyCoder c3827d2cfc feat: 增强自动运行记录状态处理,确保真实失败步骤不被误解析为指导文本 2026-05-10 04:25:04 +08:00
QLHazyCoder 0096442674 feat: 添加注册流程中标签页稳定等待机制,优化步骤2和步骤3的执行逻辑 2026-05-10 04:10:56 +08:00
QLHazyCoder e8ca56d650 feat: 添加过期步骤消息处理,忽略自动运行中已完成的步骤错误和完成消息 2026-05-10 02:30:03 +08:00
QLHazyCoder b02b375449 feat: 添加 GPC 任务过期状态处理,增强任务执行的稳定性和错误提示 2026-05-10 02:29:54 +08:00
root e9d7086b30 fix: abort stale phone signup email verification 2026-05-09 14:24:12 -04:00
QLHazyCoder 35bf6a2c32 feat: 增强 GPC 结账流程的错误处理与重试机制,优化超时管理 2026-05-10 01:31:42 +08:00
QLHazyCoder 712a6ddfba feat: enhance signup entry click logic with retry mechanism and improved logging 2026-05-10 01:31:33 +08:00
QLHazyCoder 5320213b7a feat: update signup flow to include 3-second wait before clicking registration entry 2026-05-10 00:21:06 +08:00
QLHazyCoder 0e3d6ed889 Merge pull request #226 from supperzl/codex/gpc-auto-mode-permission
feat(gpc): add auto mode permission checks
2026-05-09 23:42:52 +08:00
QLHazyCoder 7b887e74bc Merge remote-tracking branch 'origin/dev' into codex-review-pr-226 2026-05-09 23:37:59 +08:00
朴圣佑 dfe5139250 feat(gpc): add auto mode permission checks 2026-05-09 23:23:32 +08:00
root 5462400aa4 fix: hand off phone signup to email verification 2026-05-09 08:47:58 -04:00
QLHazyCoder dcdb3a3e8d feat: enhance signup flow with multiple profile page patterns and improved error handling during verification 2026-05-09 20:42:36 +08:00
QLHazyCoder 5d6792f5fb feat: add support for deferring Step 9 callback timeout during auth security verification 2026-05-09 18:22:24 +08:00
root 018b84264b fix: rotate unusable phone verification numbers 2026-05-09 05:28:01 -04:00
root a8e77396e1 fix: recover add-phone flow from auth error pages 2026-05-09 03:55:45 -04:00
root 6f67a00980 fix: improve iCloud polling and add-phone handoff 2026-05-08 23:19:18 -04:00
root 19a884d6c4 docs: align operation delay ledger paths for Ultra8 2026-05-08 20:08:16 -04:00
root c23461261b feat: add configurable operation delay 2026-05-08 20:06:14 -04:00
QLHazyCoder 872f382815 chore(release): merge dev for Ultra8.0 2026-05-09 02:18:40 +08:00
QLHazyCoder c6f9a5d33d chore(release): bump version to Ultra8.0 2026-05-09 02:16:41 +08:00
QLHazyCoder a9ab670e22 fix: restart phone signup when SMS send is rejected
- 合并 PR #217 的核心改动:将 Step 4 无法向当前手机号发送短信归为换号重开流程。
- 本地补充修复:导出并通过 phoneVerificationHelpers 调用短信拒发分类器,同时修正重开日志原因。
- 影响范围:background auto-run Step 4、phone verification helpers、Step 4 restart tests。
2026-05-08 18:20:32 +08:00
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 9cf24d93ac fix: route SMS send rejection through phone restart helper
- Merge latest dev into the PR branch before applying the maintainer fix

- Expose the phone resend banned classifier from phone verification helpers

- Use the helper from auto-run step 4 and keep restart logs reason-specific
2026-05-08 18:17:18 +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
EmptyDust f2b416b668 fix(signup): restart step 4 on sms-send rejection 2026-05-08 16:02:16 +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