@cortexkit/aft-opencode 0.43.0 → 0.43.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/tui.js +1 -1
- package/package.json +8 -8
package/dist/tui.js
CHANGED
|
@@ -7790,7 +7790,7 @@ var require_src2 = __commonJS((exports, module) => {
|
|
|
7790
7790
|
// src/tui/index.tsx
|
|
7791
7791
|
import { createMemo as createMemo2, createSignal as createSignal2, onCleanup as onCleanup2 } from "solid-js";
|
|
7792
7792
|
// package.json
|
|
7793
|
-
var version = "0.43.
|
|
7793
|
+
var version = "0.43.1";
|
|
7794
7794
|
|
|
7795
7795
|
// src/shared/rpc-client.ts
|
|
7796
7796
|
import { existsSync, readdirSync, readFileSync, unlinkSync } from "node:fs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft-opencode",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@clack/prompts": "^1.6.0",
|
|
34
|
-
"@cortexkit/aft-bridge": "0.43.
|
|
34
|
+
"@cortexkit/aft-bridge": "0.43.1",
|
|
35
35
|
"@opentui/core": "^0.4.2",
|
|
36
36
|
"@opentui/solid": "^0.4.2",
|
|
37
37
|
"comment-json": "^4.6.2",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"zod": "^4.4.3"
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
|
-
"@cortexkit/aft-darwin-arm64": "0.43.
|
|
44
|
-
"@cortexkit/aft-darwin-x64": "0.43.
|
|
45
|
-
"@cortexkit/aft-linux-arm64": "0.43.
|
|
46
|
-
"@cortexkit/aft-linux-x64": "0.43.
|
|
47
|
-
"@cortexkit/aft-win32-arm64": "0.43.
|
|
48
|
-
"@cortexkit/aft-win32-x64": "0.43.
|
|
43
|
+
"@cortexkit/aft-darwin-arm64": "0.43.1",
|
|
44
|
+
"@cortexkit/aft-darwin-x64": "0.43.1",
|
|
45
|
+
"@cortexkit/aft-linux-arm64": "0.43.1",
|
|
46
|
+
"@cortexkit/aft-linux-x64": "0.43.1",
|
|
47
|
+
"@cortexkit/aft-win32-arm64": "0.43.1",
|
|
48
|
+
"@cortexkit/aft-win32-x64": "0.43.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@opencode-ai/plugin": "^1.17.11",
|