Summary

The day's signals cluster around agentic coding maturing into production. OpenAI shipped GPT-6 Astra for long-horizon, multi-step work and GitHub made it generally available inside Copilot the next day, while Anthropic's Claude Fable 5.1 cut cache-read pricing 75% and shipped a default 1M-token context. GitHub pushed Copilot deeper into the merge loop with Agent Merge (public preview in VS Code) and gave enterprise admins central control over the default model. A parallel theme is where agents run: Coder's Agent Relay and Cursor's self-hosted machines both move cloud-agent execution inside the customer's own network. Rounding out the day, supply-chain and CI hardening from GitHub (multiple OIDC trusted-publishing configs for npm, a runner-deprecation REST API) and a big Cloudflare Workers size-limit increase to a 64 MiB uncompressed bundle.

Key themes

  • Frontier agentic models reached general availability: OpenAI's GPT-6 Astra launched for long-horizon autonomous coding and went GA in GitHub Copilot a day later, and Anthropic's Claude Fable 5.1 improved its general-purpose agent while cutting cache-read pricing 75% and defaulting to a 1M-token context.
  • Coding agents moved further into the developer workflow: GitHub's Copilot Agent Merge (public preview in VS Code) resolves review feedback, failed checks, and merge conflicts to get PRs merge-ready, the Copilot harness went GA in JetBrains, and admins gained enterprise-managed control over the default Copilot model.
  • Agent execution is shifting into customers' own infrastructure: Coder's Agent Relay runs cloud-hosted agents (Cursor as first partner) inside self-hosted Coder workspaces, and Cursor extended its agent execution to self-hosted machines that keep tool execution inside a team's network.
  • Supply-chain and CI/CD hardening continued: GitHub added multiple trusted-publishing (OIDC) configurations per npm package to replace long-lived tokens, and shipped a REST API surfacing GitHub Actions runner registration/runtime deprecation dates ahead of Sep 25 minimum-version enforcement.
  • Platform limits loosened: Cloudflare dropped its compressed Worker size caps in favor of a single 64 MiB uncompressed bundle limit across all plans, unblocking heavier frameworks and dependencies.

Notable items

  • OpenAI released GPT-6 Astra (Sep 3), a frontier model for long-horizon agentic work, rolling out across ChatGPT tiers and callable via the API as gpt-6-astra, with distribution through Amazon Bedrock and Microsoft Foundry.
  • GitHub made GPT-6 Astra generally available in Copilot (Sep 4) for Pro+, Max, Business, and Enterprise, positioned for autonomous, agentic coding with admin-managed access.
  • Anthropic released Claude Fable 5.1 (Sep 1) plus a restricted Mythos 5.1 for vetted cyberdefense and life-sciences orgs; Fable 5.1 keeps Fable 5 base rates, cuts cache-read pricing from $1 to $0.25 per million tokens, and defaults to a 1M-token context window.
  • GitHub Copilot Agent Merge entered public preview in VS Code (Sep 4), automating review feedback, failed checks, and conflict resolution; the same release made the Copilot harness GA in JetBrains IDEs.
  • Coder announced Agent Relay (private preview) to run cloud-hosted coding agents inside self-hosted Coder workspaces, with Cursor as first integration partner and SpaceXAI as enterprise launch partner.
  • Cursor extended agent execution to self-hosted machines (Sep 2), keeping tool execution entirely inside a team's own network alongside managed cloud environments and its /automate skill.
  • GitHub made multiple trusted-publishing (OIDC) configurations per npm package generally available (Sep 3), letting maintainers cover stable, prerelease, and staging workflows without long-lived tokens.
  • GitHub Actions shipped a REST API (Sep 3) reporting when runner registration and runtime support end, ahead of full minimum-version enforcement on GitHub Enterprise Cloud on Sep 25, 2026.
  • Cloudflare removed compressed Worker size limits (Sep 4), now checking only the uncompressed bundle at 64 MiB across all plans, enabling larger dependencies and heavier frameworks.
  • GitHub added enterprise-managed settings support (Sep 2) to set any Copilot model as the default for new conversations, centralizing which model developers get.

Source coverage

Source rows used: 10