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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.5.2
4
+
5
+ - README install uses `pi install npm:pi-turns`.
6
+
7
+ ## 1.5.1
8
+
9
+ - Viewer footer lists `g`/`G`.
10
+
3
11
  ## 1.5.0
4
12
 
5
13
  - Viewer shows up to 70% of the terminal height (was 45%, capped at 22 lines).
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 git:github.com/FarL1/pi-turns
12
+ pi install npm:pi-turns
13
13
  ```
14
14
 
15
- From a local clone:
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-turns",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Browse the current Pi session as user and assistant turns.",
5
5
  "type": "module",
6
6
  "license": "MIT",