← 返回新闻列表
V2EX 🗓️ 2026-07-07

刚刚,Cursor 无法手动关掉 max mode 使用了

⚡ 一句话看懂:据悉,今天早上手贱更新了一下 Cursor ,然后再执行就报错了: ``` The model "claude-opus-4-8-high" requires Max Mode to be enabled. Please enable Max Mode and try again. ```

Open Cursor IDE. Press Ctrl + Shift + P (or Cmd + Shift + P on Mac) to open the command palette. Type Preferences: Open Settings (JSON) and hit Enter. Add the following lines into this JSON settings file: “update.enableWindowsBackgroundUpdates”: false, “update.mode”: “none” 禁用更新 @ ofDamon #2

🔗 原始来源

如果你要核对细节,可以再看原文: V2EX原文链接