Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:C#

Filter by

161M results  (2 s)

161M results

Summary Consolidates the frontend (Angular) dependency security fixes into one PR instead of ~11 individual Dependabot PRs that all edit package-lock.json and would conflict serially. Frontend npm audit: ...

Summary A single opencode provider config can draw models from more than one provider — e.g. opencode-kimi-flash runs a Kimi primary plus DeepSeek fast subagents. Until now providerDef accepted only one ...

- H.264 copy mode: skip video re-encoding for H.264 source files (10-50x faster segment generation, near-zero buffering for most content) - Replace slow per-frame expr keyframe rule with fixed ...

OpenCode-generated fix for https://github.com/ppijbb/sparkleforge/issues/161. Refs #161 Source run: https://github.com/ppijbb/sparkleforge/actions/runs/26684416100

🎯 What: This PR addresses the testing gap in get_host_info within manage.py. Previously, there were no tests validating the error paths (e.g. invalid JSON, missing dictionary keys) or the fallback logic ...

Summary - _services_available() only probed /health which requires no auth, so VG returning 401 on privileged endpoints let the class decorator pass → tests failed with 401 instead of skipping ...

🎯 What: Removed duplicate checklist file generation logic in the Lovable CLI initialization tool path. 💡 Why: Reduces duplicate logic and maintains code clarity, as the checklist is guaranteed to be created ...

Summary - 新增 app/engine/schemas.py - 引擎核心数据结构 - Message / ChatResponse: AI Provider 交互 - EngineFinding: AI 分析发现(与 ASTFinding 互补) - Phase1Result / AnalysisStats / AnalysisResult: 分析编排 - DiffLine ...

💡 What: Extracted the content.splitlines() call outside of the for rule in SCAN_RULES loop in the _scan_file function. 🎯 Why: The original code split the entire file content into lines for every rule ...