pullrequests Search Results · language:Dune language:Python language:JavaScript language:C# language:CSS language:Java
Filter by
205M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 95%
- Auto-fix allowed: True
📝 Summary
The application uses the subprocess ...
ai-remediation
severity-medium
Problem
The FieldOps chatbot had no cross-session memory. Summaries were being saved after each run (saveContext: true) but
runAgent silently discards memoryContext whenever a systemPromptOverride is ...
Summary
- AsyncMemory.delete_all() uses asyncio.gather(*delete_tasks) without return_exceptions=True
- If any single _delete_memory call fails (e.g. store timeout, missing record), gather raises immediately ...
Adds scripts/reproduce_exp1.py, a one-command reproduction of the Experiment 1 routing-policy comparison documented in
DESIGN_DOC.md §5.1.
- Offline baselines (Fixed / Heuristic / Oracle) run with no ...
概要
DELETE /api/v1/super-admin/tenants/{tenant_id} (論理削除) と
DELETE /api/v1/super-admin/tenants/{tenant_id}/physical (物理削除) を新設。
- 論理削除: is_active = FALSE に更新(可逆)
- 物理削除: DROP SCHEMA CASCADE → admin_db.commit() ...
This PR ports the animated icons from WinUI to SVG with animations. I used Claude to help parse the keyframes and
timings from the animated icons available in microsoft/microsoft-ui-xaml at
https://github.com/microsoft/microsoft-ui-xaml/tree/bac7a9c33ffe3696ec19121b16f166227eae4f1f/controls/dev/AnimatedIcon/AnimatedVisuals. ...
enhancement
Changes
Dashboard — AgentActivityWidget
- New AgentActivityWidget added to the dashboard widget grid
- Shows a task status Donut chart (done/running/pending/failed distribution) from /api/tasks/ ...
🤖 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
Sentry issue IN-HOUSE-MGMT-SERVER-6 (Template syntax error: Empty variable tag on line 12) is not a crash. A user
authored a ticket template containing an empty {{ }} tag. render_template() already ...