pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:JavaScript language:Java
Filter by
184M results
变更内容
- 将登录表单规则类型治理从活跃任务移入最近完成
- 记录 PR #259、合并提交和远端质量门禁结果
验证
- python3 scripts/validate_docs.py . --profile generic
- git diff --check
文档刷新
- 不需要。原因:本轮仅更新内部任务状态记录。
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
原始需求
本地手动运行 run_alert_radar_loop.py 时只输出到终端,Web Admin 的 Logs 页面读取 logs/*.log,导致 Alerts 有新记录但 Logs 无新增内容。需要补齐本地一键启动脚本,避免忘记 tee
-a logs/*.log。
修改摘要
- 新增 scripts/start_radar_loop.sh:启动 radar loop,并追加日志到 ...
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
- refresh the backend SOLID/DDD/DRY/VSA audit after the storage boundary PRs
- mark completed shared-storage work separately from remaining storage facade work
- add current validation results ...
Scope
- Add a RunnerProviderService path for explicit a2a.remote provider adapter invocation.
- Read the A2A endpoint from explicit service config or XMUSE_A2A_PROVIDER_URL.
- Read optional outbound ...
背景
- 本次变更要解决的问题:Knowledge 模块存在两组「同义不同形」视图——文档 Markdown 预览(Base/Corpus 用弹窗 vs Documents 用独立页)、Chunk 弹窗(Document Chunks 用
Edit 单栏弹窗 vs Retrieve 用 Detail 双栏弹窗),造成认知与维护双轨;需在不改功能前提下统一并精修界面。
- 关联上下文:用户需求——文档视图统一为「独立页」、Chunk ...