Multi-tenant support in Linear adapter#344
Conversation
|
@SamyPesse is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
hi @SamyPesse looking into this & just saw a couple of things & ty for the PR! getUserNameFromProfileUrl hardcoded to gitbook-x this needs updated or would break for others & startTyping missing return as in linear i believe they mention this somewhere on their docs user has 10 seconds to respond to a created even or the session is marked unresponsive also only one changeset file is needed major is fine! |
Oups, fixed.
fixed.
Yes, I'm wondering if the adapter should not directly post an ephemeral message "Thinking" or if we wait for the first call to |
Summary
The Linear adapter was simply not working in its current state: Not supporting multiple workspaces when using
clientId/clientSecret; but more importantly throwing an error when trying to fetch the comments.This PR makes the Linear adapter fully work, in multi-tenant and single-tenant modes.
clientId/clientSecretclientId/clientSecret(multi-tenant mode)actor=appmode where Linear will trigger an agent session (https://linear.app/developers/agent-interaction) instead of a normal commentTest plan
Tests have been updated; but I also tested a build in my application.