From 4d3b0e5c790a8bb9f5e253f7821dbe72cfb0fdc4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 25 May 2025 20:48:04 +0100 Subject: [PATCH] chore(mise/tools): add codex CLI --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 4dab62b..a4c140d 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -47,6 +47,7 @@ ruby_install = true "npm:@anthropic-ai/claude-code" = "latest" "npm:@github/copilot-language-server" = "latest" "npm:@mermaid-js/mermaid-cli" = "latest" +"npm:@openai/codex" = "latest" "npm:@prettier/plugin-php" = "latest" "npm:dockerfile-language-server-nodejs" = "latest" "npm:eslint" = "latest"