@henryqw/pi-session-recall 0.1.7 → 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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-session-recall",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "FTS5 search over past Pi sessions: single tool, four arg-inferred modes (discovery/scroll/read/browse), zero LLM calls.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -25,8 +25,8 @@
25
25
  "pack:check": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "@earendil-works/pi-ai": "^0.84.2",
29
- "@earendil-works/pi-coding-agent": "^0.84.2",
28
+ "@earendil-works/pi-ai": "^0.84.4",
29
+ "@earendil-works/pi-coding-agent": "^0.84.4",
30
30
  "typebox": "^1.3.15"
31
31
  },
32
32
  "repository": {