:CoduxWorkspaceCreate token-review
:CoduxWorkspaceCreate fix-tests --template debug
:CoduxWorkspaceCreate add-feature --template implementation
:CoduxWorkspaceCreate review-pr --template review
require("codux").setup({
workspaces = {
templates = {
release = "You are working in a release workspace. Focus on verification, notes, and final checks.",
},
},
})
{
"BRONZowl/codux.nvim",
opts = {},
}
:Lazy sync, restart Neovim, then open Codux::Codux
In LazyVim, <leader> is usually Space. Codux also maps open to <leader>zc.
codex is not already available:curl -fsSL https://chatgpt.com/codex/install.sh | sh
codex login
Confirm the CLI is available:
codex --version
cd ~/Projects/your-project
nvim
:checkhealth codux
:Codux
codexOptional:
<leader>z group label:CoduxWorkspaceCreate <name>This plugin was developed using Neo-tree in LazyVim.
Windows users can use WSL2 with the Linux install command above, or follow the official Codex Windows setup guide.
For remote or headless login:
codex login --device-auth
Codux sends requested files, selections, diagnostics, and health output through your configured Codex CLI session.