pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Java
Filter by
181M results
🤖 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.call with ...
ai-remediation
severity-medium
Problem
Two recurring runtime errors were spamming the deploy logs. First, [TRACKER] Verify loop error: int object has no
attribute get — verify_predictions in prediction_tracker.py had a duplicated ...
Prepares the v0.6.0-alpha.2 release target with bundled HSE2 helper CLI executables.
Changes:
- bump Python package version to 0.6.0a2
- update Windows EXE workflow default tag to v0.6.0-alpha.2 ...
概要
前回マージ済み PR #11 に続く本ブランチの追加作業(13コミット, 2bb0a31→33e6a66)。 Phase3 のUI結線完了 → 実スタック検証で致命的バグ修正 → dev基盤整備 → 契約必須の Phase5
自動温湿度制御(バックエンド+UI)までを実装・検証。
注: 本ブランチは過去に PR #11 として squash-merge 済みのため、main との差分はブランチ全体を含み大きく表示されます。本PRの新規変更は下記13コミットです。 ...
…id cell maximization
Motivation
- Persist MarketScannerService output into Supabase PostgreSQL using Spring Data JPA and Flyway, with UTC timestamps
and configuration driven from environment variables to avoid committing ...
codex
Summary
- Add a security CI job with Bandit and pip-audit project-path auditing, and make release gates depend on it.
- Add machine-readable JSON Schema v1 contracts for first-run doctor, LLM client ...
实现“生成→校验→修复→重新校验→降级兜底”的完整处理流程 当YAML解析失败或业务规则校验失败时,触发修复流程 每一集最多只允许调用一次修复,避免出现无限循环 在大模型调用日志中区分任务类型,例如“生成”和“修复”
明确记录降级状态为fallback,与completed和draft状态进行区分 新增8个基于Mock模型的测试用例,覆盖所有修复场景: 生成结果有效,无需调用修复 生成的YAML损坏,修复后成功 ...