pi-turns 1.5.1 → 1.5.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/CHANGELOG.md +8 -0
- package/README.md +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -9,12 +9,13 @@ Browse the current [Pi](https://pi.dev) session as user and assistant turns.
|
|
|
9
9
|
Requires [Pi](https://pi.dev) 0.84+ and Node 22+.
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
pi install
|
|
12
|
+
pi install npm:pi-turns
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
Or from git / a local clone:
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
+
pi install git:github.com/FarL1/pi-turns
|
|
18
19
|
pi install .
|
|
19
20
|
```
|
|
20
21
|
|