sjhu
3585d40cd3
fix(web-providers): fix 13 web models + add E2E test suite + simplify UI
Web model fixes:
- ChatGPT: update send button selectors for 2026 UI
- Gemini: use innerText instead of textContent, tighten response selectors
- Kimi: fix Connect binary protocol parser (only accept append/set ops)
- Qwen CN: add credentials:"include" to fix 403 signature error
- Perplexity: rewrite client with Playwright native keyboard API,
only send last user message instead of full system prompt
- DeepSeek: fix tool_call regex, add data.v array handling,
XML argument fallback, JUNK_TOKENS Unicode variants
E2E test suite (scripts/):
- Two-phase runner: TUI first (L2 HTTP + L3 WebSocket), then WebUI (L5 Playwright)
- Anti-ban: adaptive delay with provider interleaving
- Message pool: 20 natural CN/EN messages, random selection
- HTML report output to reports/
Other:
- Simplify chat UI: remove session/agent selector, keep only model selector
- onboard webauth: auto-exit after auth completes (process.exit)
- Move vitest config to scripts/ directory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 05:17:30 +08:00
..
2026-03-02 08:54:20 +00:00
2026-03-08 17:57:46 -07:00
2026-03-08 17:57:46 -07:00
2026-03-12 07:28:21 -04:00
2026-04-05 05:17:30 +08:00
2026-03-08 18:53:09 -04:00
2026-03-30 17:58:12 +08:00
2026-03-01 14:23:46 -08:00
2026-03-11 02:52:55 +00:00
2026-03-30 17:58:12 +08:00
2026-03-02 08:54:20 +00:00
2026-03-30 17:58:12 +08:00
2026-03-30 17:58:12 +08:00
2026-03-02 23:50:36 +00:00
2026-03-30 17:58:12 +08:00
2026-03-04 02:35:12 -05:00
2026-03-02 14:36:41 +00:00
2026-03-02 14:36:41 +00:00
2026-03-30 17:58:12 +08:00
2026-03-03 10:22:28 -06:00
2026-03-02 08:54:20 +00:00
2026-03-30 17:58:12 +08:00
2026-03-02 16:24:06 +00:00
2026-03-02 14:36:41 +00:00
2026-03-04 02:35:12 -05:00
2026-03-02 18:02:21 +00:00
2026-03-03 03:06:22 +00:00
2026-03-06 11:21:03 -05:00
2026-03-30 17:58:12 +08:00
2026-03-01 23:33:13 +00:00
2026-03-08 00:28:37 +00:00
2026-03-30 17:58:12 +08:00
2026-03-08 04:12:32 +00:00
2026-03-08 04:12:32 +00:00
2026-03-04 01:20:48 -05:00
2026-03-30 17:58:12 +08:00
2026-03-07 19:18:05 +00:00
2026-03-03 02:58:20 +00:00
2026-03-02 11:09:01 -06:00
2026-03-08 19:10:48 +03:00
2026-03-07 17:21:07 +02:00
2026-03-11 12:32:28 +02:00
2026-03-11 12:32:28 +02:00
2026-03-11 12:32:28 +02:00
2026-03-07 17:21:07 +02:00
2026-03-30 17:58:12 +08:00
2026-03-12 04:01:57 +00:00
2026-03-02 19:57:33 +00:00
2026-03-10 20:09:25 +01:00
2026-03-08 14:14:36 +00:00
2026-03-08 16:22:52 +00:00
2026-03-28 15:42:51 +08:00
2026-03-08 18:53:09 -04:00
2026-03-30 17:58:12 +08:00
2026-03-02 11:28:27 -08:00
2026-03-08 17:57:46 -07:00
2026-03-13 16:40:26 +08:00
2026-03-30 17:58:12 +08:00
2026-03-28 15:42:51 +08:00
2026-03-30 17:58:12 +08:00
2026-03-03 00:43:01 +00:00
2026-03-06 14:23:00 -05:00
2026-03-08 04:06:26 +00:00
2026-03-08 04:06:26 +00:00
2026-03-09 06:45:13 +00:00
2026-03-30 17:58:12 +08:00
2026-03-03 00:20:46 +00:00
2026-03-30 17:58:12 +08:00
2026-03-30 17:58:12 +08:00
2026-04-05 05:17:30 +08:00
2026-03-30 17:58:12 +08:00
2026-03-30 17:58:12 +08:00
2026-03-30 17:58:12 +08:00
2026-04-05 05:17:30 +08:00
2026-04-05 05:17:30 +08:00
2026-04-05 05:17:30 +08:00
2026-03-30 17:58:12 +08:00
2026-03-08 04:12:32 +00:00
2026-03-30 17:58:12 +08:00
2026-03-01 22:52:11 -08:00
2026-03-01 22:52:11 -08:00
2026-04-05 05:17:30 +08:00
2026-04-05 05:17:30 +08:00
2026-03-01 14:23:46 -08:00
2026-03-04 02:35:12 -05:00