QLHazyCoder
c649d43ee6
重构 Grok SSO 上传到 webchat2api
2026-05-23 20:41:22 +08:00
QLHazyCoder
2ea9ad978e
重构多 flow 邮件轮询并接入 Grok SSO
2026-05-23 04:29:37 +08:00
QLHazyCoder
a7b35ee11a
refactor flows into canonical runtime architecture
2026-05-21 07:21:34 +08:00
QLHazyCoder
065607bc04
修复 Plus 会话导入策略选择
2026-05-20 17:03:03 +08:00
QLHazyCoder
56a5d4f1d7
更新各种md文档
2026-05-19 19:54:12 +08:00
QLHazyCoder
3ad41965ff
Fix Kiro BuilderId profileArn upload
2026-05-19 13:18:37 +08:00
QLHazyCoder
ef700be3e2
refactor kiro flow to web signin authorization
2026-05-19 12:16:59 +08:00
QLHazyCoder
995982d7be
feat: rebuild kiro flow as independent desktop auth pipeline
2026-05-18 22:50:43 +08:00
QLHazyCoder
feba51da65
Refactor auto-run flow state preservation
2026-05-18 03:27:30 +08:00
QLHazyCoder
0c034c232d
feat: add flow-aware kiro device auth workflow
2026-05-18 00:34:51 +08:00
QLHazyCoder
ed2e5ec3c4
新增步骤执行范围并同步文档
2026-05-17 18:18:09 +08:00
Q3CC
74820b8bb2
docs: document YYDS Mail provider integration
2026-05-16 22:13:22 +08:00
QLHazyCoder
6216a26956
fix: update official site links
2026-05-16 17:34:45 +08:00
QLHazyCoder
dccdae6ca8
chore(release): bump version to Ultra9.9
2026-05-14 08:17:13 +08:00
QLHazyCoder
04f89620be
添加设计方案
2026-05-13 00:52:10 +08:00
QLHazyCoder
c3423b21ab
Fix add-email preserve identity email state flow
2026-05-12 03:49:22 +08:00
QLHazyCoder
f81cc74c29
重构duckduckgo邮箱获取
2026-05-12 02:26:46 +08:00
QLHazyCoder
15af098327
修复手机号登录回退与重发 500 处理
2026-05-10 05:02:10 +08:00
QLHazyCoder
0096442674
feat: 添加注册流程中标签页稳定等待机制,优化步骤2和步骤3的执行逻辑
2026-05-10 04:10:56 +08:00
QLHazyCoder
35bf6a2c32
feat: 增强 GPC 结账流程的错误处理与重试机制,优化超时管理
2026-05-10 01:31:42 +08:00
朴圣佑
dfe5139250
feat(gpc): add auto mode permission checks
2026-05-09 23:23:32 +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
QLHazyCoder
6f9a9913b5
fix: update API URLs and improve error handling for SUB2API configuration
2026-05-08 09:11:19 +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
朴圣佑
2236730374
fix(gpc): query local OTP helper by phone
2026-05-07 12:12:57 +08:00
QLHazyCoder
88e20eaac7
docs: align GPC helper task flow documentation
2026-05-07 03:17:04 +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
QLHazyCoder
4f8a149a59
docs: align GPC local helper OTP wording
2026-05-06 17:52:51 +08:00
QLHazyCoder
9964b5a317
feat: replace cookie cleanup step with registration success wait
2026-05-06 14:38:45 +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
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
QLHazyCoder
24f5b79bf1
修改日志显示,合并同一轮中对应的邮箱和手机号
2026-05-05 03:59:09 +08:00
QLHazyCoder
cb41f5c243
feat: 增强步骤 3 的手机号注册逻辑,确保手机号身份优先处理并添加相关测试用例
2026-05-05 02:47:57 +08:00
QLHazyCoder
16baad20a3
feat: 更新手机号输入框逻辑,确保手动输入值在执行步骤前被保存,避免被旧状态覆盖
2026-05-05 01:48:18 +08:00
QLHazyCoder
d054ff65de
feat: Enhance login flow with add-email and phone verification support
...
- Added support for the add-email page in the logging status module.
- Updated step 8 to handle phone-registered accounts during email verification.
- Implemented logic to submit add-email before polling for email verification codes.
- Enhanced tests for step 7 to detect username input as phone number and ignore hidden inputs.
- Improved step 8 to allow add-email handoff only when requested.
- Updated documentation to reflect changes in the login verification flow.
2026-05-05 01:47:58 +08:00
QLHazyCoder
6b3917d4b7
feat: 增强手机号登录功能,添加手机号输入框确认逻辑及相关测试用例
2026-05-04 22:49:28 +08:00
QLHazyCoder
efa77757aa
feat: 增强手机号登录入口识别逻辑,添加相关测试用例
2026-05-04 22:35:43 +08:00
QLHazyCoder
0795108014
修复问题
2026-05-04 19:38:12 +08:00
QLHazyCoder
f2e6a1ed3e
feat: 更新手机号验证设置UI,优化显示逻辑并添加相关测试
2026-05-04 19:09:37 +08:00
QLHazyCoder
6160f4640d
feat: 增强注册流程,添加手机号输入框及相关状态管理逻辑
2026-05-04 17:09:43 +08:00
QLHazyCoder
21b156291d
feat: 增强手机号注册流程,确保手机号输入页就绪后再申请号码并提交
2026-05-04 15:41:09 +08:00
QLHazyCoder
5f7450acf5
feat: 增强注册方法管理,支持动态解析步骤标题及相关测试
2026-05-04 15:06:19 +08:00
QLHazyCoder
5d70d2b681
feat: 增加对自动运行状态的管理,优化轮数同步逻辑及相关测试
2026-05-04 14:20:38 +08:00
QLHazyCoder
c04b64c966
手机号注册模式
2026-05-04 12:56:35 +08:00
QLHazyCoder
4603f512fb
chore: preserve step-aware logging after upstream sync
...
- 吸收 master 的核心改动:按可见步骤归类日志显示,覆盖 OAuth、手机号验证、平台验证和内容脚本日志链路。
- 本地补充修复:保留平台验证成功后的手机号接码确认收尾,避免 #193/#194 恢复的手机号复用链路被合并覆盖。
- 影响范围:background routing、phone verification、platform verify、content scripts、sidepanel 与相关测试/文档。
2026-05-04 04:41:49 +08:00
朴圣佑
29093e08db
fix(flow): harden proxy phone and checkout recovery paths
2026-05-04 03:30:43 +08:00
朴圣佑
d851cc4d36
feat(gopay): support GoPay Plus checkout flow
2026-05-04 03:30:43 +08:00
朴圣佑
2eb913e00b
feat(phone-sms): support 5sim provider
...
(cherry picked from commit 7d10cab9765ed662b5088f791c8635fd8cc63e44)
2026-05-04 03:30:43 +08:00