@cotal-ai/cli 0.37.0 → 0.39.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.
@@ -75,7 +75,7 @@ export declare const spawnFlags: readonly [{
75
75
  readonly name: "resume";
76
76
  readonly type: "string";
77
77
  readonly value: "<id>";
78
- readonly description: "fork an existing session id into the mesh (claude only; detached: pair with --cwd)";
78
+ readonly description: "fork an existing session id into the mesh (only where the connector declares resume support; detached: pair with --cwd)";
79
79
  }, {
80
80
  readonly name: "events";
81
81
  readonly type: "boolean";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/cli",
3
3
  "description": "Cotal mesh CLI: up, join, watch, console, spawn, mint, channels, history, ext.",
4
- "version": "0.37.0",
4
+ "version": "0.39.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,8 +28,8 @@
28
28
  "yaml": "^2.9.0",
29
29
  "zod": "^4.4.3",
30
30
  "ws": "^8.21.0",
31
- "@cotal-ai/workspace": "0.37.0",
32
- "@cotal-ai/core": "0.37.0"
31
+ "@cotal-ai/core": "0.39.0",
32
+ "@cotal-ai/workspace": "0.39.0"
33
33
  },
34
34
  "optionalDependencies": {
35
35
  "@eplightning/nats-server-darwin-arm64": "^2.14.0",
@@ -42,8 +42,8 @@
42
42
  "devDependencies": {
43
43
  "@types/react": "^19.0.0",
44
44
  "@types/ws": "^8.18.1",
45
- "@cotal-ai/smoke-kit": "0.0.0",
46
- "@cotal-ai/auth": "0.37.0"
45
+ "@cotal-ai/auth": "0.39.0",
46
+ "@cotal-ai/smoke-kit": "0.0.0"
47
47
  },
48
48
  "files": [
49
49
  "dist",