@cotal-ai/connector-opencode 0.14.5 → 0.14.6
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/index.js +1 -1
- package/dist/plugin.bundle.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -136,7 +136,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
136
136
|
|
|
137
137
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
138
138
|
var DOCS_BUNDLE = {
|
|
139
|
-
"version": "0.14.
|
|
139
|
+
"version": "0.14.6",
|
|
140
140
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
141
141
|
"pages": [
|
|
142
142
|
{
|
package/dist/plugin.bundle.js
CHANGED
|
@@ -43558,7 +43558,7 @@ config(en_default());
|
|
|
43558
43558
|
|
|
43559
43559
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
43560
43560
|
var DOCS_BUNDLE = {
|
|
43561
|
-
"version": "0.14.
|
|
43561
|
+
"version": "0.14.6",
|
|
43562
43562
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
43563
43563
|
"pages": [
|
|
43564
43564
|
{
|
package/package.json
CHANGED
|
@@ -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.14.
|
|
4
|
+
"version": "0.14.6",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@opencode-ai/plugin": "^1.16.2",
|
|
25
25
|
"esbuild": "^0.28.0",
|
|
26
26
|
"tsx": "^4.22.4",
|
|
27
|
-
"@cotal-ai/core": "0.14.
|
|
28
|
-
"@cotal-ai/connector-core": "0.14.
|
|
27
|
+
"@cotal-ai/core": "0.14.6",
|
|
28
|
+
"@cotal-ai/connector-core": "0.14.6"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist"
|