@vibecodr/cli 0.2.10 → 0.2.11
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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.11
|
|
4
|
+
|
|
5
|
+
- add `vibecodr call --timeout-sec <n>` as a local MCP transport timeout for long-running protected tool calls such as build-backed publish retries
|
|
6
|
+
- keep `--timeout-sec` out of server tool arguments so hosted MCP schemas remain authoritative
|
|
7
|
+
|
|
3
8
|
## 0.2.6
|
|
4
9
|
|
|
5
10
|
- publish a fresh CLI version so GitHub and npm carry the same current release marker
|