docs/macos: simplify sag install (auto-tap)

This commit is contained in:
Peter Steinberger
2025-12-08 18:19:54 +01:00
parent db3b3ed9eb
commit 2f21dd81b0
2 changed files with 8 additions and 0 deletions

View File

@@ -101,6 +101,13 @@ struct ToolsSettings: View {
description: "Terminal Spotify client to queue, search, and control playback without leaving chat.",
method: .brew(formula: "spotify_player", binary: "spotify_player"),
kind: .tool),
ToolEntry(
id: "sag",
name: "sag",
url: URL(string: "https://github.com/steipete/sag")!,
description: "ElevenLabs TTS with mac-style flags; stream to speakers or save audio.",
method: .brew(formula: "steipete/tap/sag", binary: "sag"),
kind: .tool),
ToolEntry(
id: "openhue-cli",
name: "OpenHue CLI",