WWW.YOUINFO.SITE
标签聚合 zed

/tag/zed

LinuxDo 最新话题 · 2026-06-08 19:51:13+08:00 · tech

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 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-06-08 02:41:10+08:00 · tech

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 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-06-02 23:36:49+08:00 · tech

我开启了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 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-05-29 21:57:57+08:00 · tech

事情起因是因为一直用 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 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-05-26 16:26:24+08:00 · tech

想在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 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-05-25 16:41:36+08:00 · tech

在前天遇到了 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 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-05-23 14:57:44+08:00 · tech

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 位参与者 阅读完整话题