@xtruder/oc-plugin-convergence-engine 0.1.1 → 0.1.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xtruder/oc-plugin-convergence-engine",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"description": "Convergence engine for OpenCode - automatically verifies and continues LLM work until tasks are truly complete",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"types.ts"
|
|
31
31
|
],
|
|
32
32
|
"engines": {
|
|
33
|
-
"opencode": ">=1.3.
|
|
33
|
+
"opencode": ">=1.3.13"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@opencode-ai/plugin": "*",
|