Update base44-cli skill to v0.1.3 2026-07-13 07:50 UTC - #139
Open
claude[bot] wants to merge 1 commit into
Open
Conversation
Documents workspace API key auth (BASE44_API_KEY / b44k_ prefix) added in v0.1.3, its effect on `whoami` output and connector reconciliation during `deploy`, and the client-side --level filter fix in `logs`. 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-cli/base44-troubleshooterskill docs with base44-cliv0.1.2→v0.1.3.BASE44_API_KEYenv var,b44k_prefix):whoamioutput, deploy's skipped connector reconciliation for that principal, and a troubleshooting entry for rejected keys.logs --levelfilter now also being enforced client-side (defensive fix for runtimes where the backend doesn't filter).CLI_VERSIONandskills/base44-cli/SKILL.mdfrontmattersourcePackage.versionto0.1.3.Changed command files (source repo)
packages/cli/src/cli/commands/auth/whoami.tspackages/cli/src/cli/commands/project/logs.tsInfra changes reviewed
packages/cli/src/cli/utils/command/middleware.ts(skip login flow when a workspace API key is set)packages/cli/src/core/auth/config.ts,core/clients/base44-client.ts,core/errors.ts,core/project/deploy.ts(workspace API key plumbing)Manual review recommended
Test plan
🤖 Generated with Claude Code