cotal-ai 0.5.0 → 0.7.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/dist/cotal.js +1 -0
- package/package.json +9 -8
package/dist/cotal.js
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import { runCli } from "@cotal-ai/cli"; // self-registers up / down / join / watch / spawn / console / setup
|
|
10
10
|
import "@cotal-ai/manager"; // self-registers supervise / cmux / start / stop / ps / attach
|
|
11
|
+
import "@cotal-ai/delivery"; // self-registers `deliver` — the server-side Plane-3 delivery daemon
|
|
11
12
|
import "@cotal-ai/connector-claude-code"; // registers the `claude` connector that spawn / start resolve
|
|
12
13
|
import "@cotal-ai/connector-opencode"; // registers the `opencode` connector (native in-process plugin)
|
|
13
14
|
import "@cotal-ai/connector-hermes"; // registers the `hermes` connector (Nous Research gateway as a mesh peer)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cotal-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
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,13 +26,14 @@
|
|
|
26
26
|
"node": ">=20"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@cotal-ai/cli": "0.
|
|
30
|
-
"@cotal-ai/
|
|
31
|
-
"@cotal-ai/connector-
|
|
32
|
-
"@cotal-ai/connector-
|
|
33
|
-
"@cotal-ai/core": "0.
|
|
34
|
-
"@cotal-ai/
|
|
35
|
-
"@cotal-ai/
|
|
29
|
+
"@cotal-ai/cli": "0.7.0",
|
|
30
|
+
"@cotal-ai/connector-claude-code": "0.7.0",
|
|
31
|
+
"@cotal-ai/connector-hermes": "0.7.0",
|
|
32
|
+
"@cotal-ai/connector-opencode": "0.7.0",
|
|
33
|
+
"@cotal-ai/core": "0.7.0",
|
|
34
|
+
"@cotal-ai/cmux": "0.7.0",
|
|
35
|
+
"@cotal-ai/delivery": "0.7.0",
|
|
36
|
+
"@cotal-ai/manager": "0.7.0"
|
|
36
37
|
},
|
|
37
38
|
"files": [
|
|
38
39
|
"dist",
|