Skip to content

Early access#2

Merged
mdroidian merged 5 commits intomainfrom
early-access
Feb 10, 2026
Merged

Early access#2
mdroidian merged 5 commits intomainfrom
early-access

Conversation

@mdroidian
Copy link
Contributor

@mdroidian mdroidian commented Feb 9, 2026


Open with Devin

Summary by CodeRabbit

  • Chores
    • Added a manual deployment workflow to support one-click releases to cloud hosting.
    • Added a deployment script to automate building and publishing front-end assets to the release storage.
    • Updated project configuration and package scripts to include the new deploy command and include deployment tooling.

@coderabbitai
Copy link

coderabbitai bot commented Feb 9, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Adds a manual GitHub Actions workflow (.github/workflows/vercel-release-manual.yaml) to build and deploy a release to Vercel. Introduces scripts/deploy-vercel.ts which builds (unless --no-compile), resolves branch, validates BLOB_READ_WRITE_TOKEN, and uploads selected dist files (extension.js, extension.css, package.json, README.md, CHANGELOG.md) to Vercel Blob under branch-aware paths, then prints a release URL. Updates package.json to include a deploy:vercel script, @vercel/blob dependency, and tsx devDependency. Expands tsconfig.json "include" to cover the scripts directory.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~22 minutes


Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

View 5 additional findings in Devin Review.

Open in Devin Review

Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

View 8 additional findings in Devin Review.

Open in Devin Review

@mdroidian mdroidian merged commit 521fdb1 into main Feb 10, 2026
1 check was pending
@mdroidian mdroidian deleted the early-access branch February 10, 2026 00:05
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