@whalent/agent 0.3.418 → 0.3.420
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/core.cjs +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -139,3 +139,7 @@ Copyright © 2025 Whalent. All rights reserved.
|
|
|
139
139
|
|
|
140
140
|
SDK 握手重连(0.3.415):服务端明确确认 token 失效或要求升级时停止重试;请重新登录或更新客户端。
|
|
141
141
|
普通 403、CDN/网络故障继续退避,不会误判为凭据永久失效。
|
|
142
|
+
|
|
143
|
+
### Desktop shell 页面恢复(0.3.14)
|
|
144
|
+
|
|
145
|
+
Windows/macOS 内置原生 watchdog,当前窗口持续约 30 秒无法显示页面时弹出系统对话框,可重新加载或清缓存后重试;F5 / Ctrl/⌘R 普通重载,Ctrl/⌘Shift+R 清缓存。清理保留 Cookie、localStorage、IndexedDB 与个人设置。Windows CDP 和 macOS WKWebsiteDataStore 通过构建时固定版本补丁生效;构建务必使用 `scripts/build-desktop-shell.mjs`,不要直接 `go build` 发布。页面检测脚本权威源在主仓 `shared/shell-recovery/`。
|