cotal-ai 0.45.0 → 0.47.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/package.json +17 -17
- package/seeded-connectors/claude/dist/hook.cjs +39 -12
- package/seeded-connectors/claude/dist/index.js +13 -13
- package/seeded-connectors/claude/dist/mcp.cjs +144 -13
- package/seeded-connectors/claude/package.json +1 -1
- package/seeded-connectors/codex/dist/extension.d.ts.map +1 -1
- package/seeded-connectors/codex/dist/host.js +144 -13
- package/seeded-connectors/codex/dist/index.js +14 -13
- package/seeded-connectors/codex/package.json +1 -1
- package/seeded-connectors/hermes/dist/extension.d.ts.map +1 -1
- package/seeded-connectors/hermes/dist/index.js +14 -13
- package/seeded-connectors/hermes/dist/launch.js +144 -13
- package/seeded-connectors/hermes/package.json +1 -1
- package/seeded-connectors/hermes/plugin/cotal/_sidecar/standalone.cjs +144 -13
- package/seeded-connectors/jcode/dist/host.js +144 -13
- package/seeded-connectors/jcode/dist/index.js +13 -13
- package/seeded-connectors/jcode/dist/mcp.js +134 -13
- package/seeded-connectors/jcode/package.json +1 -1
- package/seeded-connectors/opencode/dist/extension.d.ts.map +1 -1
- package/seeded-connectors/opencode/dist/index.js +14 -13
- package/seeded-connectors/opencode/dist/plugin.bundle.js +144 -13
- package/seeded-connectors/opencode/package.json +1 -1
- package/seeded-connectors/pi/dist/index.js +117 -14
- package/seeded-connectors/pi/dist/standalone.js +144 -13
- package/seeded-connectors/pi/package.json +1 -1
- package/seeded-connectors/web/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cotal-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.47.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": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"mcp",
|
|
20
20
|
"a2a"
|
|
21
21
|
],
|
|
22
|
-
"homepage": "https://
|
|
22
|
+
"homepage": "https://cotal.ai",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
25
|
"url": "git+https://github.com/Cotal-AI/Cotal.git",
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
"node": ">=22"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@cotal-ai/auth": "0.
|
|
37
|
-
"@cotal-ai/
|
|
38
|
-
"@cotal-ai/core": "0.
|
|
39
|
-
"@cotal-ai/delivery": "0.
|
|
40
|
-
"@cotal-ai/
|
|
41
|
-
"@cotal-ai/manager": "0.
|
|
42
|
-
"@cotal-ai/runtime": "0.
|
|
43
|
-
"@cotal-ai/workspace": "0.
|
|
36
|
+
"@cotal-ai/auth": "0.47.0",
|
|
37
|
+
"@cotal-ai/cli": "0.47.0",
|
|
38
|
+
"@cotal-ai/core": "0.47.0",
|
|
39
|
+
"@cotal-ai/delivery": "0.47.0",
|
|
40
|
+
"@cotal-ai/connector-core": "0.47.0",
|
|
41
|
+
"@cotal-ai/manager": "0.47.0",
|
|
42
|
+
"@cotal-ai/runtime": "0.47.0",
|
|
43
|
+
"@cotal-ai/workspace": "0.47.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@nats-io/jetstream": "^3.4.0",
|
|
47
47
|
"@nats-io/transport-node": "^3.4.0",
|
|
48
48
|
"typescript": "^5.9.3",
|
|
49
|
-
"@cotal-ai/connector-claude-code": "0.
|
|
50
|
-
"@cotal-ai/connector-
|
|
51
|
-
"@cotal-ai/connector-
|
|
52
|
-
"@cotal-ai/
|
|
53
|
-
"@cotal-ai/connector-codex": "0.45.0",
|
|
54
|
-
"@cotal-ai/connector-jcode": "0.45.0",
|
|
49
|
+
"@cotal-ai/connector-claude-code": "0.47.0",
|
|
50
|
+
"@cotal-ai/connector-codex": "0.47.0",
|
|
51
|
+
"@cotal-ai/connector-hermes": "0.47.0",
|
|
52
|
+
"@cotal-ai/connector-jcode": "0.47.0",
|
|
55
53
|
"@cotal-ai/smoke-kit": "0.0.0",
|
|
56
|
-
"@cotal-ai/
|
|
54
|
+
"@cotal-ai/pi": "0.47.0",
|
|
55
|
+
"@cotal-ai/web": "0.47.0",
|
|
56
|
+
"@cotal-ai/connector-opencode": "0.47.0"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist",
|