cotal-ai 0.11.2 → 0.11.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.
Files changed (2) hide show
  1. package/dist/cotal.js +1 -0
  2. package/package.json +12 -11
package/dist/cotal.js CHANGED
@@ -16,6 +16,7 @@ import "@cotal-ai/auth"; // self-registers login / logout — per-user IdP sessi
16
16
  import "@cotal-ai/connector-claude-code"; // registers the `claude` connector that spawn / start resolve
17
17
  import "@cotal-ai/connector-opencode"; // registers the `opencode` connector (native in-process plugin)
18
18
  import "@cotal-ai/connector-hermes"; // registers the `hermes` connector (Nous Research gateway as a mesh peer)
19
+ import "@cotal-ai/pi"; // registers the `pi` connector (mesh extension loaded into the user's own pi)
19
20
  import { claudeConnector } from "@cotal-ai/connector-claude-code";
20
21
  import { registry } from "@cotal-ai/core";
21
22
  // A CLI must exit quietly when its stdout is closed early — piped to `head`, a pager that quits,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cotal-ai",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Cotal — lateral agent coordination over NATS. Run `npx cotal-ai` for the CLI.",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -26,16 +26,17 @@
26
26
  "node": ">=20"
27
27
  },
28
28
  "dependencies": {
29
- "@cotal-ai/auth": "0.11.2",
30
- "@cotal-ai/cli": "0.11.2",
31
- "@cotal-ai/connector-hermes": "0.11.2",
32
- "@cotal-ai/connector-claude-code": "0.11.2",
33
- "@cotal-ai/connector-opencode": "0.11.2",
34
- "@cotal-ai/core": "0.11.2",
35
- "@cotal-ai/delivery": "0.11.2",
36
- "@cotal-ai/manager": "0.11.2",
37
- "@cotal-ai/workspace": "0.11.2",
38
- "@cotal-ai/connector-core": "0.11.2"
29
+ "@cotal-ai/auth": "0.11.3",
30
+ "@cotal-ai/cli": "0.11.3",
31
+ "@cotal-ai/connector-claude-code": "0.11.3",
32
+ "@cotal-ai/connector-core": "0.11.3",
33
+ "@cotal-ai/connector-hermes": "0.11.3",
34
+ "@cotal-ai/connector-opencode": "0.11.3",
35
+ "@cotal-ai/delivery": "0.11.3",
36
+ "@cotal-ai/core": "0.11.3",
37
+ "@cotal-ai/manager": "0.11.3",
38
+ "@cotal-ai/workspace": "0.11.3",
39
+ "@cotal-ai/pi": "0.11.3"
39
40
  },
40
41
  "files": [
41
42
  "dist",