From c880176a6ec27167389427031f9efc5e3e61a33a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:40:10 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20release-draft?= =?UTF-8?q?er/release-drafter=20action=20to=20v7.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 42fdf89c..6a11fb8e 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,6 +9,6 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v7.6.0 + - uses: release-drafter/release-drafter@v7.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From a22314646e7a186c0465f540249a150ff2690655 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:40:33 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- agent_cli/core/vad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent_cli/core/vad.py b/agent_cli/core/vad.py index 7856bd7b..f5ff4a9f 100644 --- a/agent_cli/core/vad.py +++ b/agent_cli/core/vad.py @@ -37,7 +37,7 @@ def _get_model_path() -> Path: SILERO_VAD_CACHE.parent.mkdir(parents=True, exist_ok=True) # Download with progress - urllib.request.urlretrieve(SILERO_VAD_URL, SILERO_VAD_CACHE) # noqa: S310 + urllib.request.urlretrieve(SILERO_VAD_URL, SILERO_VAD_CACHE) LOGGER.info("Silero VAD model downloaded to %s", SILERO_VAD_CACHE) return SILERO_VAD_CACHE