AI Devtools Radar

第 1 期 · 2026年7月20日 · 7 月 13–19 当周

CrewAI 翻转默认值,Copilot 上线仓库级指标,Anthropic 降低 Team 门槛

第 1 期。雷达本周监控了 20 个工具的 40 个来源,发布 17 条变化;这里是最值得注意的十条,按重要性排序。每条都带流水线抓到的前后对照证据——别只听我们说,展开看原文。

  1. 本周最具破坏性的变化。如果你的 crew 依赖工具结果缓存,下次升级后缓存会静默失效,除非显式打开。升级前先检查。

    otherhigh

    Tool-result caching 从默认启用改为选择启用

    用户需要显式启用 tool-result caching;默认行为现在跳过缓存,可能会影响性能预期。

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

    github.com

  2. Copilot 用量数据终于细到仓库级。过去只能拿全组织平均数为席位费辩护,现在能看到哪些仓库真的在用 coding agent。

    apihigh

    Copilot 新增仓库级用量指标 API 端点

    企业和组织管理员现在可以通过两个新的 REST API 端点访问每个仓库的 Copilot 编码代理和代码审查拉取请求活动的细分数据。

    证据
    +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 的 Slack agent 动手前先展示计划,执行中实时更新状态——今年所有像样的 coding agent 都在收敛到这个 plan-first 模式。

    featurehigh

    Cursor 在 Slack 中会先展示计划再开始执行,并实时更新状态

    Slack 用户现在可以提前看到 Cursor 的计划并及早重定向工作,提高了自动化任务的可见性和控制力。

    证据
    +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 悄悄把 Team 套餐最低人数从 5 降到 2。两个人的小团队现在也够得着这一档了。

    pricing

    Team 计划最少成员数从 5 人降低至 2 人

    较小规模的团队现在可以获得企业/团队级定价,降低了小型组织的准入门槛。

    证据
    For teams of 5 to 150
    +For teams of 2 to 150

    www.anthropic.com

  5. Pinecone 定价页新增 Bring Your Own Cloud。如果合规要求向量数据留在自己的 VPC 里,这个障碍没了。

    feature

    Pinecone 定价页新增 Bring Your Own Cloud (BYOC) 选项

    用户现在可以选择在自己的云基础设施上部署 Pinecone,对数据驻留地和合规性要求有了更多的控制权和灵活性。

    证据
    +Bring Your Own Cloud (BYOC) Bring Your Own Cloud (BYOC)

    www.pinecone.io · 另有 1 个来源报告了同一变化

  6. Claude Code 修复一批权限检查绕过,包括 PowerShell 5.1 绕过和重定向形式的 fail-closed 处理。这条不是看看就行,值得为它升级。

    other

    多个权限检查和命令验证的安全修复

    修复了关键安全问题,包括 PowerShell 的权限检查绕过、文件描述符重定向处理和 bash 权限检查中的自动批准漏洞。

    证据
    +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 不再自动运行 /verify 和 /code-review。依赖这两个 skill 的工作流现在需要显式调用。

    feature

    Claude 不再自动运行 /verify 和 /code-review skill,需显式调用

    用户现在必须显式调用 /verify 和 /code-review 命令,而不是让 Claude 自动运行它们,用户对这些技能的执行时机有了更多控制权。

    证据
    +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. 对话中系统消息在 Claude API、Bedrock 和 Google Cloud 全面 GA——对话进行到一半要转向,不用再挂 beta header。

    feature

    对话中系统消息功能现已在多个 Claude 模型和平台上正式推出

    使用 Claude Fable 5、Claude Mythos 5 和 Claude Opus 4.8 的开发者现在可以在 Claude API、Amazon Bedrock 和 Google Cloud 上使用对话中系统消息,无需 beta 请求头。

    证据
    +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 经 Novita 以 65 折上架 Vercel AI Gateway,Sandbox 数据下载转为免费。单看数字不大,但 gateway 的价格变动是会叠加的。

    pricing

    GLM 5.2 模型经 Novita 上架 AI Gateway,价格优惠 35%

    AI Gateway 用户现在可以通过 Novita 以更低价格访问 GLM 5.2,使先进语言模型更具成本效益。

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

    vercel.com

  10. Langfuse 全档位上线 Observations API v2(限速端点)——tracing 数据的读取侧成了一等公民的集成面。

    feature

    新增 Observations API v2 作为限流 API 端点,覆盖所有定价层级

    开发者现在对新的 Observations API v2 有明确的速率限制(根据定价层级每分钟 30-1000 次请求),为该新端点的 API 使用提供清晰的限制说明。

    证据
    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 · 另有 1 个来源报告了同一变化

第 1 期到此为止。下一期可以直接送进邮箱——同时目录每日更新,每期周报永久可读。