Update base44-cli skill to v0.1.6 2026-07-28 09:26 UTC - #149
Open
claude[bot] wants to merge 1 commit into
Open
Conversation
Documents the changes between v0.1.5 and v0.1.6: a shared confirmPush guard (with -y/--yes) added to entities/agents/connectors push, new exec --local/--port/--privileged/--data-env flags, link listing editor-created apps, and base44 dev's new workerd/Miniflare local function runtime. 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
Syncs the
base44-cliskill from CLIv0.1.5tov0.1.6, covering the command files that changed in that range.entities push/agents push/connectors push: new-y, --yesflag backed by a sharedconfirmPushguard. Interactively, the CLI now warns and asks for confirmation before these destructive syncs; non-interactively,--yesis now required or the command throws. Updated all three reference docs plusSKILL.md's example invocations to pass-y.exec: new--local(run against a runningbase44 devserver instead of the deployed app),--port(only valid with--local, defaults to 4400),--privileged(bypass RLS, requires owner/editor role), and--data-env <environment>flags.link: fixed to list all Base44 apps for linking, including ones created in the visual editor (previously filtered out non-CLI-created apps).dev: documented the new default local function runtime — workerd via Miniflare (matching productionbase44:runtimesemantics), falling back to a Deno subprocess when workerd is unavailable or forced viaB44_DEV_FUNCTIONS_RUNTIME=deno.Also bumped
CLI_VERSIONandskills/base44-cli/SKILL.md'smetadata.sourcePackage.versionto0.1.6.Test plan
v0.1.5..v0.1.6for changed command files and cross-checked each against existing reference docs-y/--yesbehavior and non-interactive requirement by readingconfirm-push.tsfunction-runtime.ts