pi-lsp-lite 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # pi-lsp-lite
2
2
 
3
- [pi](https://github.com/mariozechner/pi) extension that feeds LSP diagnostics back to the agent after every `write` and `edit`. Go, Rust, and TypeScript via `gopls`, `rust-analyzer`, and `typescript-language-server`.
4
-
5
- The agent sees errors and warnings inline on the same turn as the edit that caused them.
3
+ Just LSP diagnostics for [pi](https://github.com/mariozechner/pi) errors and warnings on every edit, same turn. Go, Rust, TypeScript.
6
4
 
7
5
  ## Install
8
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-lsp-lite",
3
- "version": "0.2.4",
4
- "description": "pi extension: feeds LSP diagnostics back to the agent after every write/edit. Go, Rust, and TypeScript.",
3
+ "version": "0.2.5",
4
+ "description": "Just LSP diagnostics for pi errors and warnings on every edit, same turn. Go, Rust, TypeScript.",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "MIT",