@cotal-ai/connector-opencode 0.41.1 → 0.41.2
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
|
@@ -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.41.
|
|
14831
|
+
"version": "0.41.2",
|
|
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
|
@@ -58383,7 +58383,7 @@ config(en_default());
|
|
|
58383
58383
|
|
|
58384
58384
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
58385
58385
|
var DOCS_BUNDLE = {
|
|
58386
|
-
"version": "0.41.
|
|
58386
|
+
"version": "0.41.2",
|
|
58387
58387
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
58388
58388
|
"pages": [
|
|
58389
58389
|
{
|
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.41.
|
|
4
|
+
"version": "0.41.2",
|
|
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/connector-core": "0.41.
|
|
28
|
-
"@cotal-ai/core": "0.41.
|
|
27
|
+
"@cotal-ai/connector-core": "0.41.2",
|
|
28
|
+
"@cotal-ai/core": "0.41.2",
|
|
29
29
|
"@cotal-ai/smoke-kit": "0.0.0"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|