AI Devtools Radar

Issue #9 · Sep 13, 2026 · Sep 7 – Sep 13

Cursor launches Projects, Gemini 3.7 Flash clears review as GA, GLM-5.3-Flash pricing reverts to full rate

The radar watched 63 sources across 32 tools this window and published 25 changes; these are the thirteen worth your attention, ranked. That's three more than the typical ten: two of them, Gemini 3.7 Flash's general availability and a new anthropic-version header requirement on Claude's admin APIs, sat on hold from earlier reviews and only cleared verification this week. The rest reflects a dense week on its own, including a Cursor feature built for multi-month agent work, a paired Copilot admin control and Copilot deprecation, and DeepSeek walking back a model retirement it had already announced. Every item carries the before/after evidence the pipeline captured; expand it before you take our word.

  1. Cursor's new Projects feature lets you hand off work that spans months, such as a full feature or a migration, to a coordinator agent that delegates tasks across thousands of subagents and keeps working without repeated prompting. It is a step beyond single-session coding agents toward something closer to an ongoing engineering process.

    featurehigh

    Launch of Projects feature for managing large bodies of work with coordinator agents

    Users can now organize larger projects that span months of work, with automated task delegation to thousands of subagents and recurring work capabilities without manual prompting. This enables multi-agent collaboration on complex tasks like features, migrations, and full app development.

    Evidence
    Aug 13, 2026 · Changelog Agents do their best work when they start in a ready environment: repos cloned, dependencies installed, and your install script already run.
    +Sep 10, 2026 · Changelog Today we're launching Projects in Cursor. Projects lets you take on larger bodies of work, such as a feature, a migration, or a full app. It maintains context over months of work, delegates tasks to thousands of subagents, and performs recurring work without being prompted.

    cursor.com

  2. Gemini 3.7 Flash is now confirmed generally available, positioned as Google's workhorse coding and agent model with broad improvements over the previous Flash generation. Introductory pricing runs through December 31, 2026, worth benchmarking against whatever you use today before that window closes.

    featurehigh

    Gemini 3.7 Flash released as general availability with improved software engineering and agentic capabilities

    Developers can now use the latest workhorse model for coding and agents with substantial improvements across multiple domains. Available at introductory pricing through December 31, 2026.

    Evidence
    +Gemini 3.7 Flash generally available (GA): Released our most intelligent workhorse model yet for coding and agents: Gemini 3.7 Flash (gemini-3.7-flash): Substantial improvements across software engineering, web development, and agentic workflows, available at an introductory price through December 31, 2026.

    ai.google.dev · also seen at 1 more source

  3. GLM-5.3-Flash's launch discount ended on September 9; prices are back to the full list rate of $0.15 / $0.03 / $0.50 per million tokens for input, cached input, and output. Anyone who sized a workload around the discounted rate is now paying double.

    pricinghigh

    GLM-5.3-Flash pricing discount ended, prices reverted to full list prices

    Users of GLM-5.3-Flash will now pay double the discounted rates; the 50% promotional pricing that was active until September 9, 2026 has ended.

    Evidence
    $0.15 $0.075 $0.03 $0.015 $0.50 $0.25 GLM-5.3-Flash is available at a 50% discount (strikethrough prices are list prices). The promotion ends at 24:00 on September 9, 2026 (UTC+8, Singapore time).
    +$0.15 $0.03 $0.50

    docs.z.ai

  4. Mem0's Pi Agent Plugin v0.3.0 removes the Dream consolidation and pin commands along with their skills, config, types, and exports; only remember, search, forget, tour, scope, and status remain. If your integration still calls the removed commands, it breaks on upgrade rather than degrading gracefully.

    apihigh

    Mem0 Pi Agent Plugin v0.3.0: Removed Dream consolidation and pin commands

    Developers using Dream consolidation, pin commands, and related skills in integrations must update code; only remember, search, forget, tour, scope, and status commands remain.

    Evidence
    +Removed Dream consolidation and pin commands, skills, configuration, types, and exports. The remaining commands are remember, search, forget, tour, scope, and status. Update integrations that import removed APIs or invoke removed commands.

    github.com

  5. GitHub Copilot deprecated MAI-Code-1-Flash across Chat, inline edits, agent mode, and code completions on September 10; the suggested replacement is MAI-Code-1.1-Flash. Enterprise admins may need to enable the new model explicitly through model policies before anyone on the team can switch.

    deprecationhigh

    MAI-Code-1-Flash model deprecated across all GitHub Copilot experiences

    Users of GitHub Copilot Chat, inline edits, ask and agent modes, and code completions must migrate to MAI-Code-1.1-Flash. Copilot Enterprise administrators need to enable the alternative model through model policies.

    Evidence
    +We have deprecated MAI-Code-1-Flash across all GitHub Copilot experiences (including Copilot Chat, inline edits, ask and agent modes, and code completions) today, September 10, 2026.

    github.blog

  6. GitHub Copilot Business and Enterprise admins can now centrally control which agent operations (shell commands, file reads and edits, network domains) are blocked, require approval, or run freely, consistently across the Copilot app, CLI, and VS Code. That closes a gap where this kind of control depended on what each developer configured locally.

    featurehigh

    Enterprise managed permissions for Copilot agent operations

    Administrators of GitHub Copilot Business/Enterprise can now centrally control agent operations (shell commands, file reads/edits, network domains) with blocked, approval-required, or allowed states. This provides fine-grained security controls across the Copilot app, CLI, and VS Code.

    Evidence
    +If you administer GitHub Copilot Business or GitHub Copilot Enterprise, you can now centrally control which agent operations are blocked, require human approval, or can proceed without a prompt. Managed permissions cover shell commands, file reads and edits, and network domains.

    github.blog

  7. Claude Managed Agents' permission policies gained an auto mode: the server itself evaluates each agent or MCP tool call and runs, denies, or pauses it for approval, reporting how the call was evaluated in the agent.tool_use and agent.mcp_tool_use events. That moves permission enforcement off the client and into infrastructure you don't have to run yourself.

    featurehigh

    Claude Managed Agents permission policies now support 'auto' evaluation mode

    Developers can now configure permission policies to automatically evaluate, deny, or request approval for agent and MCP tool calls, with detailed evaluation reporting through new fields in agent.tool_use and agent.mcp_tool_use events.

    Evidence
    +Claude Managed Agents permission policies now include auto: the server evaluates each agent or MCP tool call and runs it, denies it, or pauses for your approval. agent.tool_use and agent.mcp_tool_use events report how each call was evaluated in an evaluation field alongside evaluated_permission.

    docs.claude.com

  8. Claude's Enterprise Admin API, Analytics API, and Compliance API now require the anthropic-version header on every request, matching the rest of the Claude API. Requests without it will start failing, so check any admin tooling or scripts that call these endpoints directly before they break unannounced.

    apihigh

    Claude Enterprise Admin API, Analytics API, and Compliance API now require anthropic-version header on all requests

    Developers using Claude Enterprise Admin API, Analytics API, or Compliance API must now include the anthropic-version header in every request to these endpoints, matching the requirement for the rest of the Claude API.

    Evidence
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading Ask Docs
    +The guides for the Claude Enterprise endpoints of the Admin API (user management and spend limits), the Claude Enterprise Analytics API, and the Compliance API now show the anthropic-version header; send it on every request to these endpoints, as in the rest of the Claude API. See API versions. Ask Docs

    docs.claude.com

  9. DeepSeek's model naming settled on deepseek-flash (legacy deepseek-v4-flash and deepseek-v4-flash-vision-exp names still work, mapped to the same DeepSeek-V4.1-Flash backend), which now also supports a 1M token context window. Separately, DeepSeek walked back its plan to retire deepseek-v4-pro on September 14: after user pushback, it will keep serving V4 Pro at unchanged pricing instead.

    apihigh

    Model naming change: deepseek-v4-flash renamed to deepseek-flash

    Developers using deepseek-v4-flash should migrate to deepseek-flash. Legacy names still work but map to V4.1-Flash model with Flash pricing.

    Evidence
    deepseek-v4-flash
    +Use deepseek-flash as the model name. The legacy names deepseek-v4-flash and deepseek-v4-flash-vision-exp are still accepted, but the corresponding models have been retired, their requests are served by the DeepSeek-V4.1-Flash model and billed at the Flash price.

    api-docs.deepseek.com

  10. OpenAI's Prompt Cache Diagnostics is now generally available in the Responses API for GPT-5.6 and later: it compares cache reuse against a previous response and points out why a cache miss happened. If your prompt costs depend on cache hits, this turns a guessing game into something you can actually debug.

    feature

    Prompt Cache Diagnostics now generally available in Responses API for GPT-5.6+

    Developers using the Responses API can now diagnose and optimize prompt caching behavior, helping identify cache misses and improve reuse efficiency.

    Evidence
    +Prompt Cache Diagnostics is now generally available in the Responses API for GPT-5.6 and later supported models. Compare cache reuse against a previous response, identify reasons for cache misses, and follow troubleshooting guidance to improve cache reuse.

    platform.openai.com · also seen at 1 more source

  11. Together AI's GPU Clusters now offer preemptible compute, the same hardware at a flat 50% of the on-demand rate, with a five-minute drain window before a job gets interrupted. That's a meaningful discount for training or batch jobs that can tolerate a pause, less so for anything that needs to run uninterrupted.

    featurehigh

    Introduced preemptible compute option offering 50% discount on GPU cluster rates

    Developers and organizations using Together GPU Clusters can now run workloads at significantly lower cost using preemptible compute with a 5-minute drain window, expanding options for cost-sensitive use cases.

    Evidence
    +Together GPU Clusters now supports preemptible compute: the same GPU capacity at a flat 50% of the on-demand rate, with a five-minute drain window.

    www.together.ai · also seen at 1 more source

  12. Neon's new Claimable Neon lets an AI agent provision a database mid build and hand the claim link to a human afterward, instead of forcing the agent through a signup and email flow it can't complete on its own. It's a small piece of infrastructure aimed squarely at agent-driven development, not humans clicking through a console.

    featurehigh

    New 'Claimable Neon' feature for agent-based development workflows

    Developers using AI agents can now provision Neon resources directly from agents and claim them later, streamlining the agent development process.

    Evidence
    +Claimable Neon provisioned by agents, claimed by humans. Claimable Neon is for developers building with agents. When your agent is mid build, the signup, email ...

    neon.com

  13. Claude Code added a maxEffortLevel setting, set globally or per model under modelSettings, that caps how much effort every provider (including Bedrock, Vertex, and Foundry) is allowed to spend, while individual users can still pick something lower. For teams managing cost across a mixed-provider setup, that's a ceiling you control centrally instead of trusting everyone to dial it down themselves.

    featurehigh

    Added maxEffortLevel setting to cap effort level across all providers (Bedrock, Vertex, Foundry)

    Users can now enforce a maximum effort level globally or per model, with the ability to select lower levels as needed. Affects organizations managing Claude Code settings.

    Evidence
    +Added `maxEffortLevel` setting (top-level or per model under `modelSettings`): caps the effort level on every provider, including Bedrock, Vertex and Foundry; users can still pick a lower level

    github.com

That's it for this issue. Get the next one by email — meanwhile the directory updates daily and each issue lives here permanently.