Replace claude -p music refresh with zero-token OS-level detection - #50
Merged
Conversation
The daemon's light-cycle music refresh was spawning `claude -p` every ~90s just to run JavaScript via Chrome MCP, costing ~5K tokens per call (~135K tokens/hour for active music users). This replaces it with a pure bash script using macOS native APIs (osascript for Spotify/Apple Music, nowplaying-cli for browser-based players), reducing daemon token usage by ~50% for music users.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bin/refresh-music.sh— pure bash script that detects now-playing music via macOS native APIs (osascriptfor Spotify/Apple Music,nowplaying-clifor YouTube Music/browser-based players) instead of spawningclaude -pwith Chrome MCPclaude -pmusic call (~5K tokens/call) withrefresh-music.sh(0 tokens), cutting daemon token usage by ~50% for music users (~135K → 0 tokens/hour)Test plan
bash plugins/claude-status-hub/tests/test-music-refresh.sh— 14 new tests (Spotify, Apple Music, YouTube Music detection, skip-if-unchanged, foreground preservation, truncation, fallback)bash plugins/claude-status-hub/tests/run-tests.sh— all 176 tests across 11 test files passbin/refresh-music.sh→ verify/tmp/status-hub.jsonupdatednowplaying-cliinstalled → same check