cursor-free-vip
cursor-free-vip copied to clipboard
[Bug]: Free & free trial accounts can no longer use chat with premium models on Cursor Version 0.45 or less. Please upgrade to Pro or use Cursor Version 0.46 or later. Install Cursor at https://www.cursor.com/downloads or update from within the editor.
提交前检查
- [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。
- [x] 我已经查看了置顶 Issue 并搜索了现有的 开放 Issue和已关闭 Issue,没有找到类似的问题。
- [x] 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等。
平台
Windows x64
版本
4.3
错误描述
出现这个Free & free trial accounts can no longer use chat with premium models on Cursor Version 0.45 or less. Please upgrade to Pro or use Cursor Version 0.46 or later. Install Cursor at https://www.cursor.com/downloads or update from within the editor.版本验证,用绕过的方法不可行
相关日志输出
附加信息
No response
正在找別的方法,又修復了
x-cursor-checksum: OUVHYACC38939613312d50d4e8048ad7f77315e4cccc13dd688c8b0fe3f4b7f773f9f97a/139643b422636b6a7c178d38342879937dd7fe15fdbe657a8703fbbbf9b0e973 x-cursor-client-version: 0.48.7 x-cursor-config-version: d17082d9-d688-4de4-bd72-b30b25f6a88a
現在新版本的增加了,config-version
但是舊版本的請求沒有 config-version 所以都被默認為舊版本
通過 添加
i.header.set("x-cursor-config-version", "d17082d9-d688-4de4-bd72-b30b25f6a88a");
d17082d9-d688-4de4-bd72-b30b25f6a88a #這個必須要重新生成 類似版本號的,請自行生成,這裡不提供代碼
第一段 config版本轉換
第二段 commit id 轉換
第三段的開頭是 4 → 表示是 UUID version 4
第四段的開頭是 8、b、9 或 a → 表示變異版本(variant)
在這裡面
m=jNt(d),f=s(m);i.header.set("x-cursor-checksum",e===void 0?${f}${t}:${f}${t}/${e})}catch{}i.header.set("x-cursor-client-version",r),i.header.set("x-cursor-config-version","b1e1362d-71b5-4882-b176-880d5a6fcf66"),l!==void 0&&i.header.set(HNt,l),i.header.set(MNt,WNt(a)),c!==void 0&&i.header.set(UNt,c);try{const u=Intl.DateTimeFormat().resolvedOptions().timeZone;i.header.set("x-cursor-timezone",u)}catch{}try{o&&(i.header.has("x-request-id")||i.header.set("x-request-id",o),i.header.has("x-amzn-trace-id")||i.header.set("x-amzn-trace-id",Root=${o}))}catch{}}var zrt;(function(i){i.GetCachedServerConfig="aiServerConfigService.getCachedServerConfig"})(zrt||(zrt={}));var Yrt;
cursor\resources\app\out\vs\workbench\api\node\extensionHostProcess.js
可以實現略過 0.46版本檢測
同样的是这个问题,我用的是0.44.11版本,目前使用工具后只有Deepseekri是能用的,还有agent模式能用。其他的仍然提示版本低的问题。 另外,agent模式下被限制了只使用默认模型,无论选择3.7thinking还是Gemini。实际上回答的都是3.5sonnetmini。 作者你讲的这个方法我找不到对应的插入位置和语句,并且没有完全您表达的意思: 通過 添加
i.header.set("x-cursor-config-version", "d17082d9-d688-4de4-bd72-b30b25f6a88a"); d17082d9-d688-4de4-bd72-b30b25f6a88a #這個必須要重新生成 類似版本號的,請自行生成,這裡不提供代碼 第一段 config版本轉換 第二段 commit id 轉換 第三段的開頭是 4 → 表示是 UUID version 4 第四段的開頭是 8、b、9 或 a → 表示變異版本(variant) 在這裡面
m=jNt(d),f=s(m);i.header.set("x-cursor-checksum",e===void 0?${f}${t}:${f}${t}/${e})}catch{}i.header.set("x-cursor-client-version",r),i.header.set("x-cursor-config-version","b1e1362d-71b5-4882-b176-880d5a6fcf66"),l!==void 0&&i.header.set(HNt,l),i.header.set(MNt,WNt(a)),c!==void 0&&i.header.set(UNt,c);try{const u=Intl.DateTimeFormat().resolvedOptions().timeZone;i.header.set("x-cursor-timezone",u)}catch{}try{o&&(i.header.has("x-request-id")||i.header.set("x-request-id",o),i.header.has("x-amzn-trace-id")||i.header.set("x-amzn-trace-id",Root=${o}))}catch{}}var zrt;(function(i){i.GetCachedServerConfig="aiServerConfigService.getCachedServerConfig"})(zrt||(zrt={}));var Yrt;
cursor\resources\app\out\vs\workbench\api\node\extensionHostProcess.js 可以實現略過 0.46版本檢測
低于0.46版本的,extensionHostProcess.js文件格式内容已经改变很多,更改很多内容,0.46版本及其以上还能用,不过使用效果大打折扣并且处理速度慢难以胜任任务,建议还是想办法弄回之前版本,最新版本在使用阶段就要收费了
低于0.46版本的,extensionHostProcess.js文件格式内容已经改变很多,更改很多内容,0.46版本及其以上还能用,不过使用效果大打折扣并且处理速度慢难以胜任任务,建议还是想办法弄回之前版本,最新版本在使用阶段就要收费了
你好,你是怎么解决的呢?是按照作者要求修改配置文件吗?还是怎么。我的版本是0.44.11
通過 添加
i.header.set("x-cursor-config-version", "d17082d9-d688-4de4-bd72-b30b25f6a88a");d17082d9-d688-4de4-bd72-b30b25f6a88a #這個必須要重新生成 類似版本號的,請自行生成,這裡不提供代碼第一段 config版本轉換 第二段 commit id 轉換 第三段的開頭是 4 → 表示是 UUID version 4 第四段的開頭是 8、b、9 或 a → 表示變異版本(variant)在這裡面
m=jNt(d),f=s(m);i.header.set("x-cursor-checksum",e===void 0?${f}${t}:${f}${t}/${e})}catch{}i.header.set("x-cursor-client-version",r),i.header.set("x-cursor-config-version","b1e1362d-71b5-4882-b176-880d5a6fcf66"),l!==void 0&&i.header.set(HNt,l),i.header.set(MNt,WNt(a)),c!==void 0&&i.header.set(UNt,c);try{const u=Intl.DateTimeFormat().resolvedOptions().timeZone;i.header.set("x-cursor-timezone",u)}catch{}try{o&&(i.header.has("x-request-id")||i.header.set("x-request-id",o),i.header.has("x-amzn-trace-id")||i.header.set("x-amzn-trace-id",Root=${o}))}catch{}}var zrt;(function(i){i.GetCachedServerConfig="aiServerConfigService.getCachedServerConfig"})(zrt||(zrt={}));var Yrt;cursor\resources\app\out\vs\workbench\api\node\extensionHostProcess.js可以實現略過 0.46版本檢測
请问可以说得更详细些吗,我不懂您说的操作在哪里执行