open-agents-ai 0.187.257 → 0.187.258
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -305048,7 +305048,8 @@ async function handleVoiceMenu(ctx3, save2, hasLocal) {
|
|
|
305048
305048
|
const modeLabels = {
|
|
305049
305049
|
chat: "Chat — speaks model responses",
|
|
305050
305050
|
action: "Action — speaks tool narrations",
|
|
305051
|
-
verbose: "Verbose — speaks both"
|
|
305051
|
+
verbose: "Verbose — speaks both",
|
|
305052
|
+
voicechat: "Voice Chat — live mic + TTS conversation"
|
|
305052
305053
|
};
|
|
305053
305054
|
while (true) {
|
|
305054
305055
|
const isEnabled = ctx3.voiceIsEnabled?.() ?? false;
|
package/package.json
CHANGED