@spences10/pi-omnisearch 0.0.11 → 0.0.12
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 +7 -0
- package/README.md +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-omnisearch)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-omnisearch)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
Make agents verify current facts before answering. `pi-omnisearch`
|
|
9
|
+
reminds the model to use the Omnisearch MCP tools for web search,
|
|
10
|
+
extraction, and cited synthesis instead of relying on stale memory or
|
|
11
|
+
snippets.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-omnisearch",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.12",
|
|
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",
|
|
7
7
|
"omnisearch",
|