-
Notifications
You must be signed in to change notification settings - Fork 138
Nothing Important #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
suisuss
wants to merge
345
commits into
vercel-labs:main
from
techops-services:KEEP-1149-remove-local-deploy
Closed
Nothing Important #150
suisuss
wants to merge
345
commits into
vercel-labs:main
from
techops-services:KEEP-1149-remove-local-deploy
Conversation
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
* feat: add optional email fields to resend plugin - Add optional fields: emailFrom, emailCc, emailBcc, emailReplyTo, emailScheduledAt, emailTopicId - Rename from email to default sender - Add idempotency key using nanoid to prevent duplicate sends - Add proper error handling and validation in step and codegen template * fix: format step-registry.ts * fix: use stable executionId for idempotency key instead of random nanoid * fix: remove nanoid dependency and use stable idempotency key --------- Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
* groups * fix discover plugins script
* better codegen * better creds * linear and firecrawl * ai gateway * v0 * slack * update docs * fix build * fix docs * fix missing getErrorMessage
* add superagent guardrails plugin * fix: restore step registry and integration types with superagent Restored the auto-generated registry files to include all plugins and added superagent guard/redact actions. * Fix superagent redact entities validation and increase icon size * fix: fail-safe validation for Superagent Guard API response Add validation to ensure Guard step fails instead of defaulting to 'allow' when API response lacks expected structure. This prevents security bypasses from unexpected API responses.
* verifies integration ownership before saving workflow * verify integration ownership when running workflow * fix bug
… docs (vercel-labs#95) * refactor: use plugin test functions dynamically and test old icons Replace hardcoded test logic with registry lookup; delete public/integrations/ * fix: add API key validation to testFirecrawl * chore: remove dependencies field from plugin template and docs * fix: add API key validation to testSuperagent * docs: add AGENTS.md for AI plugin development guidance * chore: add missing group field type to CONTRIBUTING.md --------- Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
* vercel blob * fix template vars * fix output fields
* ignore generated files * fix ci
* add stripe plugin * fixes
Co-authored-by: Chris Tate <ctate@users.noreply.github.com>
Co-authored-by: Chris Tate <ctate@users.noreply.github.com>
* fix logos * fix fal timeout
Co-authored-by: Chris Tate <ctate@users.noreply.github.com>
* public and shareable * api keys for webhooks * only expose workflow title if public * make public dialog * remove invalidIds from api responses * make workflow logging internal * fix error handling
* fix url * add missing fields
* hide code tab for condition node * fix error
* better integration handling * ux fixes * focus on add
…ly (vercel-labs#133) Co-authored-by: Chris Tate <ctate@users.noreply.github.com>
Contributor
|
@suisuss is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
f7dae2b to
2536d2a
Compare
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.
No description provided.