Skip to content

pullrequests Search Results · language:Dune language:Python language:Java language:Python language:JavaScript language:CSS

Filter by

189M results  (2 s)

189M results

What changed Updated the pinned google-adk dependency in requirements.txt from 2.0.0 to 2.2.0. Why This keeps the project requirements aligned with the local virtualenv, which already has google-adk ...

🤖 AI Security Remediation 🟢 Auto-merge eligible — will merge after CI passes. 📊 Analysis - Severity: MEDIUM - Confidence: 85% - Auto-fix allowed: True 📝 Summary The application uses the subprocess ...
ai-remediation
severity-medium

Summary The previous two perf PRs fixed everything I could measure in benches, but the player still saw heavy lag near portals. Root cause: camera.yaw eases by ~0.004 rad / frame whenever the player is ...

Atomic commit 2 of 24 for Phase 14 (live-experiment-capture). Commit: 90af405 - docs(state): record phase 14 context session Merge (default merge-commit or Rebase and merge - both fine), then tell me ...

功能描述: 新增 AI 模型提供商选择能力,支持 OpenAI GPT、Gemini、DeepSeek 三种 provider。前端只传 provider,后端根据环境变量读取对应 API Key、base url 和 model,保证 API Key 不暴露到前端。 实现思路: 后端在 ai_script_generator 服务中统一封装 provider 配置读取逻辑,剧本生成接口新增 provider ...

Motivation - Provide the same admin-facing management experience for volunteers as exists for students so volunteers can be reviewed, edited and counted from the Operations Dashboard. - Expose ...
codex

Summary PR #487 (epic #470 audit followup) swept most body=None operator-facing docs, but missed docs/assistant-agent.md:160 where google_workspace_file catch-all is documented as metadata-only (body=None) ...

🤖 AI Security Remediation 🚨 Human approval required — please review before merging. 📊 Analysis - Severity: HIGH - Confidence: 85% - Auto-fix allowed: False 📝 Summary The code uses subprocess.call ...
ai-remediation
needs-human-review
severity-high

Adds a CSF/CADD ingest record for Shelby’s Elephant Door / Elephant Oasis room state. Includes: - Shelby’s Elephant Door corrections and current nested !three-doors state - Reflecting Water Door, ...

Adicionei as variáveis currentX e currentY para armazenar e atualizar a posição atual do rover durante a execução. Corrigi o cálculo de newX e newY, que anteriormente considerava apenas o delta da movimentação. ...