@cotal-ai/connector-opencode 0.33.0 → 0.33.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/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.1",
|
|
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
|
@@ -57760,7 +57760,7 @@ config(en_default());
|
|
|
57760
57760
|
|
|
57761
57761
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
57762
57762
|
var DOCS_BUNDLE = {
|
|
57763
|
-
"version": "0.33.
|
|
57763
|
+
"version": "0.33.1",
|
|
57764
57764
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
57765
57765
|
"pages": [
|
|
57766
57766
|
{
|
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.1",
|
|
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/connector-core": "0.33.
|
|
28
|
-
"@cotal-ai/
|
|
29
|
-
"@cotal-ai/
|
|
27
|
+
"@cotal-ai/connector-core": "0.33.1",
|
|
28
|
+
"@cotal-ai/core": "0.33.1",
|
|
29
|
+
"@cotal-ai/smoke-kit": "0.0.0"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist"
|