raythunder在zed编辑器里面集成codex 中发帖

在zed里面集成codex. 只需要打开设置。添加以下配置 
{
"agent_servers": {
"Code": {
"command": "npx",
"args": ["-y", "@just-every/code", "acp"]
}
}
}

效果如下:
[image]
然后就可以开始聊天了。支持@指令,图片粘贴会报错。
zed 编辑器开发体验还是很流畅的,就是没有像vscode那么多自定义的插件?比如快速输入 console.log 的插件。有知道的佬吗?

来源:ACP protocol support · Issue #216 · just-every/code · GitHub