@cortexkit/aft-opencode 0.13.0 → 0.13.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/cli.js +3 -3
- package/package.json +6 -6
package/dist/cli.js
CHANGED
|
@@ -10176,9 +10176,9 @@ if (command === "setup") {
|
|
|
10176
10176
|
console.log(" doctor --issue Collect diagnostics and open a GitHub issue");
|
|
10177
10177
|
console.log("");
|
|
10178
10178
|
console.log(" Usage:");
|
|
10179
|
-
console.log(" bunx @cortexkit/aft-opencode@latest setup");
|
|
10180
|
-
console.log(" bunx @cortexkit/aft-opencode@latest doctor");
|
|
10181
|
-
console.log(" bunx @cortexkit/aft-opencode@latest doctor --issue");
|
|
10179
|
+
console.log(" bunx --bun @cortexkit/aft-opencode@latest setup");
|
|
10180
|
+
console.log(" bunx --bun @cortexkit/aft-opencode@latest doctor");
|
|
10181
|
+
console.log(" bunx --bun @cortexkit/aft-opencode@latest doctor --issue");
|
|
10182
10182
|
console.log("");
|
|
10183
10183
|
process.exit(command ? 1 : 0);
|
|
10184
10184
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft-opencode",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "OpenCode plugin for Agent File Tools (AFT) — tree-sitter and lsp powered code analysis",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"zod": "^4.1.8"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
|
-
"@cortexkit/aft-darwin-arm64": "0.13.
|
|
39
|
-
"@cortexkit/aft-darwin-x64": "0.13.
|
|
40
|
-
"@cortexkit/aft-linux-arm64": "0.13.
|
|
41
|
-
"@cortexkit/aft-linux-x64": "0.13.
|
|
42
|
-
"@cortexkit/aft-win32-x64": "0.13.
|
|
38
|
+
"@cortexkit/aft-darwin-arm64": "0.13.1",
|
|
39
|
+
"@cortexkit/aft-darwin-x64": "0.13.1",
|
|
40
|
+
"@cortexkit/aft-linux-arm64": "0.13.1",
|
|
41
|
+
"@cortexkit/aft-linux-x64": "0.13.1",
|
|
42
|
+
"@cortexkit/aft-win32-x64": "0.13.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^22.0.0",
|