@zigai/pi-response-renderer 0.1.5 → 0.1.6
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 +11 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -13,7 +13,17 @@ The goal is a cleaner transcript with less visual noise while keeping the messag
|
|
|
13
13
|
## Install
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
pi install git:github.com/zigai/pi-
|
|
16
|
+
pi install git:github.com/zigai/pi-tweaks
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
The extension only changes how messages are rendered in the UI. It does not rewrite saved conversation content.
|
|
20
|
+
|
|
21
|
+
## Screenshots
|
|
22
|
+
|
|
23
|
+
Before:
|
|
24
|
+
|
|
25
|
+

|
|
26
|
+
|
|
27
|
+
After:
|
|
28
|
+
|
|
29
|
+

|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zigai/pi-response-renderer",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Pi package for
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Pi package for making assistant responses more compact.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi",
|
|
7
7
|
"pi-coding-agent",
|
|
8
8
|
"pi-extension",
|
|
9
9
|
"pi-package",
|
|
10
|
-
"pi-
|
|
10
|
+
"pi-tweaks",
|
|
11
11
|
"rendering"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://github.com/zigai/pi-
|
|
13
|
+
"homepage": "https://github.com/zigai/pi-tweaks/tree/main/packages/pi-response-renderer#readme",
|
|
14
14
|
"bugs": {
|
|
15
|
-
"url": "https://github.com/zigai/pi-
|
|
15
|
+
"url": "https://github.com/zigai/pi-tweaks/issues"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"author": "zigai",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/zigai/pi-
|
|
21
|
+
"url": "git+https://github.com/zigai/pi-tweaks.git",
|
|
22
22
|
"directory": "packages/pi-response-renderer"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|