Quieter CLI settings updates
August 25, 2026 · release
@voicethere/cli 0.12.4
Updating a single project setting no longer dumps the entire settings object to your terminal.
What changed
In @voicethere/cli 0.12.4, these commands print one confirmation line in the same key=value style as list:
voicethere projects settings setvoicethere projects session-settings setvoicethere projects billing-settings setvoicethere projects voice-advanced setvoicethere projects voice set(only the fields you passed)
voice-advanced reset prints reset=defaults. Use … list when you want the full inventory.
Try it
npm install -g @voicethere/[email protected]
voicethere projects settings set warm_pool_enabled true
# → warm_pool_enabled=true
- Docs: Runner settings
- Docs: Session idle timeout