Schedulers and cluster state

02 selected
Kubernetes / schedulingPR #14547

Keep LocalQueue identity namespaced during preemption

A fair-sharing preemption path reduced a LocalQueue to its short name, so identically named queues in different namespaces could be mixed up.

Merged to main and backported to release-0.18 and release-0.19.
kubernetes-sigs/kueue
Kubernetes / TASPR #14292

Respect TAS domain boundaries during node replacement

Made topology-aware node replacement distinguish a real domain boundary from a string that merely shares the same prefix.

Merged with a focused regression for the ambiguous-prefix case.
kubernetes-sigs/kueue

Agent runtimes and process boundaries

06 selected
Agent runtime / isolationPR #9538

Resolve debug logs through session context first

Global-session fallback could route concurrent session diagnostics to the wrong transcript. The fix makes the active session context authoritative.

Merged together with session-isolation regression coverage.
QwenLM/qwen-code
Agent runtime / concurrencyPR #9471

Isolate fork-cache readers by session

Concurrent conversations could observe cache state through a process-global reader instead of the reader belonging to their own session.

Merged with a cross-session regression test.
QwenLM/qwen-code
Agent runtime / securityPR #5880

Block SSRF in marketplace and plugin fetches

Validated remote fetch targets before marketplace refresh and plugin installation could reach protected network locations.

Merged as a daemon trust-boundary hardening change.
nexu-io/open-design
Agent runtime / processesPR #5463

Reap a failed attempt before same-run retry

A retry could advance while the failed attempt’s process group remained alive, leaking work across attempt boundaries.

Merged with lifecycle coverage around retry cleanup.
nexu-io/open-design
Agent SDK / persistencePR #3927

Let event logs grow past six digits

The filename parser stopped recognizing event indices once a long-running event log crossed its five-digit assumption.

Merged with scale-boundary regression coverage.
OpenHands/software-agent-sdk
Agent harness / lifecyclePR #1982

Reap a runner cancelled during spawn

Cancellation in the narrow bind window could leave the newly spawned runner alive without an owning entry.

Merged with a controlled cancellation reproduction.
omnigent-ai/omnigent

Review trail

The repository is the résumé.

The strongest signal is not a label attached later. It is a maintainer-readable sequence: reachable failure, controlled reproduction, minimal change, and a test that fails for the original reason.

Browse all activity ↗