@zigai/pi-response-renderer 0.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +22 -4
  2. package/package.json +12 -4
package/README.md CHANGED
@@ -1,11 +1,29 @@
1
1
  # Pi Response Renderer
2
2
 
3
- Pi package for personal response rendering tweaks.
3
+ This Pi extension makes assistant responses more compact by tightening extra blank lines and hiding Markdown code fence markers.
4
4
 
5
- ## Install
5
+ It applies a few small rendering tweaks:
6
+
7
+ - hides the visible ``` fence lines around rendered Markdown code blocks in assistant messages
8
+ - collapses some extra blank lines between plain paragraph lines
9
+ - removes italic ANSI styling from assistant message output
6
10
 
7
- Local subpackage path:
11
+ The goal is a cleaner transcript with less visual noise while keeping the message content itself unchanged.
12
+
13
+ ## Install
8
14
 
9
15
  ```sh
10
- pi install @zigai/pi-response-renderer
16
+ pi install git:github.com/zigai/pi-tweaks
11
17
  ```
18
+
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
+ ![Pi Response Renderer before screenshot](assets/response-renderer-before.png)
26
+
27
+ After:
28
+
29
+ ![Pi Response Renderer after screenshot](assets/response-renderer-after.png)
package/package.json CHANGED
@@ -1,16 +1,24 @@
1
1
  {
2
2
  "name": "@zigai/pi-response-renderer",
3
- "version": "0.1.1",
4
- "description": "Pi package for personal response rendering tweaks.",
3
+ "version": "0.1.6",
4
+ "description": "Pi package for making assistant responses more compact.",
5
5
  "keywords": [
6
+ "pi",
7
+ "pi-coding-agent",
6
8
  "pi-extension",
7
9
  "pi-package",
8
- "pi-ui",
10
+ "pi-tweaks",
9
11
  "rendering"
10
12
  ],
13
+ "homepage": "https://github.com/zigai/pi-tweaks/tree/main/packages/pi-response-renderer#readme",
14
+ "bugs": {
15
+ "url": "https://github.com/zigai/pi-tweaks/issues"
16
+ },
17
+ "license": "MIT",
18
+ "author": "zigai",
11
19
  "repository": {
12
20
  "type": "git",
13
- "url": "git+https://github.com/zigai/pi-ui-tweaks.git",
21
+ "url": "git+https://github.com/zigai/pi-tweaks.git",
14
22
  "directory": "packages/pi-response-renderer"
15
23
  },
16
24
  "files": [