From 0ce2070948739f3d9545902003d87c51308d1d88 Mon Sep 17 00:00:00 2001 From: StuBehan Date: Fri, 10 Jul 2026 16:36:30 +0100 Subject: [PATCH] fix(voice): bump bundled stackvox floor to 0.9.0 Ship the latest engine in fresh installs and rebuilt bundles. 0.9.0 adds semantic-version normalization and a daemon version/status skew check on top of 0.8.0's streaming playback and dev-acronym pronunciation. 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 dd77fc3..186239f 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.7.0' + "$venv_dir/bin/python3" -m pip install --no-cache-dir --quiet 'stackvox>=0.9.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 f3ff796..ac9797b 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.7.0" +STACKVOX_SPEC="stackvox>=0.9.0" PYTHON=$(find_python) if [[ -z "$PYTHON" ]]; then echo ""