fix(grain): fixed output and dropdown#2685
Merged
aadamgough merged 3 commits intostagingfrom Jan 6, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR fixes the Grain integration by removing non-existent configuration options and consolidating the trigger selection UI. The main changes:
The fix aligns the UI with the actual Grain API capabilities and provides a cleaner trigger configuration experience. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant GrainBlock
participant TriggerSelector
participant GrainTriggers
participant Utils
User->>GrainBlock: Configure Grain integration
GrainBlock->>Utils: Import grainTriggerOptions
GrainBlock->>TriggerSelector: Add unified trigger dropdown
TriggerSelector->>User: Display trigger options
User->>TriggerSelector: Select trigger type
TriggerSelector->>GrainTriggers: Load specific trigger config
GrainTriggers->>Utils: Get trigger options & setup instructions
GrainTriggers->>User: Display trigger-specific fields (API key, instructions)
Note over GrainTriggers: Removed: includeHighlights, includeParticipants, includeAiSummary switches
Note over Utils: Updated: documentation to use Grain Get Recording tool for additional data
|
waleedlatif1
pushed a commit
that referenced
this pull request
Jan 8, 2026
* fixed output and dropdown * changed payload * removed comments
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
Removed imaginary variables and fixed selector
Type of Change
Testing
Tested manually
Checklist