Anthropic 允许再次使用 OpenClaw 风格的 Claude 命令行界面。
Anthropic says OpenClaw-style Claude CLI usage is allowed again

原始链接: https://docs.openclaw.ai/providers/anthropic

```json { "agents": { "defaults": { "model": { "primary": "anthropic/claude-opus-4-6" }, "models": { "anthropic/claude-opus-4-6": { "params": { "cacheRetention": "long" } } } }, "list": [ { "id": "research", "default": true }, { "id": "alerts", "params": { "cacheRetention": "none" } } ] } } ```

Anthropic 据报道重新允许通过 OpenClaw 等工具使用 Claude,此前曾限制过。这一消息在 Hacker News 上分享,引发了用户对 Anthropic 沟通和产品策略的沮丧。 许多评论者对最近的变更感到困惑,注意到自二月份以来缺乏明显进展,并批评公司依赖 Twitter 和 Reddit 等非正式渠道进行官方公告。用户正在寻求来自公司的更清晰、更权威的沟通。 除了 CLI 访问之外,还有要求恢复 OpenCode 支持。总而言之,讨论凸显了用户对 Anthropic 最近访问方式处理的不满,以及对提高透明度的渴望。
相关文章

原文
{
  agents: {
    defaults: {
      model: { primary: "anthropic/claude-opus-4-6" },
      models: {
        "anthropic/claude-opus-4-6": {
          params: { cacheRetention: "long" }, // baseline for most agents
        },
      },
    },
    list: [
      { id: "research", default: true },
      { id: "alerts", params: { cacheRetention: "none" } }, // override for this agent only
    ],
  },
}
联系我们 contact @ memedata.com