@viceme-ai/cli 0.44.0 → 0.45.0
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 +12 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.45.0] - 2026-09-17
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 登录编排按宿主能力档案调度并恒定落盘二维码呈现 (`17b4e65`)
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- 降级告警改为按命令实例传参归属并补归属测试 (`6e82fd3`)
|
|
12
|
+
- 修复私有写入评审问题——原生拒绝码重试、降级持久化与告警竞争 (`a43061b`)
|
|
13
|
+
- 容忍安全软件干扰的私有文件写入并补全绑定错误自描述 (`5fd6b2e`)
|
|
14
|
+
|
|
3
15
|
## [0.44.0] - 2026-09-16
|
|
4
16
|
|
|
5
17
|
### Features
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
ec415eb8273b287ce905d06ad6f3cc45114ec4229b94bbd6f1ec35a2b9ab19b3 viceme_0.45.0_darwin_amd64
|
|
2
|
+
5155f0fae7da5f1da8d5af629894f75596c957309514a72fdd388f26cebdd9ad viceme_0.45.0_darwin_arm64
|
|
3
|
+
cab61b8407122804d172757681fee109d696eccaa4805562ae7d37ea8b1b1ac9 viceme_0.45.0_linux_amd64
|
|
4
|
+
3e4bbee8df732c23174dcdafc51738f70d7318ca63a9a01b8b6142bafb71f4f5 viceme_0.45.0_linux_arm64
|
|
5
|
+
8f54e7e3ed51716e4b10863ae0442367f85cc5af7b58cf7dd2bb2a91bfc133fe viceme_0.45.0_windows_amd64.exe
|
|
6
|
+
240260e72f214f18b18b798395106b876f6d8dc7fc7d86c95a3d227175b7252a viceme_0.45.0_windows_arm64.exe
|