Frameworks
- remix-run/remix cli v0.5.0: Default
remix newtemplate now includes preloads for client entries. Release - remix-run/remix ui v0.7.0:
run()adopts a default browser frame resolver, and allrun()calls now enable frame reloads plus same-origin link and form navigation through the Navigation API; addrmx-documentto opt specific elements out. Release - remix-run/remix ui v0.5.0: ⚠ Breaking:
resolveFramecallbacks now receive a singleoptionsobject instead of positionalsignalandtargetarguments. Also addsframesto therun()return object and introduces@remix-run/ui/dev/refreshfor HMR reconciliation. Release - remix-run/remix test v0.6.0: ⚠ Breaking: Removes the standalone
remix-testexecutable and file-based config discovery; useremix testandremix.json#testinstead.runRemixTest()now accepts typed options rather than an argv array. Release - remix-run/remix session-middleware v0.4.0: ⚠ Breaking: Session cookies now default to
HttpOnly; sethttpOnly: falseexplicitly to allow client-side JavaScript access. Release - remix-run/remix ui-hmr v0.1.0: Initial release of
@remix-run/ui-hmrwith component HMR runtimes, aremix/assetsloader, and Node module hooks. Release - remix-run/remix static-middleware v0.4.14: Fixes
staticFiles()middleware type incompatibility with other router middleware by bumping@remix-run/fetch-routerto^0.21.0. Release - vercel/next.js v16.3.1: Backports fix Turbopack HMR for dynamic imports from layouts, restores the live
headers()view of incoming requests, and patches styled-jsx missing in Pages Router SSR on adapter builds. Release - withastro/astro astro v7.2.2: Fixes stale component styles in content entries during dev, incremental-build image drops, EMFILE errors on image-heavy builds, and slow incremental builds on large dependency graphs. Release
- withastro/astro @astrojs/node v11.1.2: Returns 404 instead of 500 for unknown parameters on prerendered dynamic endpoints. Release
Runtime
- cloudflare/workerd v1.20260818.1: Fixes two GC strong-root leaks (tail-event cycles and abandoned pipe writes), adds
wasm_memory_discardcompatibility flag, and removes experimental streams adapters. Release - cloudflare/workerd v1.20260815.1: Adds
SpanContext::toTraceparent()and NMR fallback lookup for fallback resolution. Release - cloudflare/workerd v1.20260816.1: Removes obsolete Cache PUT serialization. Release
- vercel/turborepo v2.10.10: Adds
nub.lockfile support, pytest task discovery, and an Eve operator dashboard; upgradesjs-yamlto patch GHSA-5p4m-2wfm-xmqj; upgrades TypeScript to 7.0.2. Release
AI
- openai/openai-python v3.2.0: Adds Bedrock Runtime endpoint support and shell call streaming events with new service and image types. Release
- openai/openai-python v3.1.0: Adds WebSocket stream IDs, workload identity access token events, Ultrafast tier, and structured MCP errors; deprecates Sora video APIs. Release
- BerriAI/litellm v1.97.0: Resolves Cursor thinking/fast model-name suffixes on
/cursor/chat/completionsand fixes team callbacks continuing to log afterdisable_loggingis called. Release - langchain-ai/langchain langchain-openai v1.5.2a1: Adds
reasoning_effortas a standard chat model parameter,ChatOpenAICodexmodel, andapply_patchbuilt-in tool; fixesget_num_tokens_from_messagesandContextWindowExceededErrorhandling. Release - anthropics/anthropic-sdk-typescript sdk v0.117.0: Adds
output_behaviorto memory store creation, fixes tool-runner forwarding of response container IDs, and fixes streaming message accumulation. Release
Devtools
- neovim/neovim v0.13.0-dev-1345: Nightly prerelease with ongoing fixes and features tracked in
:help news; covers Windows, macOS, and Linux ARM/x86 builds. Release
The week's pattern is clear: Remix is moving fast toward a stable Remix 3 API surface, shipping multiple breaking changes across middleware, UI, and testing packages in a single week, while the AI SDK layer (OpenAI, LiteLLM, LangChain) continues to expand cloud-provider reach and expose newer model capabilities as first-class parameters.