Update base44-cli skill to main March 18, 2026#102
Merged
netanelgilad merged 7 commits intomainfrom Mar 18, 2026
Merged
Conversation
- Add exec.md reference for new `base44 exec` command (runs scripts via stdin with SDK pre-authenticated) - Add exec command to SKILL.md Available Commands table - Update CLI_VERSION from v0.0.45 to v0.0.45-4-gfb355f8 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
…ion invoke syntax Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
Contributor
Author
|
README check ran. 2 issue(s) found and fixed: (1) base44-cli description mentioned 'authentication' and 'entity schema management' but SKILL.md frontmatter describes entities, backend functions, and AI agents; (2) base44-sdk description mentioned 'auth, integrations, connectors' which are not in the SKILL.md frontmatter. README.md has been updated in this branch. |
Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
netanelgilad
approved these changes
Mar 18, 2026
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
exec.mdreference for newbase44 execcommand (runs stdin scripts with Base44 SDK pre-authenticated)execcommand toSKILL.mdAvailable Commands table under a new "Script Execution" sectionCLI_VERSIONfromv0.0.45tov0.0.45-4-gfb355f8Sync Summary
Version Updated
Changed Command Files Processed
packages/cli/src/cli/commands/exec.ts(new command)Base44Commandclass refactor (no user-facing changes)Infrastructure Changes Reviewed
packages/cli/src/cli/utils/command/Base44Command.ts(new) — internal: context injected via preAction hook instead of constructor args; no user-facing impactpackages/cli/src/cli/program.ts— registered newexeccommand; removed context param from all command factories (internal)New Commands
base44 exec— Run a script (piped via stdin) with the Base44 SDK pre-authenticatedBreaking Changes
Option Changes
🤖 Generated with Claude Code