Go 1.26 adds `//go:fix inline` to `go fix`, letting deprecated API calls be rewritten to new APIs at the source level. Google has already applied it to more than 18,000 changelists in its internal monorepo.
VoidZero, the developer of Vite, has released "Void", a full-stack web application platform built on Cloudflare, in early access. Deployment is completed with a single void deploy command, and no Cloudflare account is required.
Added --autoConnect option to Chrome DevTools MCP server, allowing coding agents to connect directly to an existing browser session. A deep dive into the background of the MCP vs CLI debate, browser operations with OpenClaw, and the risks of authenticated session delegation.
Anthropic announced the Claude Partner Network, backed by a $100M first-year investment. Certification, technical support, and a Code Modernization starter kit are meant to help enterprises adopt Claude.
GlassWorm has expanded to 72 Open VSX extensions, 151 GitHub repositories, and 88 npm packages, while a new supply-chain technique now abuses extensionDependencies as a delivery channel.
Agentic pipeline, which combines ReACT loop and searcher, achieved 1st place in ViDoRe v3 and 2nd place in BRIGHT. We established versatility for multiple domains using the same pipeline.
AI Security for Apps reached GA, letting Cloudflare block prompt injection and PII leaks at the WAF layer. On the same day, it also launched RFC 9457-compatible error responses that replace HTML with JSON or Markdown when AI agents hit Cloudflare errors.
Anthropic has GA’d a 1M‑token context window. No surcharge for long context; image/PDF per‑request limit raised from 100 to 600. Achieved a frontier‑model best score on MRCR v2.
Google released an emergency update for Chrome 146.0.7680.75 on March 13 to fix two CVSS 8.8 zero-days, both confirmed exploited in the wild. It was Chrome's third emergency patch of 2026.
Astro 6.0 will be released on March 10, 2026. We've organized new features such as the Fonts API, CSP, Live Collections, and experimental Rust compiler, as well as breaking changes such as requiring Zod 4, Vite 7, and Node 22, and summarized migration points from Astro 5 projects.
Rust bundler Rolldown replaces esbuild and Rollup, unifying development and production builds. Achieved 40-64% reduction in actual projects such as Linear and Beehiiv.