v0.5.92: shortlinks, copilot scrolling stickiness, pagination #3234
Merged
waleedlatif1 merged 7 commits intomainfrom Feb 17, 2026
Merged
v0.5.92: shortlinks, copilot scrolling stickiness, pagination #3234waleedlatif1 merged 7 commits intomainfrom
waleedlatif1 merged 7 commits intomainfrom
Conversation
- Changed default stickinessThreshold from 100 to 30 in use-scroll-management.ts - Removed explicit stickinessThreshold override (40) from copilot.tsx - Both copilot and chat now use the same default value of 30 - This makes scrolling less sticky across all copilot message interactions Co-authored-by: Cursor Agent <[email protected]> Co-authored-by: Emir Karabeg <[email protected]>
* improvement(lint): fix react-doctor errors and warnings * remove separators
…upport it (#3233) * feat(pagination): update pagination for remaining integrations that support it * fixed remaining * ack comments
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR bundles multiple improvements: shortlink rewrites, copilot scrolling, provider error handling, and pagination support for multiple integrations. Key Changes:
Issues Found:
Confidence Score: 3/5
Important Files Changed
Flowchartflowchart TD
A[Provider Request] --> B{Error Occurs?}
B -->|Yes| C[Create ProviderError]
B -->|No| D[Return Response]
C --> E[Include Timing Metadata]
E --> F[Throw Typed Error]
G[Tool API Call] --> H{Pagination Supported?}
H -->|Pipedrive| I[Offset: start/next_start]
H -->|Zendesk| J[Cursor: after_cursor/has_more]
H -->|Incidentio| K[Cursor: after/pagination_meta]
H -->|Supabase| L[Offset: offset param]
I --> M[Return with Metadata]
J --> M
K --> M
L --> M
N[Copilot Scroll] --> O[Check Distance from Bottom]
O -->|< 30px| P[Auto-scroll]
O -->|>= 30px| Q[Stay at Position]
Last reviewed commit: cdacb79 |
Collaborator
Author
|
@greptile |
Collaborator
Author
|
@cursor review |
Collaborator
Author
|
@greptile |
…ded turborepo (#3237) * feat(pipedrive): added sort order to endpoints that support it * upgraded turborepo * fix
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.
Uh oh!
There was an error while loading. Please reload this page.