Squash whitelabel commits into 2 clean commits#21
Merged
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
Replace hardcoded Blacksmith runner labels with repository-variable fallbacks (e.g. vars.RUNNER_UBUNTU, vars.RUNNER_WINDOWS) so forks can use their own runners. Replace Blacksmith stickydisk with actions/cache. Defaults preserve the existing Blacksmith configuration for the upstream repo. Ref: anomalyco#14305 Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
- Add codemie npm package with platform-specific binary distribution - Add publish CI workflow for codemie packages - Rebrand TUI/CLI from opencode to codemie-code - Remove OpenCode Zen inference provider references and sharing features - Redesign logo with readable M and sweep animation - Add explicit TypeScript type annotations to callback parameters - Disable Cloudflare deployment (local-only sessions) - Remove Stripe and PlanetScale providers from SST config - Add Apache-2.0 license and README to platform packages Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
d3a0f07 to
1049d6b
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.
Summary
fix(ci): Make CI runner labels configurable via repository variables, replacing hardcoded Blacksmith labels withvars.RUNNER_*fallbacks so forks can use their own runners. (Upstream-contribution-ready, ref [FEATURE]: Make CI runner labels configurable so forks can use their own runners anomalyco/opencode#14305)feat: whitelabel: All codemie branding, packaging, CI, config, and code changes — npm package, publish workflow, TUI/CLI rebrand, logo redesign, type annotations, and removal of unused providers.Replaces the existing ~40 commits on
devwith 2 clean, well-scoped commits. Drops the unusedunpublish-codemie.ymlworkflow.Test plan
git log --onelineshows exactly 2 commits on top of upstream base (3aaf29b69)git diff squashed-whitelabel..eeb660018only shows the removedunpublish-codemie.ymlCo-Authored-By: codemie-ai codemie.ai@gmail.com