remove installDependencies

This commit is contained in:
David Blass
2025-11-13 10:53:53 -05:00
parent 515bd3a9d7
commit 203e9ef8cd
3 changed files with 2 additions and 41 deletions
-1
View File
@@ -11,7 +11,6 @@ export const codex = agent({
packageName: "@openai/codex",
version: "latest",
executablePath: "bin/codex.js",
installDependencies: true,
});
},
run: async ({ prompt, mcpServers, apiKey, cliPath }) => {