Update base44-cli skill to v0.1.8 2026-08-04 07:38 UTC - #152
Open
claude[bot] wants to merge 1 commit into
Open
Conversation
Documents the new `base44 build` command and the `--build`/`--no-build` flags on `deploy`/`site deploy`, plus the env-gated `--git-hash`/ `--concurrency` deployments-API options on `site deploy`. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
base44-cliskill against CLI source atv0.1.8(previous:v0.1.7).base44 buildcommand (runssite.buildCommandwithVITE_BASE44_APP_IDinjected).--build/--no-buildflags onbase44 deployandbase44 site deploy, including the interactive "Build the site first?" prompt behavior.BASE44_STATIC_DEPLOYMENTS=1|true) experimental--git-hash/--concurrencyoptions onbase44 site deployfor the new deployments-API upload path.CLI_VERSIONandskills/base44-cli/SKILL.mdfrontmattermetadata.sourcePackage.versionto0.1.8.Changed command files processed
packages/cli/src/cli/commands/project/build.ts(new)packages/cli/src/cli/commands/project/deploy.tspackages/cli/src/cli/commands/project/eject.ts(internal only — passesbuild: falseto avoid double-building/prompting; no user-facing doc change needed)packages/cli/src/cli/commands/project/site-build.ts(new, shared build helper)packages/cli/src/cli/commands/site/deploy.tsInfrastructure changes reviewed
packages/cli/src/cli/program.ts— registers the newbase44 buildcommand (no other user-facing impact)Files updated
skills/base44-cli/references/build.md(new)skills/base44-cli/references/deploy.mdskills/base44-cli/references/site-deploy.mdskills/base44-cli/SKILL.md(command tables + config property note)CLI_VERSION(v0.1.7→v0.1.8)Manual review recommended
--git-hash/--concurrencydeployments-API path is feature-flagged behindBASE44_STATIC_DEPLOYMENTSand not yet in the public changelog — confirm the documentation tone (marked "Experimental") matches how/when this should be surfaced to users.Test plan