feat(ai): add support for additional actions - #344
Open
AnthonyLenglet wants to merge 10 commits into
Open
Conversation
artist's mix instead of search
tracks from the queue
Contributor
Author
|
I've disallowed removing the currently playing track when clearing tracks from the queue, fixing the bug shown in the "remove the weeknd from the queue" test case, where the track that was currently playing got removed should all be good, ideally this PR could use a check on a mac m2 or newer, to make sure the timeout being hit is purely an m1 thing |
AnthonyLenglet
marked this pull request as ready for review
July 7, 2026 09:39
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.
Description
Adds support for prompts such as:
Unsure if this needs to be split into multiple PR ?
Type of Change
Related Issues
Fixes #342
Changes Made
Testing
xcodebuild test -only-testing:KasetTests)Checklist
swiftlint --strict && swiftformat .Screenshots
Additional Notes
I seem to be hitting the 12 seconds timeout barrier when doing any action with it, though this happens on both the current release and the main branch, might be due to my mac being an M1 ?