Add oz-harness-support plugin to public marketplace#69
Merged
Conversation
Bring Oz cloud agent support plugin into claude-code-warp so external is single source (toward deprecating claude-code-warp-internal). Add plugin-local README + top README pointer. Co-Authored-By: Oz <oz-agent@warp.dev>
vorporeal
approved these changes
Jun 21, 2026
liliwilson
added a commit
to warpdotdev/warp
that referenced
this pull request
Jun 22, 2026
## Description <!-- Please remember to add your design buddy onto the PR for review, if it contains any UI changes! --> After we update `claude-code-warp` to include the platform plugin for multi-harness runs, we need to update the driver to pull that version of the plugin in: warpdotdev/claude-code-warp#69. I also noticed that the minimum plugin version asserted in this repo was too high given the version we have set in `claude-code-warp-internal`, meaning that the platform will always fail to start the driver since it tries to update to a version that doesn't exist. ## Testing <!-- How did you test this change? What automated tests did you add? If you didn't add any new tests, what's your justification for not adding any? Manual testing is required for changes that can be manually tested, and almost all changes can be manually tested. If your change can be manually tested, please include screenshots or a screen recording that show it working end to end. You can run the app locally using `./script/run` - see WARP.md for more details on how to get set up. --> I will test with `oz-local` once the other PR lands. --------- Co-authored-by: Oz <oz-agent@warp.dev>
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.
What
Bring the
oz-harness-supportplugin into the publicclaude-code-warprepo and register it in the marketplace.Goal: make external the single source for both plugins so
claude-code-warp-internalcan be deprecated.Changes
oz-harness-supportplugin (hooks, scripts, skills) from internal, unchanged..claude-plugin/marketplace.json(name kept asoz-harness-support).The
warpplugin is untouched (external already ahead of internal).Notes
Conversation: https://staging.warp.dev/conversation/a6fed996-21b4-4798-89c0-9a9e2080c8d5
Co-Authored-By: Oz oz-agent@warp.dev