From 35fc6768b120d3e28fdd2e5e2c7c35472aa4d3d8 Mon Sep 17 00:00:00 2001 From: StuBehan Date: Mon, 13 Jul 2026 17:36:52 +0100 Subject: [PATCH] fix(voice): bump bundled stackvox floor to 0.10.0 0.10.0 adds the daemon `cancel` command and pronunciation fixes (AWS/IAM read as letters, StackOne -> "stack one") on top of 0.9.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- build.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 186239f..1d4ceb9 100755 --- a/build.sh +++ b/build.sh @@ -103,7 +103,7 @@ bundle_venv() { # (no nested virtualenv layer — keeps the bundle a few MB smaller and # avoids a redundant Python symlink dance). echo " Installing stackvox..." - "$venv_dir/bin/python3" -m pip install --no-cache-dir --quiet 'stackvox>=0.9.0' + "$venv_dir/bin/python3" -m pip install --no-cache-dir --quiet 'stackvox>=0.10.0' # Strip __pycache__ and pip caches to shrink the bundle. These can be # regenerated by the bundled Python at first import — small startup diff --git a/install.sh b/install.sh index ac9797b..60494bb 100755 --- a/install.sh +++ b/install.sh @@ -89,7 +89,7 @@ find_python() { echo "" echo "# STAGE: venv" echo "Setting up voice engine..." -STACKVOX_SPEC="stackvox>=0.9.0" +STACKVOX_SPEC="stackvox>=0.10.0" PYTHON=$(find_python) if [[ -z "$PYTHON" ]]; then echo ""