Wrap code review messages in NOTE callout block#171
Closed
Paveltarno wants to merge 2 commits intomainfrom
Closed
Conversation
Contributor
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/cli@0.0.26-pr.171.987dd70Prefer not to change any import paths? Install using npm alias so your code still imports npm i "base44@npm:@base44-preview/cli@0.0.26-pr.171.987dd70"Or add it to your {
"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>
43bdd8b to
4268dc0
Compare
Contributor
Author
|
Closing - recreated from correct base branch in #172 |
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.
Description
This PR adds a new
site browsecommand 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
Changes Made
site browsecommand to open the published site URL in the default browser (src/cli/commands/site/browse.ts:1)getSiteUrl()utility function to fetch published site URL from API (src/cli/utils/urls.ts:29)Testing
npm test)Checklist
Additional Notes
The
site browsecommand 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