feat(eve): add native Linq channel and setup - #2268
Open
OwenKephart wants to merge 22 commits into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
Signed-off-by: owenkephart <owen.kephart@vercel.com>
OwenKephart
force-pushed
the
feat/linq-native-channel-setup
branch
from
August 20, 2026 17:09
1ecfe08 to
73a05fa
Compare
AndrewBarba
approved these changes
Aug 20, 2026
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
Adds a first-class Linq channel for iMessage and SMS and a guided setup flow akin to our other first-class channel integrations.
eve add channel/linqnow runs the native guided setup; managed setup provisions the connector, routes verified webhooks, and exposes the assigned phone number.Adds information to docs / the integration gallery, removing the prior Chat SDK Linq template.
Validation
Focused Linq channel coverage confirms portable dispatch, Connect-owned verifier forwarding, and blank-message handling. The package typecheck and mechanical invariant guard pass after replacing conditional object spreads with explicit assignments. Registry validation confirms the native setup entry matches the integration catalog; docs validation confirms the new page, navigation, and code snippets resolve.
Checklist
CONTRIBUTING.mdevepackagegit commit --signoff)Diff size
Docs — 10 files ·
+106 / -82Adds the Linq channel guide, navigation, gallery and registry metadata, the release-requirement staging intent, and replaces the obsolete Chat SDK template. The overview’s install example now stays provider-neutral.
Implementation — 12 files ·
+630 / -13Adds the native channel, credential vendoring, and guided Connect/portable setup, then registers the native integration and its release dependencies.
Tests — 3 files ·
+214 / -0Covers inbound dispatch and credential behavior plus Connect provisioning and setup-plan flows.