@viceme-ai/cli 0.40.0 → 0.41.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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.41.0] - 2026-09-11
4
+
5
+ ### Features
6
+
7
+ - 支持国际站美元免费做同款 (`b340424`)
8
+ - 支持自主收入提现与原单恢复 (`37f3495`)
9
+
10
+ ### Fixes
11
+
12
+ - 简化 Windows Agent 安装与定位 (`66dc16d`)
13
+
3
14
  ## [0.40.0] - 2026-09-10
4
15
 
5
16
  ### Features
package/README.md CHANGED
@@ -439,3 +439,21 @@ make release-manifest
439
439
  The CLI and official Agent Skills are versioned and released together. GitHub,
440
440
  npm, `s3.viceme.cn`, and `s3.viceme.ai` artifacts come from the same reviewed
441
441
  commit.
442
+
443
+ ## 创作者收入提现
444
+
445
+ 国内站登录后,可由 Agent 调用官方 `withdraw-income` Skill 自主提现;旧凭证首次使用时重新运行 `viceme auth login`。
446
+
447
+ ```sh
448
+ viceme withdraw context
449
+ viceme withdraw create --request-id <稳定任务标识>
450
+ viceme withdraw create --request-id <稳定任务标识> --amount 100.00
451
+ viceme withdraw status --request-id <原任务标识>
452
+ ```
453
+
454
+ `--amount` 的单位是人民币元;省略时按可提现收入、渠道上限和剩余当日额度选择金额。
455
+ 每个新任务使用新请求标识;首次办理、重新登录和网络失败后沿用原标识及原参数恢复。
456
+ CLI 在当前账号与 Profile 下保存请求,确保恢复时不会重新选额或换账户。
457
+ 渠道需要本人实名签约、绑定或确认收款时,Skill 展示现有网站入口,完成后继续原单。
458
+ `PENDING` 与 `ACTION_REQUIRED` 均不代表到账;只有 `SUCCEEDED` 表示全部提现成功。
459
+ 定期触发和长时间跟踪由上层 Agent 负责。
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- e7f2c5fb390468526f1861ba35b9b6da18ae3e40d1e5a3ef7d6c88672c3caf57 viceme_0.40.0_darwin_amd64
2
- 5de6c7279e51339c40e74dc57ce0b559442a46f85e9eaf47834926bf6455acab viceme_0.40.0_darwin_arm64
3
- 5c9d01e1d2ba9ea1539d7aa107037bd5f1fe044be351c9412b2340935432469c viceme_0.40.0_linux_amd64
4
- 801c2c5b4011cc9c54180b176f6b68093d70974cd9bc6de380b36977d562f7a6 viceme_0.40.0_linux_arm64
5
- 8ba24e4d3e565cf7ffd2a7e5b24e94b83ebfa4fb6b9ee493b5ff32cfb4e5ed42 viceme_0.40.0_windows_amd64.exe
6
- 6e5861071c9563bd50399d6112812eac1c2465c270a6e636b194d991123e467b viceme_0.40.0_windows_arm64.exe
1
+ 502cddd6ccb6ae366df825202c9ba8bc1028c8169f41468af53d5f1cd03a7b26 viceme_0.41.0_darwin_amd64
2
+ ee19f99f8fc38b61172252bdfd872e7c23d739ef890624c581848b2fe29851be viceme_0.41.0_darwin_arm64
3
+ 208e1570a1da085410c8b817928a4d30f839b30bfffe8bcd4f3c2c0d3d1e83e9 viceme_0.41.0_linux_amd64
4
+ 6535fcbc9ea449feaf27566fa4aa478aaba884d8ca3f3fef49013380f244a272 viceme_0.41.0_linux_arm64
5
+ 2b4f2406d43724718b8657c7effa8dcb6670ad47db9bcfdaa95dc9f7d39975ea viceme_0.41.0_windows_amd64.exe
6
+ c06c567bba9a3ac4c6e0463b309b98b8e6c180ea241efcb642d841db99992e0f viceme_0.41.0_windows_arm64.exe
package/docs/releasing.md CHANGED
@@ -159,8 +159,11 @@ Every release renders two public Agent contracts with the exact stable version:
159
159
 
160
160
  - `release/agent-install.md.tmpl` is the narrow CLI Runtime bootstrap. It
161
161
  installs or updates one verified CLI plus official-Skill generation, runs
162
- `viceme doctor`, and then returns control to its caller. It does not know a
163
- Product stable name or install a merchant Product Skill.
162
+ `viceme doctor`, and then returns control to its caller. Windows Agents verify
163
+ the Manifest-selected executable and invoke the executable's own
164
+ `bootstrap activate` entrypoint directly, so a POSIX-only host such as WorkBuddy does not need to
165
+ escape into PowerShell or npm. It does not know a Product stable name or
166
+ install a merchant Product Skill.
164
167
  - `release/commerce-skill-install.md.tmpl` is the generic Product Skill
165
168
  activation contract. It first uses an already healthy Commerce Runtime and
166
169
  delegates to the same-region `agent-install.md` only when the Runtime is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.40.0",
3
+ "version": "0.41.0",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {