v0.5.94: vercel integration, folder insertion, migrated tracking redirects to rewrites #3253
Merged
waleedlatif1 merged 4 commits intomainfrom Feb 19, 2026
Merged
v0.5.94: vercel integration, folder insertion, migrated tracking redirects to rewrites #3253waleedlatif1 merged 4 commits intomainfrom
waleedlatif1 merged 4 commits intomainfrom
Conversation
…t build time on ECS (#3251) * fix(shortlink): remove isHosted guard from redirects, not available at build time on ECS * fix(shortlink): use rewrite instead of redirect for Beluga tracking
* fix(sidebar): unify workflow and folder insertion ordering * ack comments * ack comments * ack * ack comment * upgrade turbo * fix build
* feat(vercel): add complete Vercel integration with 42 API tools Add Vercel platform management integration covering deployments, projects, environment variables, domains, DNS records, aliases, edge configs, and team/user management. All tools use API key authentication with Bearer tokens. Co-Authored-By: Claude Opus 4.6 <[email protected]> * feat(vercel): add webhook and deployment check tools Add 8 new Vercel API tools: - Webhooks: list, create, delete - Deployment Checks: create, get, list, update, rerequest Brings total Vercel tools to 50. * fix(vercel): expand all object and array output definitions Expand unexpanded output types: - get_deployment: meta and gitSource objects now have properties - list_deployment_files: children array now has items definition - get_team: teamRoles and teamPermissions arrays now have items Co-Authored-By: Claude Opus 4.6 <[email protected]> * update icon size, update docs --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR delivers three key improvements: (1) adds comprehensive Vercel integration with 54 tools covering deployments, projects, environment variables, domains, DNS, and edge config management; (2) unifies folder and workflow insertion ordering so new items consistently appear at the top of mixed lists; (3) migrates Beluga shortlink tracking from redirects to rewrites, removing the
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User Creates Folder/Workflow] --> B{Sort Order Provided?}
B -->|Yes| C[Use Provided Sort Order]
B -->|No| D[Calculate Top Insertion]
D --> E[Query MIN from Workflows]
D --> F[Query MIN from Folders]
E --> G[Combine Results]
F --> G
G --> H{Any Siblings?}
H -->|Yes| I[MIN - 1]
H -->|No| J[Default: 0]
I --> K[Insert at Top]
J --> K
C --> K
K --> L[Frontend: Optimistic Update]
K --> M[Backend: Database Insert]
L --> N[Sync on Success]
M --> N
Last reviewed commit: 91aa1f9 |
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.
Uh oh!
There was an error while loading. Please reload this page.