From e548e3930f88e9342621906831510a92eceacb0d Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Thu, 23 Apr 2026 13:34:10 +0200 Subject: [PATCH] feat(claude): add codex plugin and cask Add openai/codex-plugin-cc marketplace and enable the codex plugin. Install the codex cask via Brewfile. --- dot_claude/settings.json | 7 +++++++ dot_local/share/Brewfile | 1 + 2 files changed, 8 insertions(+) diff --git a/dot_claude/settings.json b/dot_claude/settings.json index 2b582c7..a9f5b69 100644 --- a/dot_claude/settings.json +++ b/dot_claude/settings.json @@ -129,6 +129,12 @@ "source": "github", "repo": "max-sixty/worktrunk" } + }, + "openai-codex": { + "source": { + "source": "github", + "repo": "openai/codex-plugin-cc" + } } }, "spinnerVerbs": { @@ -168,6 +174,7 @@ "mgrep@Mixedbread-Grep": true, "hookify@claude-plugins-official": true, "security-guidance@claude-plugins-official": true, + "codex@openai-codex": true, "context7@claude-plugins-official": false, "deploy-on-aws@agent-plugins-for-aws": false }, diff --git a/dot_local/share/Brewfile b/dot_local/share/Brewfile index 6ac8351..6841ca4 100644 --- a/dot_local/share/Brewfile +++ b/dot_local/share/Brewfile @@ -140,6 +140,7 @@ cask "1password-cli" cask "arc" cask "backblaze" cask "claude" +cask "codex" cask "datagrip" cask "discord" cask "expressvpn"