@cortexkit/aft-pi 0.28.2 → 0.29.0
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 +8 -8
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -32993,7 +32993,7 @@ import {
|
|
|
32993
32993
|
// package.json
|
|
32994
32994
|
var package_default = {
|
|
32995
32995
|
name: "@cortexkit/aft-pi",
|
|
32996
|
-
version: "0.
|
|
32996
|
+
version: "0.29.0",
|
|
32997
32997
|
type: "module",
|
|
32998
32998
|
description: "Pi coding agent extension for Agent File Tools (AFT) — tree-sitter and LSP-powered code analysis",
|
|
32999
32999
|
main: "dist/index.js",
|
|
@@ -33015,19 +33015,19 @@ var package_default = {
|
|
|
33015
33015
|
prepublishOnly: "bun run build"
|
|
33016
33016
|
},
|
|
33017
33017
|
dependencies: {
|
|
33018
|
-
"@cortexkit/aft-bridge": "0.
|
|
33018
|
+
"@cortexkit/aft-bridge": "0.29.0",
|
|
33019
33019
|
typebox: "^1.1.24",
|
|
33020
33020
|
"comment-json": "^5.0.0",
|
|
33021
33021
|
diff: "^8.0.4",
|
|
33022
33022
|
zod: "^4.1.8"
|
|
33023
33023
|
},
|
|
33024
33024
|
optionalDependencies: {
|
|
33025
|
-
"@cortexkit/aft-darwin-arm64": "0.
|
|
33026
|
-
"@cortexkit/aft-darwin-x64": "0.
|
|
33027
|
-
"@cortexkit/aft-linux-arm64": "0.
|
|
33028
|
-
"@cortexkit/aft-linux-x64": "0.
|
|
33029
|
-
"@cortexkit/aft-win32-arm64": "0.
|
|
33030
|
-
"@cortexkit/aft-win32-x64": "0.
|
|
33025
|
+
"@cortexkit/aft-darwin-arm64": "0.29.0",
|
|
33026
|
+
"@cortexkit/aft-darwin-x64": "0.29.0",
|
|
33027
|
+
"@cortexkit/aft-linux-arm64": "0.29.0",
|
|
33028
|
+
"@cortexkit/aft-linux-x64": "0.29.0",
|
|
33029
|
+
"@cortexkit/aft-win32-arm64": "0.29.0",
|
|
33030
|
+
"@cortexkit/aft-win32-x64": "0.29.0"
|
|
33031
33031
|
},
|
|
33032
33032
|
devDependencies: {
|
|
33033
33033
|
"@earendil-works/pi-coding-agent": "*",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft-pi",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Pi coding agent extension for Agent File Tools (AFT) — tree-sitter and LSP-powered code analysis",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"prepublishOnly": "bun run build"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@cortexkit/aft-bridge": "0.
|
|
25
|
+
"@cortexkit/aft-bridge": "0.29.0",
|
|
26
26
|
"typebox": "^1.1.24",
|
|
27
27
|
"comment-json": "^5.0.0",
|
|
28
28
|
"diff": "^8.0.4",
|
|
29
29
|
"zod": "^4.1.8"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@cortexkit/aft-darwin-arm64": "0.
|
|
33
|
-
"@cortexkit/aft-darwin-x64": "0.
|
|
34
|
-
"@cortexkit/aft-linux-arm64": "0.
|
|
35
|
-
"@cortexkit/aft-linux-x64": "0.
|
|
36
|
-
"@cortexkit/aft-win32-arm64": "0.
|
|
37
|
-
"@cortexkit/aft-win32-x64": "0.
|
|
32
|
+
"@cortexkit/aft-darwin-arm64": "0.29.0",
|
|
33
|
+
"@cortexkit/aft-darwin-x64": "0.29.0",
|
|
34
|
+
"@cortexkit/aft-linux-arm64": "0.29.0",
|
|
35
|
+
"@cortexkit/aft-linux-x64": "0.29.0",
|
|
36
|
+
"@cortexkit/aft-win32-arm64": "0.29.0",
|
|
37
|
+
"@cortexkit/aft-win32-x64": "0.29.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@earendil-works/pi-coding-agent": "*",
|