@priders/cwindsurf 0.8.2 → 0.8.3
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
|
|
4
4
|
|
|
5
|
+
## 0.8.3 - 2026-08-18
|
|
6
|
+
|
|
7
|
+
### 修复
|
|
8
|
+
|
|
9
|
+
- **认证掉线与刷新机制**:解决客户端在网络响应丢包时将可恢复的刷新请求误判为重放(`refresh_token_reused`)导致的掉登录问题。服务端新增未消费子令牌的可恢复判定与孤儿子令牌自愈逻辑,客户端优化歧义吊销错误处理,保证本地有效租约在网络异常时不被误清。
|
|
10
|
+
- **设备身份持久化**:补齐 `DeviceIdentityStore` 的本地磁盘备份路径(`identity.json`),在 SecretStorage 重置或异常时安全恢复设备密钥,消除 `lease_device_mismatch` 掉登录风险。
|
|
11
|
+
|
|
5
12
|
## 0.8.2 - 2026-08-17
|
|
6
13
|
|
|
7
14
|
### 改进
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"package": "@priders/cwindsurf@0.8.
|
|
2
|
+
"package": "@priders/cwindsurf@0.8.3",
|
|
3
3
|
"buildFlavor": "public",
|
|
4
|
-
"generatedAt": "2026-08-
|
|
4
|
+
"generatedAt": "2026-08-18T07:53:23.029Z",
|
|
5
5
|
"algorithm": "sha256",
|
|
6
6
|
"artifacts": {
|
|
7
7
|
"dist/cli.js": "e181f318443a6725cb8b528be47fa33064f8606d19fcef1c43c87613c132eb6d",
|
|
8
|
-
"vsix/windsurf2plus-0.8.
|
|
9
|
-
"extension/dist/extension.js": "
|
|
8
|
+
"vsix/windsurf2plus-0.8.3.vsix": "af6500eb4684f6a446101ad2a73035e5b9bf906fd403d702f5dc38534824fca8",
|
|
9
|
+
"extension/dist/extension.js": "57e91d1fa7a79bc0f27be81f368ec40670ba8bfc135c0fdb2526087db1517cd7",
|
|
10
10
|
"extension/dist/remote-manager.js": "6bdcfba6450692eaa46b8063d00fcf6bb81b79ee7412eb40c51cef118ac6f42d",
|
|
11
|
-
"extension/dist/mitm-proxy-standalone.js": "
|
|
11
|
+
"extension/dist/mitm-proxy-standalone.js": "9d258f62de9707592a7fb57f86f8d6884183db5ad2730f48baa5a159aebbed7f"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "Ed25519",
|
|
3
3
|
"keyId": "372f79a5374f158b",
|
|
4
|
-
"signature": "
|
|
4
|
+
"signature": "t/wKNKfl5QW3IDyy9UJ7aNS9T+7tLcUmnApn+xIQAebfcpPNmN2vlQc6fgLbaYANLeFZHExRiGEWWV0sQ4YPCw=="
|
|
5
5
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|