Fetch the Jesse Live plugin (download + releases-info) from api2#595
Merged
Conversation
The plugin releases endpoints moved to the api2 backend. Point the live-plugin installer's download and the releases-info lookup at JESSE_API2_URL. The license check (/v2/user-info) is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
The Jesse Live plugin releases endpoints are moving to the api2 backend. This points the live-plugin installer's download (
jesse/services/installer.py) and the releases-info lookup (general_info.py) atJESSE_API2_URLinstead of api1.installer.py: both the primary and fallback download URLs →JESSE_API2_URL + '/download-release'.general_info.py:/plugins/live/releases/info→JESSE_API2_URL./v2/user-info) is unchanged (stays on api1).Ships with the next core release. Old clients keep downloading from api1 (which stays up), so nothing breaks for existing installs.