pullrequests Search Results · language:Dune language:Python language:HTML language:Java language:Java language:Go language:Ruby
Filter by
21.3M results
Automatically appends prepared_statements=false and sslmode=require when a Supabase Pooler (port 6543) is detected. This
is a zero-config fix for the SSL connection closed error on Vercel.
Summary
Code-quality cleanup release closing the three follow-up issues from the v1.6.4 → v1.6.6 review cycle. Zero behaviour
change for any user — pure dead-code removal + comment consolidation.
Fixes ...
Closes #288
Summary
- guard with a synchronous in-flight ref to block rapid duplicate submissions
- disable suggested question buttons while streaming
- add regression coverage to ensure rapid ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 85%
- Auto-fix allowed: False
📝 Summary
The code uses subprocess.call ...
ai-remediation
needs-human-review
severity-high
Builds on #3126. That PR dedups DNS children by (rdtype, child), which kills the cross-parent flood from out-of-scope
shared infrastructure (e.g. one Cloudflare nameserver emitted 1,518x across in-scope ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The application uses the subprocess ...
ai-remediation
severity-medium
Summary
- routes Hermes gateway status/progress fallbacks into aX processing-status on the triggering/original message instead
of posting chat leaks
- anchors inbound aX dispatch with thread_id/message_id ...
💡 What: Replaced json.load(f) in text mode with json.loads(f.read()) in binary mode for reading outbox entries. 🎯 Why:
_load_entry is a hot path for message parsing. Using binary mode bypasses the standard ...
Docs-only. Adds docs/phase-2/20-first-prompt.md (the copy-paste-ready first prompt for the next session) and links it
from SESSION.md s Where we are entry.
Next-session plan: dogfood #335 (Devanagari ...