feat(tools): advanced fields for youtube, vercel; added cloudflare and dataverse tools#3257
Merged
waleedlatif1 merged 8 commits intostagingfrom Feb 19, 2026
Merged
feat(tools): advanced fields for youtube, vercel; added cloudflare and dataverse tools#3257waleedlatif1 merged 8 commits intostagingfrom
waleedlatif1 merged 8 commits intostagingfrom
Conversation
Move optional/power-user fields behind the advanced toggle: - List Deployments: project filter, target, state - Create Deployment: project ID override, redeploy from, target - List Projects: search - Create/Update Project: framework, build/output/install commands - Env Vars: variable type - Webhooks: project IDs filter - Checks: path, details URL - Team Members: role filter - All operations: team ID scope Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Hide pagination, sort order, and filter fields behind the advanced toggle for a cleaner default UX across all YouTube operations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR adds two major new tool integrations (Cloudflare and Microsoft Dataverse) and improves the UX of existing tools (Vercel and YouTube) by marking optional parameters as advanced fields. Cloudflare Integration:
Microsoft Dataverse Integration:
UX Improvements:
Implementation Quality:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User Configures Block] --> B{Block Type?}
B -->|Cloudflare| C[Cloudflare Block]
B -->|Dataverse| D[Microsoft Dataverse Block]
B -->|Vercel/YouTube| E[Enhanced Blocks]
C --> C1[API Key Auth]
C1 --> C2{Operation}
C2 -->|DNS| C3[DNS Tools]
C2 -->|Zones| C4[Zone Tools]
C2 -->|Certificates| C5[Certificate Tools]
C2 -->|Analytics| C6[Analytics Tools]
C2 -->|Cache| C7[Cache Tools]
C3 --> C8[Cloudflare API]
C4 --> C8
C5 --> C8
C6 --> C8
C7 --> C8
D --> D1[OAuth Auth]
D1 --> D2{Operation}
D2 -->|CRUD| D3[Record Tools]
D2 -->|Query| D4[Query Tools]
D2 -->|Files| D5[File Upload Route]
D2 -->|Bulk| D6[Bulk Tools]
D3 --> D7[Dataverse API]
D4 --> D7
D5 --> D8[File Processing]
D8 --> D7
D6 --> D7
E --> E1[Advanced Mode Fields]
E1 --> E2[Better UX]
C8 --> F[Tool Registry]
D7 --> F
E2 --> G[Blocks Registry]
F --> H[Workflow Execution]
G --> H
Last reviewed commit: 5d5e6f8 |
Collaborator
Author
|
@cursor review |
Collaborator
Author
|
@greptile |
Collaborator
Author
|
@cursor review |
Collaborator
Author
|
@cursor review |
Collaborator
Author
|
@cursor review |
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.
Summary
Type of Change
Testing
Tested manually
Checklist