@viceme-ai/cli 0.33.1 → 0.33.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 +22 -0
- package/README.md +1 -0
- package/README.zh.md +1 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.33.3] - 2026-09-05
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 为 Windows 项目恢复目录创建私有权限 (`44b4bc8`)
|
|
8
|
+
- 支持沙箱内项目级发布恢复存储 (`5a8051f`)
|
|
9
|
+
- 恢复发布成功后接入原站做同款按钮 (`1ee4c59`)
|
|
10
|
+
- 本地预览直接打开原网页 (`9cba6f6`)
|
|
11
|
+
- 复用权限重试下载并修复 Agent 的 CLI 定位 (`db6889d`)
|
|
12
|
+
|
|
13
|
+
### Other Changes
|
|
14
|
+
|
|
15
|
+
- 隔离 PowerShell 模块环境并兼容 Windows 路径别名 (`8910749`)
|
|
16
|
+
- 修复丢失响应测试的共享状态竞态 (`379f5d7`)
|
|
17
|
+
|
|
18
|
+
## [0.33.2] - 2026-09-05
|
|
19
|
+
|
|
20
|
+
### Fixes
|
|
21
|
+
|
|
22
|
+
- 修复做同款执行循环与交互流程 (`93823f0`)
|
|
23
|
+
- 做同款先执行发布并按返回补齐依赖 (`621334a`)
|
|
24
|
+
|
|
3
25
|
## [0.33.1] - 2026-09-05
|
|
4
26
|
|
|
5
27
|
### Fixes
|
package/README.md
CHANGED
|
@@ -279,6 +279,7 @@ Never copy an access token into the conversation.
|
|
|
279
279
|
| `viceme replica sales --replica <ID>` | Inspect the current source version, price and management permission; suspended owners retain read-only access. |
|
|
280
280
|
| `viceme replica price --replica <ID> --price-cents <cents>` | Review a price change (0 is free), then run the complete returned confirmation command. No source upload is required. |
|
|
281
281
|
| `viceme replica delist --replica <ID>` / `viceme replica relist --replica <ID>` | Review delisting or relisting, then run the complete returned confirmation command. Existing purchase rights remain unchanged. |
|
|
282
|
+
| `viceme replica publish --path <project-or-zip> --state-project <same-project-or-zip> ...` | Keep atomic publication recovery state in the authorized project’s `.viceme` directory. Preserve this locator for confirmation, status, resume and cancel; existing requests are never silently migrated. See [sandbox storage and recovery](docs/replica-sandbox-storage.md). |
|
|
282
283
|
| `viceme replica status <publication-id>` | Read authoritative Website Replica Publication state and complete the stable local binding after a published terminal state. |
|
|
283
284
|
| `viceme replica resume <publication-id>` | Continue only the missing upload, verification, submission, or allowed retry step from authoritative state. |
|
|
284
285
|
| `viceme replica cancel <publication-id>` | Cancel a Publication before activation and clean its local recoverable source. |
|
package/README.zh.md
CHANGED
|
@@ -254,6 +254,7 @@ Endpoint 必须使用 HTTPS;只有 localhost 和 loopback 本地开发可以
|
|
|
254
254
|
| `viceme replica sales --replica <ID>` | 查看当前源码版本、销售价格与经营权限;暂停经营后仍可只读查询。 |
|
|
255
255
|
| `viceme replica price --replica <ID> --price-cents <分>` | 预览改价影响,0 表示免费;执行返回的完整确认命令后修改价格,不重新上传源码。 |
|
|
256
256
|
| `viceme replica delist --replica <ID>` / `viceme replica relist --replica <ID>` | 预览下架或重新上架影响,再执行返回的完整确认命令;已有购买权益不变。 |
|
|
257
|
+
| `viceme replica publish --path <项目或ZIP> --state-project <同一项目或ZIP> ...` | 在已授权项目的 `.viceme` 内保存发布恢复数据,保留原子写入;确认、status、resume、cancel 沿用同一定位参数。已有请求不自动迁移。详见 [沙箱存储与恢复](docs/replica-sandbox-storage.md)。 |
|
|
257
258
|
| `viceme replica status <publication-id>` | 读取 Website Replica Publication 权威状态,并在发布终态补全稳定本地绑定。 |
|
|
258
259
|
| `viceme replica resume <publication-id>` | 从权威子状态只继续缺失的上传、校验、提交或允许的重试步骤。 |
|
|
259
260
|
| `viceme replica cancel <publication-id>` | 激活前取消 Publication,并清理本地可恢复源码。 |
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
3d81f5a49b1720a23a3c908bbd54364f5097c770e034873bb9aaae45af6c06bb viceme_0.33.3_darwin_amd64
|
|
2
|
+
52338ad75253eea31fd2dc44273474dd9baeff61dd6fd45502a5c656f4b6b9b7 viceme_0.33.3_darwin_arm64
|
|
3
|
+
b3ade55f3d993bd371cdd00873fcc917e1591963cd3a95d5193a1e5a8cbd3de2 viceme_0.33.3_linux_amd64
|
|
4
|
+
544211844d3bce8c60cd5e234ebc67aaec062107598aba8d066552959b3f1fc0 viceme_0.33.3_linux_arm64
|
|
5
|
+
b7d890d9525ee37099943f30d773def04f3b185b3741bd11b4b9494b94fad377 viceme_0.33.3_windows_amd64.exe
|
|
6
|
+
03277284c9fe19cb919e20c9a6c9cdf28b26c3e6533c971d8759414e7507dbcf viceme_0.33.3_windows_arm64.exe
|