@spences10/pi-sqlite-tools 0.0.4 → 0.0.5

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @spences10/pi-sqlite-tools
2
2
 
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 9bbacf1: Improve pi-context chunk retrieval UX with first chunk receipts,
8
+ aliases, and helpful miss messages.
9
+
3
10
  ## 0.0.4
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spences10/pi-sqlite-tools",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Pi extension that reminds the model to prefer mcp-sqlite-tools for SQLite database work",
5
5
  "keywords": [
6
6
  "database",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@mariozechner/pi-coding-agent": "^0.72.1"
32
+ "@mariozechner/pi-coding-agent": "^0.73.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^25.6.0",