improvement(ux): added tab key navigation for agent messages, made variables styling match chat, added neo4j and calendly#2056
Merged
waleedlatif1 merged 11 commits intostagingfrom Nov 20, 2025
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile Summary
Confidence Score: 2/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant WebhooksAPI as "Webhooks API"
participant DB as "Database"
participant Calendly as "Calendly API"
participant Workflow as "Workflow"
User->>WebhooksAPI: "POST /api/webhooks (create Calendly webhook)"
WebhooksAPI->>DB: "Verify workflow exists and permissions"
DB-->>WebhooksAPI: "Workflow details"
WebhooksAPI->>Calendly: "POST /webhook_subscriptions"
Calendly-->>WebhooksAPI: "Webhook URI and ID"
WebhooksAPI->>DB: "Save webhook with externalId"
DB-->>WebhooksAPI: "Webhook created"
WebhooksAPI-->>User: "Webhook details"
Calendly->>WebhooksAPI: "POST /api/webhooks/trigger/{path} (event notification)"
WebhooksAPI->>Workflow: "Execute workflow with event data"
Workflow-->>WebhooksAPI: "Execution result"
WebhooksAPI-->>Calendly: "200 OK"
|
Contributor
There was a problem hiding this comment.
65 files reviewed, 1 comment
Edit Code Review Agent Settings | Greptile
React with 👍 or 👎 to share your feedback on this new summary format
10 tasks
waleedlatif1
added a commit
that referenced
this pull request
Nov 20, 2025
…riables styling match chat, added neo4j and calendly (#2056) * improvement(ux): added tab key navigation for agent messages, made variables styling match chat * added neo4j tools, added calendly tools and triggers * more style improvements * consolidate wand generation type * more ui improvements * fix calendly * tested all neo4j tools * added fuzzy search for search modal, tested and fixed calendly * updated docs * fix various broken docs links, neo4j param validation * removed limit from neo4j block
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
added tab key navigation for agent messages, made variables styling match chat
Type of Change
Testing
Tested manually
Checklist