Skip to content

ChatPlay refactor, SQLite persistence, UI updates, and bug fixes - #4

Merged
codebymitch merged 1 commit into
mainfrom
chatplay-setup-refractor
Aug 1, 2026
Merged

ChatPlay refactor, SQLite persistence, UI updates, and bug fixes#4
codebymitch merged 1 commit into
mainfrom
chatplay-setup-refractor

Conversation

@codebymitch

Copy link
Copy Markdown
Owner
  • Add SQLite migrations, backup scripts, and guild settings persistence (volume, autoplay, 24/7)
  • Unify /play and ChatPlay via playQuery, chatPlayPlayer, resolveLimiter, and resolveResult
  • Compact queue UI, stop confirmation for large queues, guild welcome on join, Qobuz/JioSaavn support
  • Fix song suggestion select crash (100-char value limit) using index-based menu values
  • Fix InteractionAlreadyReplied on suggestion select (duplicate deferUpdate guard)
  • Fix playlist names showing generic Playlist via enrichResolveResult and oEmbed/API fallbacks
  • Fix ChatPlay loading flash when queueing during active playback
  • Fix guild welcome not sending (channel fetch, delay, smarter channel pick)
  • Fix stop confirmation bypass (only initiating user can confirm)

…stion, playlist, and interaction bugs.

- Add SQLite migrations, backup scripts, and guild settings persistence (volume, autoplay, 24/7)
- Unify /play and ChatPlay via playQuery, chatPlayPlayer, resolveLimiter, and resolveResult
- Compact queue UI, stop confirmation for large queues, guild welcome on join, Qobuz/JioSaavn support
- Fix song suggestion select crash (100-char value limit) using index-based menu values
- Fix InteractionAlreadyReplied on suggestion select (duplicate deferUpdate guard)
- Fix playlist names showing generic Playlist via enrichResolveResult and oEmbed/API fallbacks
- Fix ChatPlay loading flash when queueing during active playback
- Fix guild welcome not sending (channel fetch, delay, smarter channel pick)
- Fix stop confirmation bypass (only initiating user can confirm)
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.
See the Details below.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/bottleneck 2.19.5 ⚠️ 2.1
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Code-Review⚠️ 1Found 3/27 approved changesets -- score normalized to 1
Dangerous-Workflow⚠️ -1no workflows found
Token-Permissions⚠️ -1No tokens found
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/ws 8.21.0 🟢 5.5
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/29 approved changesets -- score normalized to 0
Maintained🟢 1017 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Signed-Releases⚠️ -1no releases found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • package-lock.json

@codebymitch
codebymitch merged commit 192f32c into main Aug 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant