pullrequests Search Results · language:Dune language:JavaScript language:Python language:HTML language:Python language:Python
Filter by
40.7M results
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...
問題(修修回報)
Weekly dashboard 卡片顯示「3 張候選靈感卡」,點進 /kb/review 卻空白。
根因
- 卡片(bridge_weekly)讀 5am 持久化的 bundle(load_review_bundle)
- /kb/review(_compute_bundle)每次開頁 即時重算(run_daily_review)
- 兩邊資料源不同;且 P-1/P-2 ...
🎯 What: Removed the unused timedelta import from operon_ai/topology/oscillator.py. 💡 Why: Reduces clutter, improving
readability and maintainability without affecting business logic. ✅ Verification: Verified ...
変更内容
1. ボタンに type= button を追加
button 要素はデフォルトで type= submit として動作するため、将来フォーム内に配置された場合に意図しない送信が起きる可能性があります。明示的に type= button を指定することで安全になります。
2. stroke-dasharray をJS定数と統一
SVGに stroke-dasharray= 678.6 ...
Summary
Adds briefings/READY-TO-PUSH-2026-06-14T0658Z-pr144-coderabbit-nit.txt — a one-line cleanup patch + Hermes routing
options for the only inline comment CodeRabbit raised on PR #144 (the SOL→SOUL ...
What
Housekeeping follow-up to the layout consolidation — no behavior change.
- Relocated the live postmortem_phase1.py → core/postmortem_phase1.py (it backs the postmortem-phase1 CLI command) and ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 85%
- Auto-fix allowed: False
📝 Summary
The application uses subprocess.call ...
ai-remediation
needs-human-review
severity-high
自动化完成每日委托、合成树脂、领取奖励等日常任务。
功能:
- 设置世界权限
- 合成浓缩树脂(可开关)
- 领取每日委托/探索派遣/历练点
- 领取纪行奖励(可开关)
- 领取邮件(可开关)
支持配置:重试次数、超时时间、地区选择、任务开关。
摘要
電視標籤規則(📺 房內附電視)已在前次 PR 併入 main,但既有使用者看不到——根因是 Service Worker 殘留舊快取。本 PR 強制刷新快取讓改動生效。
根因
- sw.js 以 cache-first 策略快取 /js/inference.js。
- CACHE_VERSION 仍停在 v20260613(電視規則加入前定的),activate 只清「版本不符」的舊快取,故舊版 ...