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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.257",
3
+ "version": "0.187.258",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",