Skip to content

pullrequests Search Results · language:Edge language:Python language:JavaScript language:HTML language:Python language:TypeScript

Filter by

257M results  (2 s)

257M results

- Added mock reviews to agent_reviews.json so all agents have at least 2 reviews - Added calculate_average_ratings() to rating_aggregator.py that computes average rating and review count per agent ...

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

What Elevates the chat landing — the dashboard s first screen since #1327 — from a plain composer into a proper hero surface. Changes (chat.html only — template/CSS, no backend) - Hero: brand mark ...

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 Adds src/modules/jobs/schemas.test.ts with 24 tests covering 3 output schemas from the jobs module. Schemas tested: - jobListItemSchema (10 tests) — valid, minimal/null, Date for timestamps, ...

Bumps esbuild and tsx. These dependencies needed to be updated together. Updates esbuild from 0.25.0 to 0.28.1 details summary Release notes /summary p em Sourced from a href= https://github.com/evanw/esbuild/releases ...
dependencies
javascript

pnpm overrides pinning vulnerable transitive deps to nearest patched same-major version. trivy HIGH/CRIT reduced. No major bumps. Auto-generated security sweep.

ovoscope-based end-to-end test (real engine where local; deterministic, committed fixtures; no keys/network). Branch worked locally; opening for CI verification + review. 🤖 Generated with Claude Code ...

Summary When a researcher is on the Study Results page and clicks Previous, they now land on the Code-approved decision page (CodePostDecisionView) instead of the post-submission view (CodePostSubmissionView). ...

Summary - Adds BrokerClient.cancel(order: Order) - Order to execution/broker.py - Adds _cancel_with_retry (DELETE with 429 back-off + 401 re-auth, idempotent — no duplicate-order guard needed) - ...