ws (@iwusong)idea中codex agent配置,不跟系统走,url和key配置在acp.json中 中发帖

想在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",
        ...
 
 
Back to Top