Skip to content

pullrequests Search Results · language:Edge language:Python language:C# language:Java language:Python language:JavaScript

Filter by

196M results  (2 s)

196M results

💡 What: Added test_generate_empty_choices in test_openai.py 🎯 Edge Case: Testing how the system handles OpenAI returning an unexpectedly empty choices array (e.g., due to a content filter). 🛡️ Mocking: ...

🤖 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

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

Two more fixes from live validation — these unblocked a real flow run with genuine agent output. 1. Agent execution on local servers (factory.py): for a LOCAL (in-container) workspace server, run the ...

Automated E2E test PR - will be cleaned up automatically

…f the folders list Description !-- Explain here the changes your PR introduces and text to help us understand the context of this change. -- Contribution Checklist: - [ ] I ve used AI significantly ...
size/L

📌 관련 이슈 모노레포 진짜 이주 1번 — src/yule_orchestrator 비우기 시작. 골격(#187~#191) 위에서 첫 실행 단위(app)를 src 밖으로 실제 이동. 전용 이슈 없음(요청 기반). ✨ 과제 내용 가장 자립적인 planning/(13파일·3560줄)을 apps/planning-agent/src/yule_planning/ 로 ...
🔨 Refactor

- _get_or_create_user: link Supabase identity to an existing local user matched by email instead of inserting a duplicate (unique email - 500) - oauth_callback: wrap user provisioning in try/except ...
api
tests

背景 多用户并发时前端连后端经常超时/变慢。根因诊断(含 file:line 证据)定位到三个串联的「单车道」:① SQLite 全库写锁(无 WAL,写者阻塞读者);② AI 长任务同步阻塞、占满共享 40 线程池/单 GPU;③ 超时三层倒挂(nginx 120s 后端 300s,长任务被掐断但后端不释放)。上次只修了 P0-1(event loop 冻死),这三个并发串行点未动。 方案(3 ...