@hk_net/pi-timestamp 0.1.6 → 0.1.8

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 +11 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # pi-timestamp
2
2
 
3
- Shows timestamps for user input and agent completion timing.
3
+ Shows timestamps for user input and agent completion timing. Requires pi `>=0.81.1`.
4
4
 
5
5
  ## What it does
6
6
 
@@ -8,7 +8,7 @@ Shows timestamps for user input and agent completion timing.
8
8
  - **Agent completion**: Shows `Done at HH:MM:SS · duration` as a dim status line in the chat display after each agent turn (e.g., `Done at 14:32:05 · 3.2s`)
9
9
  - **Session/runtime summaries**: Shows accent-colored summaries when switching sessions and at final Pi exit, including start/end times and durations. The final summary includes the complete Pi process runtime and every session interval.
10
10
 
11
- All timestamps and summaries are **display-only** — session-switch summaries render in Pi's UI and the final runtime summary prints after Pi restores the terminal. They never enter the LLM context.
11
+ All timestamps and summaries are **display-only** — session-switch summaries render in Pi's UI and the final runtime summary prints after Pi restores the terminal in TUI mode. They never enter the LLM context.
12
12
 
13
13
  ## Display behavior
14
14
 
@@ -30,3 +30,12 @@ cp packages/pi-timestamp/timestamp.ts ~/.pi/agent/extensions/timestamp.ts
30
30
  ## Duration measurement
31
31
 
32
32
  Captured from `agent_start` (when the model starts processing) to `agent_end` (when all tool calls and model processing are done).
33
+
34
+ ## Issues and feedback
35
+
36
+ Found a bug or have a feature request? Please report it on
37
+ [GitHub Issues](https://github.com/hknet/pi-extensions/issues).
38
+
39
+ For security vulnerabilities, please use
40
+ [GitHub's private vulnerability reporting](https://github.com/hknet/pi-extensions/security/advisories/new)
41
+ instead of opening a public issue.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hk_net/pi-timestamp",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Pi extension that shows timestamps for user input and agent completion timing",
5
5
  "type": "module",
6
6
  "private": false,
@@ -26,8 +26,8 @@
26
26
  "README.md"
27
27
  ],
28
28
  "peerDependencies": {
29
- "@earendil-works/pi-coding-agent": ">=0.80.10",
30
- "@earendil-works/pi-tui": ">=0.80.10"
29
+ "@earendil-works/pi-coding-agent": ">=0.81.1",
30
+ "@earendil-works/pi-tui": ">=0.81.1"
31
31
  },
32
32
  "pi": {
33
33
  "extensions": [