portawhip 0.2.0 → 0.2.1
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable user-facing changes are documented here.
|
|
4
4
|
|
|
5
|
+
## [0.2.1](https://github.com/VVeb1250/portawhip/compare/portawhip-v0.2.0...portawhip-v0.2.1) (2026-07-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* drop npm run doctor from CI publish gate, add manual re-publish trigger ([be3d388](https://github.com/VVeb1250/portawhip/commit/be3d388bd7c0793166627a86013d54e677c8e062))
|
|
11
|
+
|
|
5
12
|
## [0.2.0](https://github.com/VVeb1250/portawhip/compare/portawhip-v0.1.0...portawhip-v0.2.0) (2026-07-12)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "portawhip",
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.1",
|
|
6
6
|
"description": "Tools collector + context-cheap router for AI agent hosts: dispatches capability install to add-mcp/mise/asm, then routes the right one at the right moment instead of loading everything into context.",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"homepage": "https://github.com/VVeb1250/portawhip#readme",
|