AI Devtools Radar

Issue #1 · Jul 20, 2026 · week of Jul 13–19

CrewAI flips a default, Copilot ships repo-level metrics, Anthropic lowers the Team floor

First issue. The radar watched 40 sources across 20 tools this week and published 17 changes; these are the ten worth your attention, ranked. Every item carries the before/after evidence the pipeline captured — expand it before you take our word.

  1. The breaking change of the week. If your crew relies on cached tool results, the next upgrade silently stops caching until you turn it back on. Check before you bump.

    otherhigh

    Tool-result caching changed from default-on to opt-in

    Users will need to explicitly enable tool-result caching; default behavior now skips caching, potentially affecting performance expectations.

    Evidence
    +Make tool-result caching opt-in instead of on by default

    github.com

  2. Copilot usage data finally goes per-repository. If you have been justifying seats with org-wide averages, you can now see which repos actually use the coding agent.

    apihigh

    New repository-level Copilot usage metrics API endpoints available

    Enterprise and organization admins can now access per-repository breakdown of Copilot coding agent and code review pull request activity via two new REST API endpoints.

    Evidence
    +Two new endpoints return a per-repository report for a single day: <ul> <li><code>GET /enterprises/{enterprise}/copilot/metrics/reports/repos-1-day?day=YYYY-MM-DD</code></li> <li><code>GET /orgs/{org}/copilot/metrics/reports/repos-1-day?day=YYYY-MM-DD</code></li> </ul> Each response returns the following activity: <ul> <li>Pull requests created and merged by Copilot coding agent.</li> <li>Pull requests reviewed by Copilot code review, with suggestion counts broken down by comment type.</li> </ul>

    github.blog

  3. Cursor's Slack agent now shows its plan before touching anything and streams status as it works — the same plan-first pattern that landed in every serious coding agent this year.

    featurehigh

    Cursor in Slack now displays plan before starting and updates status in real-time

    Slack users can now see Cursor's plan upfront and redirect work early, improving visibility and control over automation tasks.

    Evidence
    +Cursor now responds with a plan before it begins, so you can jump in and redirect early. As it works, it updates its status so you can follow each step.

    cursor.com

  4. Anthropic quietly dropped the Team plan minimum from 5 seats to 2. Two-person startups just got access to the tier that was priced past them.

    pricing

    Team plan minimum size reduced from 5 to 2 members

    Smaller teams can now access the enterprise/team tier pricing, lowering the barrier to entry for small organizations.

    Evidence
    For teams of 5 to 150
    +For teams of 2 to 150

    www.anthropic.com

  5. Pinecone adds Bring Your Own Cloud to the pricing page. If compliance keeps your vectors inside your own VPC, that objection is gone.

    feature

    Bring Your Own Cloud (BYOC) option added to Pinecone pricing page

    Users now have the option to deploy Pinecone on their own cloud infrastructure, providing more control and flexibility over data residency and compliance requirements.

    Evidence
    +Bring Your Own Cloud (BYOC) Bring Your Own Cloud (BYOC)

    www.pinecone.io

  6. A batch of permission-check bypass fixes in Claude Code, including a PowerShell 5.1 bypass and fail-closed handling for redirect forms. Worth upgrading for, not just reading about.

    other

    Multiple security fixes for permission checks and command validation

    Fixed critical security issues including permission check bypasses in PowerShell, file-descriptor redirect handling, and auto-approval vulnerabilities in bash permission checks.

    Evidence
    +Fixed a permission-check bypass affecting commands run in Windows PowerShell 5.1 sessions; Fixed Bash permission checks to fail closed on file-descriptor redirect forms; Fixed Bash permission checks misjudging very long commands — commands over 10,000 characters now always prompt instead of running automatically

    github.com

  7. Claude Code stops auto-running /verify and /code-review. Your CI habits around those skills now need an explicit invocation.

    feature

    Claude no longer auto-runs /verify and /code-review skills; must be explicitly invoked

    Users must now explicitly invoke /verify and /code-review commands instead of Claude running them automatically, giving users more control over when these skills execute.

    Evidence
    +Claude no longer runs the `/verify` and `/code-review` skills on its own; invoke them with `/verify` or `/code-review` when you want them

    github.com

  8. Mid-conversation system messages hit GA across the Claude API, Bedrock, and Google Cloud — no more beta headers for steering a conversation midstream.

    feature

    Mid-conversation system messages feature now generally available across multiple Claude models and platforms

    Developers using Claude Fable 5, Claude Mythos 5, and Claude Opus 4.8 can now use mid-conversation system messages without beta headers on Claude API, Amazon Bedrock, and Google Cloud.

    Evidence
    +Mid-conversation system messages are available on Claude Fable 5, Claude Mythos 5, and Claude Opus 4.8, on the Claude API, Claude in Amazon Bedrock, and Google Cloud. No beta header is required.

    docs.claude.com

  9. GLM 5.2 lands on Vercel's AI Gateway at a 35% discount via Novita, and Sandbox data downloads went free. Small numbers, but gateway pricing moves compound.

    pricing

    GLM 5.2 model available at 35% discount via Novita on AI Gateway

    AI Gateway users can access GLM 5.2 at a reduced price through Novita, making advanced language models more cost-effective.

    Evidence
    +GLM 5.2 is 35% off via Novita on AI Gateway

    vercel.com

  10. Langfuse ships Observations API v2 as a rate-limited endpoint on every tier — the read side of their tracing data becomes a first-class integration surface.

    feature

    Added Observations API v2 as a new rate-limited API endpoint across all pricing tiers

    Developers now have explicit rate limits for the new Observations API v2 (30-1000 requests/min depending on tier), providing clarity on API usage constraints for this new endpoint.

    Evidence
    Rate limit (general API routes) Rate limit (datasets api) Rate limit (legacy Metrics API)
    +Rate limit (General API) Rate limit (Datasets API) Rate limit (Observations API v2) Rate limit (Legacy Metrics API)

    langfuse.com · also seen at 1 more source

That's issue #1. Email signup opens soon — until then, thedirectoryupdates daily and each issue lives here permanently.