cotal-ai 0.47.0 → 0.47.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cotal-ai",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
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": [
@@ -33,27 +33,27 @@
33
33
  "node": ">=22"
34
34
  },
35
35
  "dependencies": {
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"
36
+ "@cotal-ai/cli": "0.47.1",
37
+ "@cotal-ai/auth": "0.47.1",
38
+ "@cotal-ai/delivery": "0.47.1",
39
+ "@cotal-ai/core": "0.47.1",
40
+ "@cotal-ai/manager": "0.47.1",
41
+ "@cotal-ai/connector-core": "0.47.1",
42
+ "@cotal-ai/runtime": "0.47.1",
43
+ "@cotal-ai/workspace": "0.47.1"
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.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",
49
+ "@cotal-ai/connector-codex": "0.47.1",
50
+ "@cotal-ai/connector-claude-code": "0.47.1",
51
+ "@cotal-ai/connector-jcode": "0.47.1",
52
+ "@cotal-ai/pi": "0.47.1",
53
+ "@cotal-ai/connector-hermes": "0.47.1",
54
+ "@cotal-ai/connector-opencode": "0.47.1",
53
55
  "@cotal-ai/smoke-kit": "0.0.0",
54
- "@cotal-ai/pi": "0.47.0",
55
- "@cotal-ai/web": "0.47.0",
56
- "@cotal-ai/connector-opencode": "0.47.0"
56
+ "@cotal-ai/web": "0.47.1"
57
57
  },
