feat: create oneper util script#6783
Merged
Patrick-Erichsen merged 7 commits intomainfrom Jul 24, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
cubic analysis
2 issues found across 1 file • Review in cubic
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai to give feedback, ask questions, or re-run the review.
6dfc650 to
1c55c03
Compare
- Update vscode-package-extension job to build on both ubuntu and macos - Add platform-specific artifact names (vscode-extension-build-Linux/macOS) - Update oneper script to support --platform flag (macos/linux) - Change VSIX naming to continue-VERSION-PR.vsix format - Remove unnecessary unzip dependency check 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
The macOS packaging job was failing because dependencies weren't available from cache. Added fallback npm ci commands to install dependencies if node_modules directories don't exist. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Instead of fallback npm ci commands, update the dependency jobs (install-core, install-config-yaml, install-openai-adapters, install-vscode) to also use the matrix strategy. This ensures proper cross-platform dependency caching and cleaner builds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Consistency improvement - both --pr and --latest installations now show reload instructions to help users activate the new extension version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
oneper utiloneper util script
tingwai
approved these changes
Jul 24, 2025
Contributor
tingwai
left a comment
There was a problem hiding this comment.
Tested locally on Mac, LGTM
Contributor
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes CON-3004
Added the
oneperBash utility to install the Continue VS Code extension from a PR build or the latest pre-release, and to manage cached VSIX files.Also updates our
pr_checks.yamlworkflow to build amacOSartifact for us to install using the script. Previously we only built onubuntu-latest.Sample usage of the script against this PR: