@r3b1s/pi-repair-layer 0.1.0 → 0.2.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/README.md +9 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -41,12 +41,17 @@ Plain-English first, precise meaning after — for readers new to LLM tool-calli
|
|
|
41
41
|
## Install
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
|
-
|
|
44
|
+
pi install npm:@r3b1s/pi-repair-layer
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
Or from git:
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
pi install git:github.com/r3b1s/pi-repair-layer
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
pi's TUI will show a one-time warning that built-in tools were overridden —
|
|
54
|
+
that is this extension working as intended.
|
|
50
55
|
|
|
51
56
|
At runtime pi's extension loader aliases `@earendil-works/pi-coding-agent` and
|
|
52
57
|
`typebox` to the running instance's own modules, so the extension always binds
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@r3b1s/pi-repair-layer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Tool-input repair layer for the pi coding agent: validate-then-repair for built-in tool calls, ported from the behavior of commandcode's repair layer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@biomejs/biome": "2.4.8",
|
|
38
|
-
"@earendil-works/pi-ai": "^0.80.
|
|
39
|
-
"@earendil-works/pi-coding-agent": "0.80.
|
|
38
|
+
"@earendil-works/pi-ai": "^0.80.6",
|
|
39
|
+
"@earendil-works/pi-coding-agent": "0.80.6",
|
|
40
40
|
"@types/node": "^24.0.0",
|
|
41
41
|
"eslint": "^9.25.1",
|
|
42
42
|
"typescript": "^5.9.3",
|