Summary

Today's signals cluster around three shifts. Autonomous coding agents kept moving from novelty to default workflow: GitHub took its Copilot cloud agent for Linear generally available and added version-controlled custom agents to the Copilot CLI, while Qoder embedded a three-layer security review directly inside the AI coding session. Cloudflare continued building out its agent platform — adopting the freshly finalized MCP 2026-07-28 spec across its hosted MCP servers and Agents SDK v0.20.0, broadening Agents SDK support to Vercel AI SDK v6 and v7, adding structured human-in-the-loop handoff to Browser Run, and shipping a createTestHarness() API for multi-Worker integration tests. AI-security tooling was the other throughline, spanning Cloudflare's new WAF managed protections for a Nuxt RCE and Fastjson deserialization flaws, Qoder's proactive in-session scanning, and the launch of the Nvidia-led Open Secure AI Alliance backed by 60-plus partners. Rounding out the day, Vercel added streaming transcription to AI Gateway and roughly halved Python function cold starts.

Key themes

  • Autonomous coding agents reach general availability and become reusable, version-controlled workflows — GitHub's Copilot cloud agent for Linear went GA, and the Copilot CLI now defines custom agents as Markdown files in .github/agents.
  • Cloudflare deepens its agent platform: MCP 2026-07-28 support across hosted MCP servers and Agents SDK v0.20.0, Agents SDK compatibility with Vercel AI SDK v6 and v7, structured human-in-the-loop handoff in Browser Run, and createTestHarness() for multi-Worker integration testing.
  • AI-security tooling advances on multiple fronts — Cloudflare WAF managed protections for a Nuxt Server Island RCE and Alibaba Fastjson deserialization, Qoder's in-session security review, and the Nvidia-led Open Secure AI Alliance uniting 60+ partners on shared open tooling.
  • Edge and inference infrastructure gets faster and more real-time: Vercel AI Gateway adds streaming transcription for voice agents and cuts Python function cold starts roughly in half.

Notable items

  • GitHub makes the Copilot cloud agent for Linear generally available — hand a Linear issue to Copilot's cloud agent, which spins up its own environment, implements the change, and opens a GitHub pull request without leaving Linear.
  • GitHub Copilot CLI adds custom agents defined as Markdown files in .github/agents (or ~/.copilot/agents), turning one-off prompts into reusable, version-controlled agent workflows that travel with the repo.
  • Qoder ships Qoder Security, embedding a three-layer, proactive security review inside the AI coding session on its proprietary security LLM; the company reports its own security-related review comments dropped roughly 35–45% since adoption.
  • Cloudflare adopts the finalized MCP 2026-07-28 spec across its hosted MCP servers and Agents SDK v0.20.0, adding stateless MCP requests, tools/prompts/resources/elicitation support, OAuth callback validation, and legacy SSE-URL compatibility with a documented migration path.
  • Cloudflare Agents SDK packages (agents, @cloudflare/ai-chat, @cloudflare/codemode, @cloudflare/think) now support Vercel AI SDK v6 and v7 (ai@^6 || ^7), so teams can upgrade Cloudflare's agent packages without a forced AI SDK major-version migration.
  • Cloudflare extends Browser Run's Human-in-the-Loop with structured handoff: a browser agent can explicitly signal for help, a human steps in via Live View, and the agent resumes automatically — making the handoff a clean, recoverable checkpoint.
  • Cloudflare Wrangler ships createTestHarness() for multi-Worker integration testing, supporting multi-Worker routing, request mocking, and Playwright integration for realistic cross-Worker and browser-driven test flows.
  • Cloudflare WAF adds managed protections for a Nuxt Server Island RCE and Alibaba Fastjson deserialization, with enhanced SSRF and command-injection detection; several rules move from Log to Block by default.
  • Nvidia and 60+ partners — including Cloudflare, Microsoft, IBM, CrowdStrike, GitHub, Hugging Face, Red Hat, Palo Alto Networks, and Salesforce — launch the Open Secure AI Alliance, building on the Linux Foundation's Akrites initiative and OpenSSF governance, with Nvidia contributing open models, weights, data, and the new NOOA project for traceable agent behavior.
  • Vercel AI Gateway adds streaming transcription for real-time voice agents and roughly halves Python function cold starts (about 2.8s to 1.3s for median functions) via build-time bytecode compilation, plus drag-to-deploy from the Vercel homepage.

Source coverage

Source rows used: 10