Change codex acp provider command to automatically install & run (#2890)
This commit is contained in:
@@ -268,7 +268,8 @@ M._defaults = {
|
||||
args = { "acp" },
|
||||
},
|
||||
["codex"] = {
|
||||
command = "codex-acp",
|
||||
command = "npx",
|
||||
args = { "-y", "@zed-industries/codex-acp" },
|
||||
env = {
|
||||
NODE_NO_WARNINGS = "1",
|
||||
HOME = os.getenv("HOME"),
|
||||
|
||||
Reference in New Issue
Block a user