Skip to content

Conversation

@claude
Copy link
Contributor

@claude claude bot commented Feb 9, 2026

Summary

Synchronized base44-cli skill documentation with CLI source code v0.0.30.

Version Update

  • Previous: v0.0.26
  • Current: v0.0.30

Files Changed

  • ✏️ Updated: CLI_VERSION (v0.0.26 → v0.0.30)
  • ✏️ Updated: skills/base44-cli/SKILL.md (command syntax, new commands, schema fix)
  • ✏️ Updated: skills/base44-cli/references/dashboard.md (command syntax change)
  • Created: skills/base44-cli/references/site-open.md (new command)
  • Created: skills/base44-cli/references/types-generate.md (new hidden command)

Breaking Changes ⚠️

Dashboard Command Syntax Change:

  • Old: npx base44 dashboard
  • New: npx base44 dashboard open

Users upgrading from v0.0.26 to v0.0.30 will need to update their scripts/workflows.

New Commands

  1. base44 site open

    • Opens the deployed site in a browser
    • Requires authentication
    • Quality of life improvement for developers
  2. base44 types generate (hidden)

    • Generates TypeScript types from entities, functions, and agents
    • Creates base44/.types/types.d.ts
    • Updates tsconfig.json automatically
    • Does NOT require authentication

Additional Changes

  • Fixed agent schema example in SKILL.md: Changed "entity_name": "tasks" to "entity_name": "Task" (PascalCase for consistency)

Verification Status

All 19 command files were analyzed and 17 reference files were verified/updated:

  • ✅ 13 commands verified as accurate (no changes needed)
  • ✏️ 2 commands updated (dashboard syntax change)
  • ✨ 2 new command references created

Commands Verified

Command Status
base44 create ✅ Verified
base44 deploy ✅ Verified
base44 link ✅ Verified
base44 agents push ✅ Verified
base44 agents pull ✅ Verified
base44 auth login ✅ Verified
base44 auth logout ✅ Verified
base44 auth whoami ✅ Verified
base44 dashboard open ✏️ Updated
base44 entities push ✅ Verified
base44 functions deploy ✅ Verified
base44 site deploy ✅ Verified
base44 site open ✨ New
base44 types generate ✨ New

Test Plan

  • Verify dashboard command syntax works with v0.0.30
  • Test new base44 site open command
  • Test base44 types generate command
  • Ensure all documentation links are accurate

🤖 Generated with Claude Code

Synchronized base44-cli skill documentation with CLI source v0.0.30.

Changes:
- Updated dashboard command syntax: 'base44 dashboard' → 'base44 dashboard open'
- Added new 'base44 site open' command reference
- Added new 'base44 types generate' command reference (hidden command)
- Updated CLI_VERSION from v0.0.26 to v0.0.30
- Fixed agent schema example in SKILL.md (entity_name: "Task" in PascalCase)

Breaking Changes:
- Dashboard command now requires 'open' subcommand

New Commands:
- site open: Opens deployed site in browser
- types generate: Generates TypeScript types from entities/functions/agents

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@ozsay ozsay closed this Feb 10, 2026
@ozsay ozsay deleted the sync-base44-cli-v0.0.30 branch February 10, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant