Skip to content

Update base44-cli skill to v0.1.6 2026-07-28 09:26 UTC - #149

Open
claude[bot] wants to merge 1 commit into
mainfrom
sync-base44-cli-v0.1.6
Open

Update base44-cli skill to v0.1.6 2026-07-28 09:26 UTC#149
claude[bot] wants to merge 1 commit into
mainfrom
sync-base44-cli-v0.1.6

Conversation

@claude

@claude claude Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Syncs the base44-cli skill from CLI v0.1.5 to v0.1.6, covering the command files that changed in that range.

  • entities push / agents push / connectors push: new -y, --yes flag backed by a shared confirmPush guard. Interactively, the CLI now warns and asks for confirmation before these destructive syncs; non-interactively, --yes is now required or the command throws. Updated all three reference docs plus SKILL.md's example invocations to pass -y.
  • exec: new --local (run against a running base44 dev server 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 production base44:runtime semantics), falling back to a Deno subprocess when workerd is unavailable or forced via B44_DEV_FUNCTIONS_RUNTIME=deno.

Also bumped CLI_VERSION and skills/base44-cli/SKILL.md's metadata.sourcePackage.version to 0.1.6.

Test plan

  • Diffed CLI source v0.1.5..v0.1.6 for changed command files and cross-checked each against existing reference docs
  • Verified -y/--yes behavior and non-interactive requirement by reading confirm-push.ts
  • Verified workerd/Miniflare fallback behavior by reading function-runtime.ts

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>
@claude claude Bot added the auto-skill-update Automated skill-sync PR label Jul 28, 2026

@aucklandnz96-star aucklandnz96-star left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-skill-update Automated skill-sync PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant