<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Claude Platform 更新</title>
  <link>http://localhost:3000</link>
  <description>Claude API、模型和开发者平台更新。</description>
  <language>zh-CN</language>
  <lastBuildDate>Fri, 10 Jul 2026 00:00:00 GMT</lastBuildDate>
  <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://localhost:3000/rss/claude-platform.xml" rel="self" type="application/rss+xml" />
<item>
  <title>Claude Platform：We&apos;ve expanded the Access Transparency documentation of cmekpreserve events with a filter …</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-07-10</guid>
  <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
  <description>扩展了 Access Transparency 文档中 cmek_preserve 事件的内容，增加了过滤示例、事件负载示例和两个保留原因代码，并澄清了保留事件由人工审核或自动化安全管道触发时均会记录。
• 新增 cmek_preserve 事件的过滤示例和事件负载示例
• 新增两个保留原因代码：policy_violation_investigation 和 csae_report
• 明确无论保留由人工审核还是自动化安全管道触发，都会写入保留事件</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：You can now set an expiration when you create an API key or an Admin API key in the Claude…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-07-08</guid>
  <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
  <description>现在可以在 Claude 控制台创建 API 密钥或管理员 API 密钥时设置过期时间，支持预设、自定义时长或永不过期。对于有效期至少 7 天的密钥，Anthropic 会在过期前通过邮件通知创建者。现有密钥不受影响。管理员 API 会在 `expires_at` 字段中报告每个密钥的过期时间。
