pi-compact-transcript 0.6.0 → 0.6.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 +7 -4
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
A compact transcript extension for [pi](https://pi.dev).
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
## With the extension
|
|
6
|
+
|
|
7
|
+
<img width="2131" height="552" alt="image" src="https://github.com/user-attachments/assets/4ec40fe8-13da-4415-8274-e26e43cca4e1" />
|
|
8
|
+
|
|
9
|
+
## Without the extension
|
|
10
|
+
|
|
11
|
+
<img width="2135" height="1275" alt="image" src="https://github.com/user-attachments/assets/b6fe8d3b-9170-435c-b353-98a6aa84fe7b" />
|
|
9
12
|
|
|
10
13
|
What it does:
|
|
11
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-compact-transcript",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "A compact transcript extension for pi: collapsed thinking summaries and one-line tool previews.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,9 @@
|
|
|
21
21
|
"terminal"
|
|
22
22
|
],
|
|
23
23
|
"pi": {
|
|
24
|
-
"extensions": [
|
|
24
|
+
"extensions": [
|
|
25
|
+
"./extensions/compact-transcript.ts"
|
|
26
|
+
]
|
|
25
27
|
},
|
|
26
28
|
"peerDependencies": {
|
|
27
29
|
"@earendil-works/pi-coding-agent": "*",
|