@n1creator/openacp-cli 2026.712.4 → 2026.712.6
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/README.md +1 -1
- package/dist/cli.js +727 -501
- package/dist/cli.js.map +1 -1
- package/dist/index.js +302 -215
- package/dist/index.js.map +1 -1
- package/dist/speech/transcribe_audio.sh +118 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,7 +168,7 @@ That's it. Send a message to your bot and start coding.
|
|
|
168
168
|
- **Built-in file viewer** — Monaco Editor with syntax highlighting, diffs, and markdown preview
|
|
169
169
|
- **Session transfer** — Move sessions between terminal and chat (`/handoff`)
|
|
170
170
|
- **Agent switch** — Change which AI agent handles your session mid-conversation (`/switch`)
|
|
171
|
-
- **Voice & speech** —
|
|
171
|
+
- **Voice & speech** — Native local faster-whisper or Groq STT, plus optional Edge TTS
|
|
172
172
|
- **Usage tracking** — Token counts, cost reports, optional monthly budget limits
|
|
173
173
|
- **Context resume** — Resume sessions with full conversation history
|
|
174
174
|
|