fix: guard against None browser when reading mute status 99cb7cd Running nacho commited on 8 days ago
perf: shave ~5s off chat — shorter waits, non-blocking delete, lower timeouts fc44ec7 nacho commited on 8 days ago
fix: retry different accounts on browser failure (instead of 503) 8651ef6 nacho commited on 9 days ago
fix: SSE keepalive comments every 5s to prevent AstrBot ReadTimeout d14a146 nacho commited on 9 days ago
fix: remove redundant Cloudflare wait from _auto_login (already done in start) 569153a nacho commited on 9 days ago
fix: clean stale Chromium SingletonLock before launch (crash recovery) 171bb28 nacho commited on 9 days ago
fix: support array content blocks from AstrBot (multi-modal message format) 3be6e48 nacho commited on 9 days ago
fix: reduce HF Docker defaults — max_active_browsers 101→15, max_concurrent 50→8 9fba9a0 nacho commited on 9 days ago
fix: prelogin capped at 3 rounds + revert aggressive check_login_state 3ee386a nacho commited on 9 days ago
feat: account detail modal — click eye icon to see full info + screenshots per account 3cb96d8 nacho commited on 9 days ago
refactor: prelogin retry loop — 8 concurrent, 3min retry, infinite until all online f249601 nacho commited on 9 days ago
feat: detailed error reporting — per-account error messages, screenshot context, UI tooltips f7df793 nacho commited on 9 days ago
fix: login timeout, target crash, screenshot viewer, prelogin speed d12c6be nacho commited on 9 days ago
refactor: clean dead code, extract shared stream logic, responsive UI rewrite b454740 nacho commited on 9 days ago
chore: 清理 dead code,更新面板支持 JSON 导入,补全 .env.example,修复 Actions checkout v5 594e4c0 nacho commited on 10 days ago
fix: 回滚过于激进的 Chromium 底层参数,修复其导致的 Cloudflare 人机验证 100% 失败从而无法登录的问题 6eb6f92 nacho commited on 10 days ago
perf: 添加额外的 site-isolation-trials 和 process 限制参数,进一步压榨单实例进程数与线程数 e8a828e nacho commited on 10 days ago
max_active_browsers从硬编码改为DS2API_MAX_ACTIVE_BROWSERS环境变量(默认50) 5332bb0 huanx520 commited on 10 days ago
fix: 增强提取深度思考的鲁棒性,当 DOM class 提取失败时通过 innerText 切分 fallback 解析 reasoning_content 879a171 nacho commited on 10 days ago