@dreki-gg/pi-doc-search 0.2.0 → 0.3.0
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/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
> Renamed from `@dreki-gg/pi-context7` when extracted from the pi-extensions monorepo. Entries below predate the rename; tool names were `context7_*` at the time.
|
|
4
4
|
|
|
5
|
+
## [0.3.0](https://github.com/jalbarrang/pi-doc-search/compare/v0.2.0...v0.3.0) (2026-07-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* extract pi-doc-search from dreki-gg/pi-extensions monorepo ([ce54745](https://github.com/jalbarrang/pi-doc-search/commit/ce5474522dd13a8fa402a52b6b6e184ff9a97d6e))
|
|
11
|
+
|
|
5
12
|
## 0.2.0
|
|
6
13
|
|
|
7
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dreki-gg/pi-doc-search",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Library doc-search tools for pi, powered by Context7
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "Library doc-search tools for pi, powered by Context7 — direct HTTP, persistent cache, no MCP dependency",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
7
7
|
"pi",
|