@viceme-ai/cli 0.44.0 → 0.45.1
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 +18 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.45.1] - 2026-09-17
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 购买入口门禁封堵「安装」绕过并补无 Python 时 CLI 兜底 (`640ed60`)
|
|
8
|
+
|
|
9
|
+
## [0.45.0] - 2026-09-17
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- 登录编排按宿主能力档案调度并恒定落盘二维码呈现 (`17b4e65`)
|
|
14
|
+
|
|
15
|
+
### Fixes
|
|
16
|
+
|
|
17
|
+
- 降级告警改为按命令实例传参归属并补归属测试 (`6e82fd3`)
|
|
18
|
+
- 修复私有写入评审问题——原生拒绝码重试、降级持久化与告警竞争 (`a43061b`)
|
|
19
|
+
- 容忍安全软件干扰的私有文件写入并补全绑定错误自描述 (`5fd6b2e`)
|
|
20
|
+
|
|
3
21
|
## [0.44.0] - 2026-09-16
|
|
4
22
|
|
|
5
23
|
### Features
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
aa7a5762d4abbed08bf6a39c90377ad220f6bbdcbd2782dab130f316db3a1b7d viceme_0.45.1_darwin_amd64
|
|
2
|
+
1a226eb1b95c4ce975c906480d25304a7b67218df4188b6fd3a43d04cdd6855b viceme_0.45.1_darwin_arm64
|
|
3
|
+
8c24a6d44f095048e1de524031aab62ec3985fdb5a899cccb5cd1d87571277d4 viceme_0.45.1_linux_amd64
|
|
4
|
+
c6ee8eee71e6f429f19331b9af7e4a2c4c96e9fab50a6648d8734c537488c84a viceme_0.45.1_linux_arm64
|
|
5
|
+
48973d7b348fd6e045a3b370d1fcb28d2128d701e01554eec86f19669731d2ce viceme_0.45.1_windows_amd64.exe
|
|
6
|
+
18b9ad9ca211cd0dc87da4bf7ce843cb584b06249ae3fc0b02e5d167431a63f1 viceme_0.45.1_windows_arm64.exe
|