@spences10/pi-omnisearch 0.0.12 → 0.0.13

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,11 +1,18 @@
1
1
  # @spences10/pi-omnisearch
2
2
 
3
+ ## 0.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 96071d3: Add package preview image to package READMEs so npm pages
8
+ display consistent project branding.
9
+
3
10
  ## 0.0.12
4
11
 
5
12
  ### Patch Changes
6
13
 
7
- - 599b355: Improve package README openings and descriptions to emphasize user
8
- benefits and clarify pi-skills/pi-recall positioning.
14
+ - 599b355: Improve package README openings and descriptions to
15
+ emphasize user benefits and clarify pi-skills/pi-recall positioning.
9
16
 
10
17
  ## 0.0.11
11
18
 
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@spences10/pi-omnisearch?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/@spences10/pi-omnisearch)
6
6
  [![license](https://img.shields.io/npm/l/@spences10/pi-omnisearch)](https://www.npmjs.com/package/@spences10/pi-omnisearch)
7
7
 
8
+ ![my-pi package preview](https://raw.githubusercontent.com/spences10/my-pi/main/assets/pi-package-preview.png)
9
+
8
10
  Make agents verify current facts before answering. `pi-omnisearch`
9
11
  reminds the model to use the Omnisearch MCP tools for web search,
10
12
  extraction, and cited synthesis instead of relying on stale memory or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spences10/pi-omnisearch",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Verified web research workflow reminder that steers Pi agents to use mcp-omnisearch for current sourced answers",
5
5
  "keywords": [
6
6
  "mcp",
@@ -32,10 +32,10 @@
32
32
  }
33
33
  },
34
34
  "devDependencies": {
35
- "@earendil-works/pi-coding-agent": "^0.74.1",
35
+ "@earendil-works/pi-coding-agent": "0.75.3",
36
36
  "@types/node": "^25.8.0",
37
37
  "typescript": "^6.0.3",
38
- "vitest": "4.1.5"
38
+ "vitest": "4.1.6"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@earendil-works/pi-coding-agent": "*"