Skip to content

Conversation

@Paveltarno
Copy link
Contributor

@Paveltarno Paveltarno commented Feb 1, 2026

Description

This PR adds a new site browse command to open the published site in a browser, adds the claude-code-plugins subtree containing various plugin tools and workflows, and improves code review message formatting by wrapping messages in GitHub's NOTE callout blocks for better visual quality and readability.

Related Issue

None

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe):

Changes Made

  • Added new site browse command to open the published site URL in the default browser (src/cli/commands/site/browse.ts:1)
  • Added getSiteUrl() utility function to fetch published site URL from API (src/cli/utils/urls.ts:29)
  • Refactored site commands structure by extracting deploy command and creating site command index (src/cli/commands/site/index.ts:1)
  • Added claude-code-plugins subtree containing plugins for code review, feature development, commit commands, and various GitHub workflows
  • Updated code-review plugin to format review messages with GitHub NOTE callout blocks (claude-code-plugins/plugins/code-review/commands/code-review.md:62)
  • Updated GitHub workflow to reference local plugin path instead of marketplace

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (npm test)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated AGENTS.md if I made architectural changes

Additional Notes

The site browse command includes a CI check to avoid opening browsers in CI environments. The command requires authentication to access the published site URL from the API. The claude-code-plugins subtree adds extensive plugin infrastructure including marketplace metadata, GitHub workflows, and various development tools.


🤖 Generated by Claude | 2026-02-01 19:54 UTC

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2026

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.26-pr.171.987dd70

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.0.26-pr.171.987dd70"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.26-pr.171.987dd70"
  }
}

Preview published to npm registry — try new features instantly!

Updated the auto PR description workflow to format the entire PR
description with GitHub's > [!NOTE] callout block for better visual
quality and readability.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Paveltarno Paveltarno force-pushed the fix-review-message-format branch from 43bdd8b to 4268dc0 Compare February 1, 2026 19:55
@Paveltarno
Copy link
Contributor Author

Closing - recreated from correct base branch in #172

@Paveltarno Paveltarno closed this Feb 1, 2026
@Paveltarno Paveltarno deleted the fix-review-message-format branch February 1, 2026 19:57
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.

2 participants