Update Completions banner
wbingli wbingli

Update Completions

Development community

Description

--- description: Update zsh completions to match latest Claude CLI version allowed-arguments: - --force - --create-pr --- You are updating the zsh completion script for Claude Code CLI. Follow these steps: ## Step 1: Check for Force Flag and Compare Versions 1. Check if `--force` was passed as an argument to this command (check $ARGUMENTS). 2. If `--force` is NOT present: - Get the installed Claude version: `claude --version` - Read the tracked version from the `claude-version` fil

Installation

Installs to ~/.claude/commands/wbingli-zsh-claudecode-completion-update-completions.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wbingli/zsh-claudecode-completion/HEAD/.claude/commands/update-completions.md -o ~/.claude/commands/wbingli-zsh-claudecode-completion-update-completions.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository