pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:Ruby
Filter by
166M results
Summary
- strip inherited StreamMessagesHandlerV2 callbacks when v3 stream_events delegates through v2 streaming
- preserve unrelated callbacks, tags, and metadata while isolating nested graph message ...
Summary
This change makes the admin portal path configurable via the ADMIN_PATH environment variable instead of being hardcoded
to /admin. This improves security by preventing bots and unauthorized users ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The application uses subprocess.call ...
ai-remediation
severity-medium
This update adds a professional README.md derived from the Swagger UI and project context so the API surface and setup
are immediately clear to contributors. It documents the inventory service as a FastAPI ...
Add summarization feature when the number of messages exceed a threshold
Describe your changes
Issue ticket number and link
Checklist before requesting a review
- [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests. ...
Root cause
The api.get( /billing/subscription ) state-refresh was nested inside the same try-catch as the api.post(
/billing/checkout ) call. If the GET failed for any reason (Stripe API latency in the ...