@alexanderfortin/pi-tavily-tools 0.5.16 → 0.5.17
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 +8 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.5.17] - 2026-05-27
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **deps**: update dependencies (#60)
|
|
15
|
+
|
|
10
16
|
## [0.5.16] - 2026-05-25
|
|
11
17
|
|
|
12
18
|
### Fixed
|
|
@@ -198,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
198
204
|
|
|
199
205
|
- Initial release with `web_search` tool using Tavily
|
|
200
206
|
|
|
201
|
-
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.
|
|
207
|
+
[unreleased]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.17...HEAD
|
|
208
|
+
[0.5.17]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.16...v0.5.17
|
|
202
209
|
[0.5.16]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.15...v0.5.16
|
|
203
210
|
[0.5.15]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.14...v0.5.15
|
|
204
211
|
[0.5.14]: https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.13...v0.5.14
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexanderfortin/pi-tavily-tools",
|
|
3
3
|
"author": "Alexander Fortin",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.17",
|
|
5
5
|
"description": "Pi coding agent extension for web search and content extraction using Tavily",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pi-package",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@sinclair/typebox": "0.34.49",
|
|
76
76
|
"@types/bun": "1.3.14",
|
|
77
77
|
"@types/node": "25.9.1",
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
79
|
-
"@typescript-eslint/parser": "8.
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "8.60.0",
|
|
79
|
+
"@typescript-eslint/parser": "8.60.0",
|
|
80
80
|
"eslint": "10.4.0",
|
|
81
81
|
"eslint-config-prettier": "10.1.8",
|
|
82
82
|
"prettier": "3.8.3",
|