Skip to content

pullrequests Search Results · language:Dune language:Python language:HTML language:HTML language:HTML language:Java language:Java

Filter by

114M results  (2 s)

114M results

Summary Release v0.1.21. Full 3-piece set in one commit: __about__.__version__ 0.1.20 → 0.1.21, test_smoke.py assertion, CHANGELOG [Unreleased] promoted to [0.1.21] - 2026-06-12. Included - Broker ...

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | pytest (changelog) | ==8.4.2 → ==9.0.3 | age | confidence | Release Notes details summary ...

Summary Audit of fresh-Mac reproducibility. A clean run of setup-mac.sh would previously produce a broken environment; this PR closes the gaps. - Brewfile sync: declare ~25 installed-but-undeclared ...

Summary Closes the empty-rebase failure mode hit twice during the 2026-06-11 batch: after rebasing a stacked feature branch onto a main that already absorbed the stack s commits (via squash-merge of a ...

This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig. Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...

:robot: Claude Opus - Replace isinstance(weights, (int, float)) with np.ndim(weights) == 0 in make_hist and make_2d_hist to correctly detect scalar weights. NumPy integer types (e.g. np.int64) do ...

Summary Refactors the agent orchestration into explicit LangChain and LangGraph layers without changing the public supervisor entrypoints. Key structure now follows: supervisor.py # compatibility ...