@cotal-ai/connector-opencode 0.33.7 → 0.33.8
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -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.33.
|
|
14831
|
+
"version": "0.33.8",
|
|
14832
14832
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
14833
14833
|
"pages": [
|
|
14834
14834
|
{
|
package/dist/plugin.bundle.js
CHANGED
|
@@ -57812,7 +57812,7 @@ config(en_default());
|
|
|
57812
57812
|
|
|
57813
57813
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
57814
57814
|
var DOCS_BUNDLE = {
|
|
57815
|
-
"version": "0.33.
|
|
57815
|
+
"version": "0.33.8",
|
|
57816
57816
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
57817
57817
|
"pages": [
|
|
57818
57818
|
{
|
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.33.
|
|
4
|
+
"version": "0.33.8",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@opencode-ai/plugin": "^1.16.2",
|
|
25
25
|
"esbuild": "^0.28.0",
|
|
26
26
|
"tsx": "^4.22.4",
|
|
27
|
-
"@cotal-ai/
|
|
28
|
-
"@cotal-ai/core": "0.33.
|
|
29
|
-
"@cotal-ai/
|
|
27
|
+
"@cotal-ai/smoke-kit": "0.0.0",
|
|
28
|
+
"@cotal-ai/core": "0.33.8",
|
|
29
|
+
"@cotal-ai/connector-core": "0.33.8"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist"
|