58
58
  "files": [
59
59
  "dist",
@@ -41190,7 +41190,7 @@ config(en_default());
41190
41190
 
41191
41191
  // ../connector-core/dist/docs-bundle.generated.js
41192
41192
  var DOCS_BUNDLE = {
41193
- "version": "0.47.0",
41193
+ "version": "0.47.1",
41194
41194
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
41195
41195
  "pages": [
41196
41196
  {
@@ -14995,7 +14995,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
14995
14995
 
14996
14996
  // ../connector-core/dist/docs-bundle.generated.js
14997
14997
  var DOCS_BUNDLE = {
14998
- "version": "0.47.0",
14998
+ "version": "0.47.1",
14999
14999
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
15000
15000
  "pages": [
15001
15001
  {
@@ -68977,7 +68977,7 @@ var import_node_child_process2 = require("node:child_process");
68977
68977
 
68978
68978
  // ../connector-core/dist/docs-bundle.generated.js
68979
68979
  var DOCS_BUNDLE = {
68980
- "version": "0.47.0",
68980
+ "version": "0.47.1",
68981
68981
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
68982
68982
  "pages": [
68983
68983
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/connector-claude-code",
3
3
  "description": "Cotal connector for Claude Code: an installed plugin that joins a session to the mesh.",
4
- "version": "0.47.0",
4
+ "version": "0.47.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63185,7 +63185,7 @@ config(en_default());
63185
63185
 
63186
63186
  // ../connector-core/dist/docs-bundle.generated.js
63187
63187
  var DOCS_BUNDLE = {
63188
- "version": "0.47.0",
63188
+ "version": "0.47.1",
63189
63189
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
63190
63190
  "pages": [
63191
63191
  {
@@ -14821,7 +14821,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
14821
14821
 
14822
14822
  // ../connector-core/dist/docs-bundle.generated.js
14823
14823
  var DOCS_BUNDLE = {
14824
- "version": "0.47.0",
14824
+ "version": "0.47.1",
14825
14825
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
14826
14826
  "pages": [
14827
14827
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/connector-codex",
3
3
  "description": "Cotal connector for OpenAI Codex: a host-mode peer driving codex app-server, with Codex's own TUI attached and the cotal_* tools served over a loopback MCP endpoint.",
4
- "version": "0.47.0",
4
+ "version": "0.47.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -14806,7 +14806,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
14806
14806
 
14807
14807
  // ../connector-core/dist/docs-bundle.generated.js
14808
14808
  var DOCS_BUNDLE = {
14809
- "version": "0.47.0",
14809
+ "version": "0.47.1",
14810
14810
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
14811
14811
  "pages": [
14812
14812
  {
@@ -56975,7 +56975,7 @@ config(en_default());
56975
56975
 
56976
56976
  // ../connector-core/dist/docs-bundle.generated.js
56977
56977
  var DOCS_BUNDLE = {
56978
- "version": "0.47.0",
56978
+ "version": "0.47.1",
56979
56979
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
56980
56980
  "pages": [
56981
56981
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/connector-hermes",
3
3
  "description": "Cotal connector for the Hermes (Nous Research) agent.",
4
- "version": "0.47.0",
4
+ "version": "0.47.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -56870,7 +56870,7 @@ config(en_default());
56870
56870
 
56871
56871
  // ../connector-core/dist/docs-bundle.generated.js
56872
56872
  var DOCS_BUNDLE = {
56873
- "version": "0.47.0",
56873
+ "version": "0.47.1",
56874
56874
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
56875
56875
  "pages": [
56876
56876
  {
@@ -59522,7 +59522,7 @@ config(en_default());
59522
59522
 
59523
59523
  // ../connector-core/dist/docs-bundle.generated.js
59524
59524
  var DOCS_BUNDLE = {
59525
- "version": "0.47.0",
59525
+ "version": "0.47.1",
59526
59526
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
59527
59527
  "pages": [
59528
59528
  {
@@ -14840,7 +14840,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
14840
14840
 
14841
14841
  // ../connector-core/dist/docs-bundle.generated.js
14842
14842
  var DOCS_BUNDLE = {
14843
- "version": "0.47.0",
14843
+ "version": "0.47.1",
14844
14844
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
14845
14845
  "pages": [
14846
14846
  {
@@ -57515,7 +57515,7 @@ import { execFileSync } from "node:child_process";
57515
57515
 
57516
57516
  // ../connector-core/dist/docs-bundle.generated.js
57517
57517
  var DOCS_BUNDLE = {
57518
- "version": "0.47.0",
57518
+ "version": "0.47.1",
57519
57519
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
57520
57520
  "pages": [
57521
57521
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/connector-jcode",
3
3
  "description": "Cotal connector for Jcode: a host-mode mesh peer driven through Jcode's Harness API bridge.",
4
- "version": "0.47.0",
4
+ "version": "0.47.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -14828,7 +14828,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
14828
14828
 
14829
14829
  // ../connector-core/dist/docs-bundle.generated.js
14830
14830
  var DOCS_BUNDLE = {
14831
- "version": "0.47.0",
14831
+ "version": "0.47.1",
14832
14832
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
14833
14833
  "pages": [
14834
14834
  {
@@ -58724,7 +58724,7 @@ config(en_default());
58724
58724
 
58725
58725
  // ../connector-core/dist/docs-bundle.generated.js
58726
58726
  var DOCS_BUNDLE = {
58727
- "version": "0.47.0",
58727
+ "version": "0.47.1",
58728
58728
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
58729
58729
  "pages": [
58730
58730
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/connector-opencode",
3
3
  "description": "Cotal connector for OpenCode: a native in-process plugin that joins a session to the mesh.",
4
- "version": "0.47.0",
4
+ "version": "0.47.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -16540,7 +16540,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
16540
16540
 
16541
16541
  // ../connector-core/dist/docs-bundle.generated.js
16542
16542
  var DOCS_BUNDLE = {
16543
- "version": "0.47.0",
16543
+ "version": "0.47.1",
16544
16544
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
16545
16545
  "pages": [
16546
16546
  {
@@ -56980,7 +56980,7 @@ config(en_default());
56980
56980
 
56981
56981
  // ../connector-core/dist/docs-bundle.generated.js
56982
56982
  var DOCS_BUNDLE = {
56983
- "version": "0.47.0",
56983
+ "version": "0.47.1",
56984
56984
  "generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
56985
56985
  "pages": [
56986
56986
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cotal-ai/pi",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/web",
3
3
  "description": "Cotal browser observability dashboard: adds the `web` command to the cotal CLI.",
4
- "version": "0.47.0",
4
+ "version": "0.47.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",