fix(desktop): honor rendered screenshot clipboard source - #2185
Open
nzalexgarciagil-ctrl wants to merge 1 commit into
Open
fix(desktop): honor rendered screenshot clipboard source#2185nzalexgarciagil-ctrl wants to merge 1 commit into
nzalexgarciagil-ctrl wants to merge 1 commit into
Conversation
nzalexgarciagil-ctrl
marked this pull request as ready for review
September 2, 2026 02:08
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
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.
Rendered screenshot clipboard automations now use Cap's project renderer instead of silently copying the original capture.
When a screenshot trigger selects Edited / rendered, the desktop host renders its Cap project after earlier actions, so an Apply preset action is reflected in the clipboard result. Raw copies and explicit output files keep their existing behavior.
One-off project exports now load the source and configuration without starting an unused preview WebSocket and continuous preview renderer. Editor windows and editor prewarming keep the existing preview path.
Three focused source-selection tests cover raw copies, rendered projects and explicit output precedence. Rust formatting and diff checks pass. Local desktop test execution is blocked before reaching this crate because the shell cannot expose the installed Windows SDK headers to Clang while generating FFmpeg bindings. No native clipboard acceptance run was performed for this branch; CI remains the compile and test gate.
Greptile Summary
Rendered screenshot clipboard actions now render the associated Cap project, while raw copies and explicit output files preserve their existing source-selection behavior.
Confidence Score: 5/5
The PR appears safe to merge with no actionable correctness or security issues identified.
The rendered clipboard path receives PNG-encoded project output, and the export-only editor instance retains all state consumed by the renderer while omitting only unused preview infrastructure.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(desktop): honor rendered screenshot ..." | Re-trigger Greptile