rt, ds , gemini, kimi, 提供了三种不同的配置, opencode里面有免费的apikey, 我感觉他俩好像是一家的, 为啥不提供一键配置呢 2 个帖子 - 2 位参与者 阅读完整话题
如果你的API 和 SK 是正确但是爆了401 可以试试这样可以吗 刚才碰到的问题就是 不确定是切换api服务商的时候 还是codex logout退出 然后输入sk进入的时候 触发的问题 然后我的解决办法就是 把你卡住的那个服务商 在ccs里面删除了 重新添加重新打开一个codex 就可以了 1 个帖子 - 1 位参与者 阅读完整话题
Error running remote compact task: unexpected status 401 Unauthorized: Encountered invalidated oauth token for user, failing request, url: https://chatgpt.com/backend-api/codex/responses/compact , cf-ray: a087a5e7bc81039f-HKG, request id: 08529d0b-65f5-453a-9a20-81078d4da905, auth error: 401, auth error code: token_revoked 修正一下 aef.claudeai.life 注册的两个号都挂了,一个用了一部分 一个都没登录,都挂了 另外一个team 还能用 不知道能蹬多久 10 个帖子 - 9 位参与者 阅读完整话题
有大佬们是这样用么,利用Zed Pro体验最前沿模型,以及通过Claude Çode + DeepSeek API让完成具体实现和开发 3 个帖子 - 2 位参与者 阅读完整话题
Creating an optimized production build ... Next.js build worker exited with code: null and signal: SIGKILL error: script "build:next:raw" exited with code 1 error: script "build:raw" exited with code 1 error: script "build:vercel" exited with code 1 Error: Command "bun run build:vercel" exited with 1 ▲ Build system report ▲ To always completely log this report, add VERCEL_BUILD_SYSTEM_REPORT=1 as an Environment Variable to your project. • At least one "Out of Memory" ("OOM") event was detected during the build. • This occurs when processes or applications running during the build completely fill up the available memory (RAM) in the build container. When this happens, the build container terminates one of the processes during the build with a SIGKILL signal. • Read this troubleshooting guide for more information: https://vercel.link/troubleshoot-build-errors 是免费版本构建机器太小了吗?只能部署到2.1.56版本的,后面版本都是报这个OOM 2 个帖子 - 2 位参与者 阅读完整话题
我想知道佬友们怎么获取的 team json 文件啊。我获取到到的都是 401: {“detail”:“Unauthorized”} 1 个帖子 - 1 位参与者 阅读完整话题
我先说,我目前主力编辑器是 Zed。 丝滑。 27 个帖子 - 20 位参与者 阅读完整话题
我开启了ccs的本地路由,但是codex却显示 unexpected status 401 Unauthorized: Incorrect API key provided: sk-3kN5V********0GRo. You can find your API key at https://platform.openai.com/account/api-keys. , url: https://api.openai.com/v1/responses , cf-ray: a0578681add7d266-FRA, request id: req_31266751c2f946b0a3c5094768fbede6, auth error: 401, auth error code: invalid_api_key 1 个帖子 - 1 位参与者 阅读完整话题
好久没写代码, 今天打开zed都开始支持skills了, 感觉上个月别的编辑器就已经开始支持了, zed这一波是不是比较晚了, Intellij是不是还没支持呀, 另外, 佬友们有没有好用的skills, 开启skills后, token是不是消耗速度会比较快? 1 个帖子 - 1 位参与者 阅读完整话题
事情起因是因为一直用 codex 写了不少工具,年前开始想整个大活,锻炼下自己用 AI 的能力。参考 Zed 的 UI 框架做一个新的通用的自绘 UI 框架,还有配套的一些渲染方面的库,其中包括一个重写 mermaid.js 的 rust 库(因为是底层库,就不推广了)。 库目标是不依赖浏览器的能力下渲染 mermaid 图为 svg png 等格式,是一个 headless 的渲染器。最近几个月一直让 codex 对着 mermaid.js 转换出来的 svg 来作为测试来不断补全逻辑。(也算是一种 harness?) 因为是底层库,因此一直没有宣传,好几个月陆陆续续只有 10 个 star。昨天上 github 一看居然多了 3 个 star,感觉不对劲!Github 里搜了下,居然是 Zed 编辑器用了! 主要是用我的库替换了另一个也是复刻 mermaid.js 渲染的 rust 库(作者好像是用 cc 写的,一千多star,不过有些 mermaid 图不能渲染或者渲染不准确),Zed 主要用来也是为了 markdown 渲染里 mermaid 图的支持。吓得我赶紧开了 gpt-5.5 xhigh fast mode 又根据 mr 修了不少问题发版本,并且尝试给 zed 提 mr。 很神奇的感觉,即使没宣传,我的库也会被挖掘出来。 库下载量昨天开始多了起来。 Zed 接下来的 1.5.0 版本会带上这个变更,到时候佬友用 zed 看markdown 或者 agent 看 mermaid 图的时候我也算能做出贡献啦~ 11 个帖子 - 9 位参与者 阅读完整话题
大家都知道的,claude code 2.1.156版本有 “system”的问题。cli我通过回退版本解决了,但是zed里面的这个直接更新到最新的版本了,也开始报这个问题 7 个帖子 - 3 位参与者 阅读完整话题
想在idea中用codex,试了试发现idea的agent里面的codex要登录,自己装了zed的codx acp,发现配置是跟着系统里面的走的,想在idea里面可以设置url和key,这样可以很容易的分发给别人,类似.codebuddy配置那样。 看了看codex-acp的仓库也没有详细的文档,就研究了下怎么配置。 { "default_mcp_settings": { "use_idea_mcp": true, "use_custom_mcp": true }, "agent_servers": { "codex-acp-custom": { "command": "npx.cmd", "args": [ "-y", "@zed-industries/codex-acp", "-c", "model_provider='custom'", "-c", "model='gpt-5.3-codex'", "-c", "model_providers.custom.wire_api='responses'", "-c", "model_providers.custom.name='custom'", "-c", "model_providers.custom.base_url='https://xxxxxxxxxxx/v1'", "-c", "model_providers.custom.env_key='OPENAI_API_KEY'" ], "env": { "OPENAI_API_KEY": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } } } } 发现问题的关键是要加上 “-c”, “model_providers.custom.env_key=‘OPENAI_API_KEY’” 然后key配置在env中, 确定是走的 acp.json中,在key中故意多一个字符会显示一个当前中转地址的报错 另外这个agent的acp有时候要关掉重新打开才会重新加载配置 2 个帖子 - 1 位参与者 阅读完整话题
在前天遇到了 CPA大规模返回401的问题,当时重新登陆了gpt网页,获取到 ssession数据,然后使用工具 ChatGPT Session -> CPA / sub2api / Cockpit / AxonHub / Codex-Manager 获取到了 CPA json ,然后在CPA中上传文件。 但是在两天后的5.25,这次突然出现的报错为 {"error":{"message":"{\"detail\":\"Unauthorized\"}","type":"authentication_error","code":"auth_unavailable"}} 如下图 然后我采取以上的流程再上传json文件,发现仍然出现以上报错。 同时可以在CPA中查看到额度: 已尝试方法: 登出网页版账号重登,然后再获取seession和cpa json,失败。 反复手动刷新,失败。 请问佬们这是出现了什么问题,要怎么解决呢 10 个帖子 - 6 位参与者 阅读完整话题
佬,现在是不是codex跳过验证码在CPA上使用都会有这个问题啊? {“error”:{“message”:“{"detail":"Unauthorized"}”,“type”:“authentication_error”,“code”:“auth_unavailable”}} 2 个帖子 - 2 位参与者 阅读完整话题
CPA里全部报错提示{“error”:{“message”:“{"detail":"Unauthorized"}”,“type”:“authentication_error”,“code”:“auth_unavailable”}} 10 个帖子 - 5 位参与者 阅读完整话题
今天研究 zed 编辑器,发现了 Edit Prediction 功能,手上只有火山 code plan ,尝试了一下发现协议不支持。 有人知道哪个厂家的大模型支持 zed 的 Edit Prediction 功能吗?
今天研究 zed 编辑器,发现了 Edit Prediction 功能,手上只有火山 code plan ,尝试了一下发现协议不支持。 有人知道哪个厂家的大模型支持 zed 的 Edit Prediction 功能吗?
zed-sftp目前的插件只有sftp,不支持ftp, 于是搞了个支持ftp的插件(功能参考vscode的sftp插件 ),已经进入zed扩展的审核流程了。 下面是扩展文件,有需要的佬请下载, zed-sftp-v0.1.0.zip (94.4 KB) 使用步骤: 1.在扩展面板右上角点击 Install Dev Extension 2.选择刚解压出来的 zed-sftp/ 文件夹 3.安装完成后,在项目根目录创建 .zed/sftp.json(配置示例见 CONFIGURATION.md) 首次启动注意: 扩展会自动从 github 拉取一个 20KB 的运行时(sync-server)。请确保能访问 github 1 个帖子 - 1 位参与者 阅读完整话题
“Unauthorized (401): Unauthorized”,有哪位大佬知道咋回事吗?费劲弄了仨都这样 7 个帖子 - 5 位参与者 阅读完整话题
https://cybernews.com/ai-news/ai-chatbots-marxist-organized-labor/ 3 个帖子 - 3 位参与者 阅读完整话题