jul 22, 2026
6 links from the engineering internet.
cline ships its first public macos desktop app
cline code for macos lands as a signed, notarized desktop app for running and inspecting cline agent sessions on apple silicon and intel, with silent background auto-updates that check every two hours.
uv 0.11.31 rejects dists with mismatched package names
the release closes a parser-differential hole by rejecting source distributions and wheels whose metadata name does not match, stops retrying on tls verification failures, and removes quadratic work when deduplicating transitive conflicts.
litellm v1.95.0-dev.1 routes anthropic /messages through rust
the dev build sends native anthropic /messages through a rust path behind the litellm_rust env var, adds prompt-compression saved tokens to daily spend aggregates, and ports openai responses websockets and aws sigv4 auth to rust.
llama.cpp b10087 adds laguna xs.2 and m.1 target support
the b10087 build adds support for the laguna xs.2 and m.1 targets, extending the set of hardware the runtime can build against and run inference on.
n8n 2.31.5 coerces aws request headers to strings before signing
the patch coerces aws request header values to strings before sigv4 signing so aws nodes stop failing on non-string headers, restores ai agent visibility of tools connected through hitl tools, and keeps dropdown tooltips above menus.
next.js 16.3 preview.8 fixes turbopack path handling on windows
the preview build makes turbopack canonicalize paths and use verbatim windows paths internally, and fixes tree-shaking of commonjs exports declared with object.defineproperty.