• 创建 API 密钥时可设置过期时间，支持预设、自定义或永不过期
• 有效期≥7天的密钥会在过期前邮件通知创建者
• 现有密钥不受影响
• 管理员 API 返回密钥的 expires_at 字段</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：We&apos;ve added the agent-memory-2026-07-22 beta header, which changes how listing memories (G… 等 2 项</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-07-02</guid>
  <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
  <description>新增 `agent-memory-2026-07-22` beta 标头，改变了列出记忆的 API 行为，包括返回顺序、参数限制等。SDK 已默认发送该标头，需手动更新显式传递的 beta 值。
• 列出记忆时结果按服务器稳定顺序返回，忽略 `order_by` 和 `order` 参数
• `depth` 参数仅接受 `0`、`1` 或省略，其他值返回 400 错误
• `path_prefix` 必须以 `/` 结尾，且匹配完整路径段而非子串
• 旧标头 `managed-agents-2026-04-01` 发出的分页游标在新标头下无效，需重新开始分页
• 记忆存储端点改用 `agent-memory-2026-07-22`，同时发送两个标头会返回 400 错误
• 2026 年 7 月 22 日后 `managed-agents-2026-04-01` 将采用相同列表行为</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：We&apos;ve restored access to Claude Fable 5 and Claude Mythos 5. See our statement for more in…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-07-01</guid>
  <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
  <description>Claude Fable 5 和 Claude Mythos 5 已恢复访问。
• Claude Fable 5 和 Claude Mythos 5 已重新可用。</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：We&apos;ve launched Claude Sonnet 5 (claude-sonnet-5), the next generation of our Sonnet model … 等 6 项</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-06-30</guid>
  <pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
  <description>Claude 平台发布了新一代 Sonnet 模型 Claude Sonnet 5，并新增了多项 Managed Agents 功能，包括事件流增量、反向分页、会话配置覆盖、凭证注入位置设置以及 Webhook 生命周期事件。
• Claude Sonnet 5 已发布，定价为每百万 token 输入 $2、输出 $10（至 2026 年 8 月 31 日），支持 1M 上下文窗口和 128k 最大输出 token。
• 迁移至 Sonnet 5 时需注意：自适应思考默认开启；手动扩展思考（thinking: {type: &quot;enabled&quot;, budget_tokens: N}）已移除，返回 400 错误；设置采样参数（temperature、top_p、top_k）为非默认值也返回 400 错误。
• Sonnet 5 使用新分词器，相同文本产生的 token 数增加约 30%。
• Managed Agents 会话事件流支持事件增量（event deltas），可通过 GET /v1/sessions/{session_id}/events/stream 的 event_deltas[] 参数启用。
• Managed Agents 会话列表支持反向分页，GET /v1/sessions 返回 prev_page 游标。
• Managed Agents 新增会话配置覆盖、凭证注入位置设置以及 Webhook 生命周期事件。</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：We&apos;ve removed fast mode for Claude Opus 4.6. Requests to claude-opus-4-6 with speed: &quot;fast…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-06-29</guid>
  <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
  <description>Claude Opus 4.6 的快速模式已被移除。使用 speed: &quot;fast&quot; 的请求现在以标准速度和标准价格运行，不会报错。建议迁移到 Claude Opus 4.8 以继续使用快速模式。
• Claude Opus 4.6 的快速模式已移除
• 请求 speed: &quot;fast&quot; 现在以标准速度和标准价格运行，不返回错误
• 响应中的 usage.speed 字段报告实际使用的速度
• 如需继续使用快速模式，请迁移到 Claude Opus 4.8</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：We&apos;ve raised rate limits across the Claude API. Claude Sonnet and Claude Haiku rate limits…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-06-26</guid>
  <pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
  <description>Claude API 提高了所有模型的速率限制，Sonnet 和 Haiku 现在与 Opus 在各使用层级上保持一致，使用层级简化为三个：Start、Build 和 Scale。大多数组织会自动升级到更高层级，无需任何操作。
• Claude Sonnet 和 Haiku 的速率限制现在与 Opus 在各使用层级上相同
• 使用层级合并为三个：Start、Build 和 Scale
• 大多数组织会自动升级到更高层级，且不会降低任何组织的限制</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：We&apos;ve deprecated fast mode for Claude Opus 4.7, with removal on July 24, 2026. After remov…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-06-25</guid>
  <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
  <description>Claude Opus 4.7 的快速模式已弃用，将于 2026 年 7 月 24 日移除。届时使用 speed: &quot;fast&quot; 的请求将返回错误，请迁移至 Claude Opus 4.8 的快速模式。
• Claude Opus 4.7 快速模式已弃用，2026 年 7 月 24 日移除
• 移除后，对 claude-opus-4-7 使用 speed: &quot;fast&quot; 将返回错误
• 请迁移至 Claude Opus 4.8 的快速模式</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：MCP tunnels (research preview): the management API moved from /v1/organizations/tunnels on…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-06-22</guid>
  <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
  <description>MCP 隧道（研究预览）的管理 API 已从管理 API 的 /v1/organizations/tunnels 迁移至 Claude API 的 /v1/tunnels，需使用新的请求头和权限范围。旧接口在迁移窗口期内仍可用。
• MCP 隧道管理 API 端点从 /v1/organizations/tunnels 迁移到 /v1/tunnels
• 新接口需使用 anthropic-beta: mcp-tunnels-2026-06-22 请求头
• 新接口需 workspace:manage_tunnels 权限范围
• 旧接口在迁移窗口期内仍可用</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：The Python, TypeScript, Go, Java, Ruby, PHP, and C# SDKs now include support for codeexecu…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-06-18</guid>
  <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
  <description>Python、TypeScript、Go、Java、Ruby、PHP 和 C# SDK 现已支持 code_execution_20260120 代码执行工具版本，该版本增加了 REPL 状态持久化，并且是程序化工具调用的最低版本。
• 所有主要语言的 SDK 均支持 code_execution_20260120 版本
• 新版本增加了 REPL 状态持久化功能
• 该版本是程序化工具调用的最低要求版本
• 无需 beta 标头，设置工具 type 为 code_execution_20260120 即可使用
• 兼容 Claude Fable 5、Mythos 5、Opus 4.5 及以上、Sonnet 4.5 及以上模型</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
<item>
  <title>Claude Platform：We&apos;ve retired the Claude Sonnet 4 model (claude-sonnet-4-20250514) and the Claude Opus 4 m…</title>
  <link>http://localhost:3000/zh/products/claude-platform</link>
  <guid isPermaLink="false">claude-platform:2026-06-15</guid>
  <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
  <description>Claude Sonnet 4 和 Claude Opus 4 模型已退役，请求将返回错误。建议升级到 Claude Sonnet 4.6 和 Claude Opus 4.8。研究人员可通过外部研究员访问计划申请持续访问。
• Claude Sonnet 4 (claude-sonnet-4-20250514) 和 Claude Opus 4 (claude-opus-4-20250514) 已退役
• 向已退役模型的请求将返回错误
• 建议升级到 Claude Sonnet 4.6 和 Claude Opus 4.8
• 研究人员可通过外部研究员访问计划申请持续访问</description>
  <source url="https://docs.claude.com/en/release-notes/api">Claude Platform</source>
</item>
</channel>
</rss>
