Skip to content

pullrequests Search Results · language:Dune language:Python language:Java language:Java language:Java language:Java language:C#

Filter by

101M results  (2 s)

101M results

Identity - Team: Sequence - Members: @ifesn, @micc9ee, @londitshabalala - LLM: Claude (Anthropic) - Device Holder: @ifesn Bug Summary OAuth token exchange functions silently swallow HTTP error ...

Draft nodes without experiment_result had no metric, causing best_node() to return None and select_next() to keep drafting infinitely.

Part of #80. Implements #125. This is the keystone that makes negative conformance tests measurable — and finally surfaces the already-merged #122/#123 work in the baseline. Core fix The conformance ...

Summary - Adds a full engineering agent harness with two pipeline modes: command (synchronous, in-session) and agent (async, fresh-context via ship-orchestrator) - Introduces three new agents: ...

Summary - consolidate architecture, trust boundaries, controls, attacks, metrics, diagnostics, and limitations - record the validated Step 11 reference experiment without overstating Kyverno timing ...

Summary - Latency percentiles (P50/P95/P99): Added a 512-slot Vitter Algorithm R reservoir sampler to OnlineServingMetricsService. Percentiles are computed outside the write lock, use ThreadLocalRandom ...

Automated refactor by the agentic-refactor-harness. Task: Make every test pass. UserStore.create_user must validate the payload and raise a ValueError for a missing or invalid name/email; read_report ...

What Bumps openclaw-version.json#dev.tag → 2026.6.1-isol8.1-9a12256 — the extended image built FROM the Isol8 fork base (upstream OpenClaw 2026.6.1 + non-blocking MCP materialization + shared-runtime ...

🤖 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

Fixes gh-151022. _remote_debugging reads a code object s line table from the target process with a fixed 4096 byte limit. Valid code objects can exceed that. For example, Lib/html/entities.py currently ...
awaiting review