@spences10/pi-lsp 0.0.26 → 0.0.27
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/README.md +4 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-lsp)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-lsp)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
definitions, references,
|
|
8
|
+
Give agents precise code intelligence instead of guesswork. `pi-lsp`
|
|
9
|
+
exposes language-server diagnostics, hovers, definitions, references,
|
|
10
|
+
and symbols as Pi tools so models can validate edits and navigate
|
|
11
|
+
typed codebases accurately.
|
|
10
12
|
|
|
11
13
|
## Installation
|
|
12
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-lsp",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.27",
|
|
4
|
+
"description": "Language Server Protocol tools for Pi agents to inspect diagnostics, hovers, definitions, references, and symbols",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"language-server",
|
|
7
7
|
"lsp",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@spences10/pi-
|
|
37
|
-
"@spences10/pi-
|
|
38
|
-
"@spences10/pi-tui-modal": "0.0.
|
|
36
|
+
"@spences10/pi-child-env": "0.1.7",
|
|
37
|
+
"@spences10/pi-project-trust": "0.0.9",
|
|
38
|
+
"@spences10/pi-tui-modal": "0.0.18"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@earendil-works/pi-coding-agent": "^0.74.1",
|