@neta-art/cohub-cli 6.1.0 → 6.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -305,12 +305,12 @@ Show a file or Work preview in the Cohub tab that started the current work, and
305
305
  methods the Work exposes.
306
306
 
307
307
  ```bash
308
- cohub ui preview <workId|url|cohub://works/...|username/space/work|file://path>
309
- cohub ui preview file://src/main.ts
310
- cohub ui preview work://alice/studio/launch
311
- cohub ui preview <work-or-file> --call selection.get
312
- cohub ui preview <work> --call board.focus --data '{"nodeId":"n1"}'
313
- cohub ui preview <work> --call report.build --input payload.json --json
308
+ cohub desktop open <workId|url|cohub://works/...|username/space/work|file://path>
309
+ cohub desktop open file://src/main.ts
310
+ cohub desktop open work://alice/studio/launch
311
+ cohub desktop open <work-or-file> --call selection.get
312
+ cohub desktop open <work> --call board.focus --data '{"nodeId":"n1"}'
313
+ cohub desktop open <work> --call report.build --input payload.json --json
314
314
  ```
315
315
 
316
316
  `ui preview` accepts `file://` Space-relative paths, `work://` Work references, and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neta-art/cohub-cli",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "CLI for Cohub — spaces, sessions, and agent collaboration.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -19,7 +19,7 @@
19
19
  "commander": "^15.0.0",
20
20
  "pixi.js": "^8.19.0",
21
21
  "sharp": "^0.35.3",
22
- "@neta-art/cohub": "8.1.0"
22
+ "@neta-art/cohub": "8.2.0"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"