@r3b1s/pi-repair-layer 0.4.1 → 0.4.2
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,12 @@ same repair pipeline to tools in your own extension.
|
|
|
8
8
|
|
|
9
9
|
No LLM calls. No network requests. No uploaded telemetry.
|
|
10
10
|
|
|
11
|
+
### Example: Deepseek v4 Pro
|
|
12
|
+

|
|
13
|
+
|
|
14
|
+
### Example: GLM 5.2
|
|
15
|
+

|
|
16
|
+
|
|
11
17
|
## Contents
|
|
12
18
|
|
|
13
19
|
- [Why use it?](#why-use-it)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@r3b1s/pi-repair-layer",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
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",
|