@holdyourvoice/hyv 2.4.2 → 2.4.3
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/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11669,7 +11669,7 @@ function request(url, options = {}) {
|
|
|
11669
11669
|
method: options.method || "GET",
|
|
11670
11670
|
headers: {
|
|
11671
11671
|
"Content-Type": "application/json",
|
|
11672
|
-
"User-Agent": "hyv-cli/2.
|
|
11672
|
+
"User-Agent": "hyv-cli/2.4.3",
|
|
11673
11673
|
...options.headers
|
|
11674
11674
|
},
|
|
11675
11675
|
timeout: options.timeout || 3e4
|
|
@@ -14555,7 +14555,7 @@ async function handleRequest(line) {
|
|
|
14555
14555
|
send(jsonRpcOk(id, {
|
|
14556
14556
|
protocolVersion: "2024-11-05",
|
|
14557
14557
|
capabilities: { tools: {}, prompts: {} },
|
|
14558
|
-
serverInfo: { name: "hyv", version: "2.
|
|
14558
|
+
serverInfo: { name: "hyv", version: "2.4.3" }
|
|
14559
14559
|
}));
|
|
14560
14560
|
break;
|
|
14561
14561
|
case "notifications/initialized":
|
|
@@ -14789,7 +14789,7 @@ async function exportCommand(format, opts) {
|
|
|
14789
14789
|
|
|
14790
14790
|
// src/index.ts
|
|
14791
14791
|
var program2 = new Command();
|
|
14792
|
-
program2.name("hyv").description("Hold Your Voice \u2014 CLI-first voice gate layer for AI workflows").version("2.4.
|
|
14792
|
+
program2.name("hyv").description("Hold Your Voice \u2014 CLI-first voice gate layer for AI workflows").version("2.4.3");
|
|
14793
14793
|
registerInitCommand(program2);
|
|
14794
14794
|
registerStatusCommand(program2);
|
|
14795
14795
|
registerSyncCommand(program2);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holdyourvoice/hyv",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "Hold Your Voice \u2014 voice gate layer for AI workflows. make your ai agent sound exactly like you! includes 220+ AI pattern detection engine.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|