feat(premiere): add installable media search for CEP and UXP - #131
Merged
Conversation
tulayha
force-pushed
the
feat/premiere-uxp-extension
branch
from
August 28, 2026 09:56
518c82c to
0121d64
Compare
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.
Related issue
None.
Summary
.zxpfor Premiere Pro 23.0–25.5 and UXP.ccxfor Premiere Pro 25.6 or newer. The shared workflow, VidXP client, and media-selection rules are reused; only the Premiere adapters, transport, bootstrap, and host controls differ.@vitejs/plugin-react, generated manifest, compatibility polyfills, hot reload, CCX packaging and install/remove actions, UDT/VS Code attachment, and Premiere host-theme variables. Keep only the VidXP application, typed Premiere adapter, and separate CEP build/signing path that Bolt does not provide.soundcapability, while the Premiere panel remains free of capability-specific bindings or hardcoded feature lists.Windows is the first release-validation target. The CEP package targets Premiere Pro 23.2, but the clean-machine Adobe/Premiere checklist is still required before promoting the preview to a host-validated support claim. Premiere UXP blocks plain loopback HTTP on macOS, so 25.6+ macOS use remains unsupported until a trusted local HTTPS transport is implemented.
Validation
npm run checkfrompremiere/— TypeScript, ESLint, 11 Vitest tests (including Bolt configuration and Premiere host-theme coverage), and both CEP/UXP production builds passed.npm run packagefrompremiere/— Bolt UXP generated the UXP.ccxand the separate pipeline generated the CEP.zxp; the CCX root contents and production manifest were inspected.ZXPSignCmd -verify packages/vidxp-premiere-cep.zxp -certinfo— signature and timestamp verified successfully.npm auditfrompremiere/— no vulnerabilities found.npm run checkfromdesktop/— TypeScript, ESLint, 46 Vitest tests, and the production frontend build passed.npm --prefix desktop run model-catalog:check— the generated capability and model-cache catalogs match the canonical Python contracts.cargo fmt --manifest-path Cargo.toml -- --checkfromdesktop/src-tauri/— passed.cargo test --manifest-path desktop/src-tauri/Cargo.toml— 86 Rust tests passed, including Windows WinGet discovery, noninteractive installation, and managed-setup cancellation coverage.cargo clippy --manifest-path desktop/src-tauri/Cargo.toml --all-targets -- -D warnings— passed.uv run --no-sync ruff check .— passed.uv run --no-sync python -m pytest -q— 722 passed, 5 skipped, and 104 subtests passed.npx --yes markdownlint-cli2@0.23.2— passed.git diff --check— passed.