←back to thread

514 points mfiguiere | 1 comments | | HN request time: 0s | source
Show context
blt ◴[] No.43710058[source]
Sorry for being a grumpy old man, but I don't have npm on my machine and I never will. It's a bit frustrating to see more and more CLI tools depending on it.
replies(11): >>43710085 #>>43710092 #>>43710096 #>>43710118 #>>43710143 #>>43710153 #>>43710155 #>>43710180 #>>43710185 #>>43710371 #>>43710789 #
1. Dangeranger ◴[] No.43710153[source]
You could just run it in a Docker container and not think about it much after that. Mount a volume to the container with the directory contents you want to be available for edit by the agent.

https://github.com/openai/codex/blob/main/codex-cli/scripts/...