Skip to content

Comments

Image Studio: Feature parity with Big Sky#47138

Open
kat3samsin wants to merge 7 commits intotrunkfrom
forno-194/image-studio-feature-parity
Open

Image Studio: Feature parity with Big Sky#47138
kat3samsin wants to merge 7 commits intotrunkfrom
forno-194/image-studio-feature-parity

Conversation

@kat3samsin
Copy link
Contributor

@kat3samsin kat3samsin commented Feb 13, 2026

Fixes #

Proposed changes:

  • Add Edit with AI row button in Media Library

Other information:

  • Have you written new tests for your changes, if applicable?
  • Have you checked the E2E test CI results, and verified that your changes do not break them?
  • Have you tested your changes on WordPress.com, if applicable (if so, you'll see a generated comment below with a script to run)?

Jetpack product discussion

Does this pull request change what data or activity we track or use?

Testing instructions:

  • See Calypso PR

@github-actions github-actions bot added [Extension] Image Studio [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Status] In Progress [Tests] Includes Tests labels Feb 13, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

Thank you for your PR!

When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:

  • ✅ Include a description of your PR changes.
  • ✅ Add a "[Status]" label (In Progress, Needs Review, ...).
  • ✅ Add testing instructions.
  • ✅ Specify whether this PR includes any changes to data or privacy.
  • ✅ Add changelog entries to affected projects

This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖


Follow this PR Review Process:

  1. Ensure all required checks appearing at the bottom of this PR are passing.
  2. Make sure to test your changes on all platforms that it applies to. You're responsible for the quality of the code you ship.
  3. You can use GitHub's Reviewers functionality to request a review.
  4. When it's reviewed and merged, you will be pinged in Slack to deploy the changes to WordPress.com simple once the build is done.

If you have questions about anything, reach out in #jetpack-developers for guidance!


Jetpack plugin:

The Jetpack plugin has different release cadences depending on the platform:

  • WordPress.com Simple releases happen as soon as you deploy your changes after merging this PR (PCYsg-Jjm-p2).
  • WoA releases happen weekly.
  • Releases to self-hosted sites happen monthly:
    • Scheduled release: March 3, 2026
    • Code freeze: March 3, 2026

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.

@github-actions github-actions bot added the [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. label Feb 13, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WoA dev site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin (Jetpack), and enable the forno-194/image-studio-feature-parity branch.
  • To test on Simple, run the following command on your sandbox:
bin/jetpack-downloader test jetpack forno-194/image-studio-feature-parity

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@jp-launch-control
Copy link

jp-launch-control bot commented Feb 13, 2026

Code Coverage Summary

Coverage changed in 1 file.

File Coverage Δ% Δ Uncovered
projects/plugins/jetpack/extensions/plugins/image-studio/image-studio.php 137/149 (91.95%) 0.96% 1 ❤️‍🩹

Full summary · PHP report · JS report

@kat3samsin kat3samsin removed the [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. label Feb 14, 2026
@kat3samsin kat3samsin changed the base branch from trunk to forno-167/image-studio-jetpack-plugin February 14, 2026 00:18
@github-actions github-actions bot added [Status] In Progress [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. labels Feb 14, 2026
@kat3samsin kat3samsin changed the title Image Studio: Feature parity with Big Sky (add Edit with AI media row button) Image Studio: Feature parity with Big Sky Feb 18, 2026
@kat3samsin kat3samsin force-pushed the forno-194/image-studio-feature-parity branch from 4534c84 to b895797 Compare February 18, 2026 21:58
@kat3samsin kat3samsin force-pushed the forno-167/image-studio-jetpack-plugin branch from cebafd0 to c1720cc Compare February 18, 2026 22:39
@kat3samsin kat3samsin removed the [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. label Feb 19, 2026
@kat3samsin kat3samsin force-pushed the forno-194/image-studio-feature-parity branch from 2bb3bb4 to 3eb5e87 Compare February 19, 2026 01:08
@kat3samsin kat3samsin force-pushed the forno-167/image-studio-jetpack-plugin branch from e532dea to 5fc64e6 Compare February 19, 2026 16:47
Base automatically changed from forno-167/image-studio-jetpack-plugin to trunk February 20, 2026 19:46
@kat3samsin kat3samsin force-pushed the forno-194/image-studio-feature-parity branch from 3eb5e87 to 49ff429 Compare February 20, 2026 22:50
@kat3samsin kat3samsin marked this pull request as ready for review February 23, 2026 23:05
Copilot AI review requested due to automatic review settings February 23, 2026 23:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds feature parity with "Big Sky" by introducing an "Edit with AI" row action in the Media Library and simplifying the AI extension disabling logic. The changes make Image Studio globally disable conflicting AI extensions when available, rather than checking screen context.

Changes:

  • Added "Edit with AI" row action in Media Library list view for supported image types (JPEG, JPG, PNG, WebP, BMP, TIFF)
  • Simplified AI extension disabling to check feature availability globally instead of per-screen
  • Updated tests to reflect the new behavior with proper register_plugin() calls

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
projects/plugins/jetpack/extensions/plugins/image-studio/image-studio.php Adds row action functions and simplifies AI extension disabling logic to check global feature availability
projects/plugins/jetpack/tests/php/extensions/plugins/image-studio/Image_Studio_Test.php Updates existing tests with register_plugin() calls and adds comprehensive row action test coverage
projects/plugins/jetpack/changelog/forno-194-image-studio-feature-parity Documents the enhancement with appropriate significance and type

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kat3samsin kat3samsin force-pushed the forno-194/image-studio-feature-parity branch from 4caa235 to 34bdedf Compare February 24, 2026 19:20
Copilot AI review requested due to automatic review settings February 24, 2026 19:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

The block editor and media library screen tests were missing the
register_plugin() call, so the feature was never marked available
and disable_jetpack_ai_image_extensions() bailed out early.
@kat3samsin kat3samsin force-pushed the forno-194/image-studio-feature-parity branch from 87bc39a to 7aa4c76 Compare February 25, 2026 14:12
Copilot AI review requested due to automatic review settings February 25, 2026 14:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI commented Feb 25, 2026

@kat3samsin I've opened a new pull request, #47320, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Add test cases for image/jpg, image/bmp, and image/tiff MIME types

Co-authored-by: kat3samsin <2224344+kat3samsin@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kat3samsin <2224344+kat3samsin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Extension] Image Studio [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Status] Needs Review This PR is ready for review. [Tests] Includes Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants