Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .claude/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"runtimeExecutable": "node",
"runtimeArgs": ["node_modules/vite/bin/vite.js", "--config", "vite.v4preview.config.ts"],
"port": 5207
},
{
"name": "poc",
"runtimeExecutable": "npx",
"runtimeArgs": ["vite", "--config", "poc/vite.config.js"],
"port": 5210
}
]
}
24 changes: 0 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
- name: Setup Node.js
uses: ./.github/actions/setup

- name: Cache caption assets
uses: actions/cache@v4
with:
path: caption-assets
key: caption-assets-${{ runner.os }}-${{ hashFiles('scripts/fetch-caption-model.mjs') }}

# ponytail: STT is handled by the bundled whisper-stt-server (whisper.cpp
# with native DTW token timestamps). No separate VAD model is fetched
# here. See technical-documentation/architecture/transcription-and-captions.md for the full architecture.
Expand All @@ -69,12 +63,6 @@ jobs:
- name: Setup Node.js
uses: ./.github/actions/setup

- name: Cache caption assets
uses: actions/cache@v4
with:
path: caption-assets
key: caption-assets-${{ runner.os }}-${{ hashFiles('scripts/fetch-caption-model.mjs') }}

# ponytail: STT is handled by the bundled whisper-stt-server (whisper.cpp
# with native DTW token timestamps). No separate VAD model is fetched
# here. See technical-documentation/architecture/transcription-and-captions.md for the full architecture.
Expand Down Expand Up @@ -114,12 +102,6 @@ jobs:
env:
npm_config_build_from_source: "false"

- name: Cache caption assets
uses: actions/cache@v4
with:
path: caption-assets
key: caption-assets-${{ runner.os }}-${{ hashFiles('scripts/fetch-caption-model.mjs') }}

# ponytail: STT is handled by the bundled whisper-stt-server (see the
# build-windows comment); no VAD model is fetched here.
- name: Resolve macOS signing
Expand Down Expand Up @@ -279,12 +261,6 @@ jobs:
- name: Install pacman build dependencies
run: sudo apt-get update && sudo apt-get install -y libarchive-tools

- name: Cache caption assets
uses: actions/cache@v4
with:
path: caption-assets
key: caption-assets-${{ runner.os }}-${{ hashFiles('scripts/fetch-caption-model.mjs') }}

# ponytail: no VAD fetch here either (see build-windows comment).
- name: Build Linux app
run: npm run build:linux -- --publish never
Expand Down
Loading
Loading