@cotal-ai/connector-opencode 0.28.2 → 0.29.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
|
@@ -14831,7 +14831,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
14831
14831
|
|
|
14832
14832
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
14833
14833
|
var DOCS_BUNDLE = {
|
|
14834
|
-
"version": "0.
|
|
14834
|
+
"version": "0.29.1",
|
|
14835
14835
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
14836
14836
|
"pages": [
|
|
14837
14837
|
{
|
package/dist/plugin.bundle.js
CHANGED
|
@@ -57618,7 +57618,7 @@ config(en_default());
|
|
|
57618
57618
|
|
|
57619
57619
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
57620
57620
|
var DOCS_BUNDLE = {
|
|
57621
|
-
"version": "0.
|
|
57621
|
+
"version": "0.29.1",
|
|
57622
57622
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
57623
57623
|
"pages": [
|
|
57624
57624
|
{
|
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.
|
|
4
|
+
"version": "0.29.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.
|
|
28
|
-
"@cotal-ai/
|
|
29
|
-
"@cotal-ai/
|
|
27
|
+
"@cotal-ai/connector-core": "0.29.1",
|
|
28
|
+
"@cotal-ai/smoke-kit": "0.0.0",
|
|
29
|
+
"@cotal-ai/core": "0.29.1"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist"
|