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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Cache: give extract entries with unavailable transcripts the same short retry TTL as negative transcript cache entries, so transient Apify failures can recover (#115, thanks @gluneau).
- Daemon: apply the saved env snapshot to `process.env` before `daemon run` starts so child tools inherit the right PATH and API/tool config under launchd/systemd (#99, thanks @heyalchang).
- Chrome automation: require sidepanel arming before debugger-backed native input can run in a tab, and auto-disarm after browser JS execution ends (#129, thanks @omnicoder9).
- Media setup: fix the local whisper.cpp install hint to use the current Homebrew formula name `whisper-cpp` (#92, thanks @zerone0x).

## 0.11.0 - 2026-02-14

Expand Down
2 changes: 1 addition & 1 deletion src/run/flows/asset/media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function summarizeMediaFile(
Set FAL_KEY=...

4. Local whisper.cpp (recommended, free):
brew install ggerganov/ggerganov/whisper-cpp
brew install whisper-cpp
Ensure whisper-cli is on your PATH (or set SUMMARIZE_WHISPER_CPP_BINARY)

See: https://github.com/openai/whisper for setup details`);
Expand Down