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" } } ] } } ```

相关文章

原文
{
  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