Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript is:unmerged language:JavaScript

Filter by

35.5M results  (1 s)

35.5M results

v1.1.1 Bug fixes - Standard ring event type — event. name _doorbell now fires ring (HA 2027.4 requirement for EventDeviceClass.DOORBELL) instead of the custom doorbell_ring type. Automations using ...

Motivation - Replace the editable database-catalog table and UI with a fixed, code-defined set of catalogs so the app always uses the same catalog parameters. - Simplify identifier storage by ...
codex

Hey

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 ...

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 ...

🎯 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 ...