Add plugin and theme installation via query parameters#23
Merged
Conversation
Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for easy plugin installation via query API
Add plugin and theme installation via query parameters
Feb 11, 2026
…yinteractive/wp-repl into copilot/support-plugin-installation
Member
|
@copilot when i add |
Change from using top-level 'login' and 'plugins' properties to using steps exclusively. This ensures login happens before plugin/theme installation, preventing the issue where users are not logged in when plugins are specified. All plugin/theme installations now use explicit steps with proper ordering: 1. Login step (first) 2. Enable multisite (if needed) 3. Install plugins (with activate: true) 4. Install themes Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
Contributor
Author
Fixed in commit 17d3351. The issue was caused by using the top-level The solution was to use steps exclusively for all installations, ensuring login happens first:
This ensures you remain logged in when plugins are specified via query parameters like |
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.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.