Conversation
- Display currently playing Spotify track in status line - macOS support via AppleScript (single call for performance) - Linux support via playerctl - Configurable: show_icon, max_length, format, show_when_paused - 3-second cache TTL with invalidation on idle hook - Unicode-safe truncation for multi-byte characters Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add configVersion field to Config struct to track applied migrations - Migrations now check configVersion instead of binary version, preventing re-application of migrations when users customize their config - Unify default sections with new DefaultSectionLines() as single source of truth - spotify defaults to second line - Install script now uses `prism init-global` instead of hardcoded JSON - Add add_section() helper for migrations that add new plugins - Bump version to 0.7.0 Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
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
spotifyplugin that displays currently playing Spotify track in the status lineconfigVersionfield to track applied migrations, preventing re-application when users customize their configDefaultSectionLines()as single source of truthFeatures
♫ Artist - Track Title(emerald when playing)⏸ Artist - Track Title(gray, opt-in)show_icon,max_length,format,show_when_pausedConfig Migration
configVersionprevents re-adding spotify if user removes itTest plan
🤖 Generated with Claude Code