pullrequests Search Results · language:Dune language:Python language:Java language:HTML language:HTML language:JavaScript
Filter by
208M results
- configure_branding_roles.py: Website Theme.primary_color is a Link to Color in Frappe v15, not a hex string. Insert
a Color row DKF Red with the brand hex first, then reference it by name.
- ...
修复内容
将 agent.py 中 SKILLS_DIR 的路径计算从 parents[3] 改为 parents[2]。
关联 Issue
Closes #37
改动说明
parents[3] 指向项目根目录的上一层,导致找不到 skills/llm-wiki-agent。 parents[2] 才是正确的项目根目录。
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
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
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
Summary
- Closes #450 by importing images extracted from parsed reference files into the associated project s material
library.
- Adds a small material import service that resolves local MinerU ...
Automated test pull request
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The use of subprocess with shell=True ...
ai-remediation
severity-medium
cleans up exports in all modules, so that only estimators are exported from the same module.
enhancement
module:base-framework