-
Notifications
You must be signed in to change notification settings - Fork 3.2k
v0.5.27: sidebar updates, ssrf patches, gpt-5.2 #2318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* fix(sidebar): re-render auto-scroll * improvement: sidebar-scrolling listener
* Fix var resolution in parallel * Fix parallel * Clean logs * FIx loop error port
* fix(ollama): fixed messages array for ollama, added gpt-5.2 * ack PR comments
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile OverviewGreptile SummaryThis release (v0.5.27) bundles six bug fixes and improvements:
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Client
participant ProxyAPI as Proxy/Parse API
participant Validator as URL Validator
participant DNS as DNS Resolver
participant Target as External Server
Client->>ProxyAPI: Request with URL
ProxyAPI->>Validator: validateUrlWithDNS(url)
Validator->>Validator: Basic URL validation (protocol, format)
Validator->>DNS: dns.lookup(hostname)
DNS-->>Validator: Resolved IP address
Validator->>Validator: Check IP not private/reserved
Validator-->>ProxyAPI: {isValid, resolvedIP, originalHostname}
ProxyAPI->>ProxyAPI: createPinnedUrl(url, resolvedIP)
ProxyAPI->>Target: fetch(pinnedUrl, {Host: originalHostname})
Target-->>ProxyAPI: Response
ProxyAPI-->>Client: Proxied Response
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
21 files reviewed, no comments
#2319) * fix(stagehand): incl stagehand in the standalone build * fix(stagehand): updated browser use and stagehand to use the latest models
Uh oh!
There was an error while loading. Please reload this page.