pi-lens 3.1.0 → 3.1.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
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to pi-lens will be documented in this file.
4
4
 
5
+ ## [3.1.1] - 2026-04-01
6
+
7
+ ### Added
8
+ - **File-based latency logging** — Performance analysis via `~/.pi-lens/latency.log`
9
+ - New `latency-logger.ts` module for centralized logging
10
+ - Logs every runner's timing (ts-lsp, ast-grep-napi, biome, test-runner, etc.)
11
+ - Logs tool_result overall timing with result status (completed/blocked/no_output)
12
+ - JSON Lines format for easy analysis with `jq`
13
+ - Read with: `cat ~/.pi-lens/latency.log | jq -s '.[] | select(.type=="runner")'`
14
+
15
+ ---
16
+
5
17
  ## [3.1.0] - 2026-04-01
6
18
 
7
19
  ### Changed