@livx.cc/agentx 0.96.7 → 0.96.8
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/cli.js +4 -0
- package/dist/cli.js.map +1 -1
- package/package.json +1 -2
package/dist/cli.js
CHANGED
|
@@ -13057,6 +13057,10 @@ ${out}
|
|
|
13057
13057
|
} catch (e) {
|
|
13058
13058
|
err(yellow(` \u26A0 voice I/O failed to start: ${e?.message ?? e} \u2014 continuing text-only
|
|
13059
13059
|
`));
|
|
13060
|
+
try {
|
|
13061
|
+
voiceIO.stop();
|
|
13062
|
+
} catch {
|
|
13063
|
+
}
|
|
13060
13064
|
voiceIO = void 0;
|
|
13061
13065
|
return false;
|
|
13062
13066
|
}
|