feat(macos): add OpenAI Whisper tool

This commit is contained in:
Peter Steinberger
2025-12-14 01:56:18 +00:00
parent 694a10f604
commit e8018d8008
2 changed files with 8 additions and 0 deletions

View File

@@ -160,6 +160,13 @@ struct ToolsSettings: View {
description: "Control Philips Hue lights from scripts—scenes, dimming, and automations.",
method: .brew(formula: "openhue/cli/openhue-cli", binary: "openhue"),
kind: .tool),
ToolEntry(
id: "openai-whisper",
name: "OpenAI Whisper",
url: URL(string: "https://github.com/openai/whisper")!,
description: "Local speech-to-text for quick dictation and voicemail transcripts.",
method: .brew(formula: "openai-whisper", binary: "whisper"),
kind: .tool),
ToolEntry(
id: "gog",
name: "gog",