zerocut-cli 0.1.0 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zerocut-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ZeroCut CLI: AI assistant CLI for creating and editing images/audio/video",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,7 +34,9 @@ Before every task, the agent must check configuration first:
34
34
  npx zerocut-cli config list
35
35
  ```
36
36
 
37
- If `apiKey` is missing or empty, require user to configure via OTT exchange first:
37
+ If `apiKey` is missing or empty, the agent must immediately stop task execution and request an OTT token from the user. Do not continue any generation, conversion, or sandbox command until configuration is completed.
38
+
39
+ Required user action:
38
40
 
39
41
  ```bash
40
42
  npx zerocut-cli config --ott <token> --region <cn|us>