← Back to Clusters

Zsh and PowerShell Completion Fixes

This cluster addresses various issues related to command-line interface (CLI) completion for zsh and PowerShell, ensuring better functionality and error handling.

9 PRs
fix cli Representative: #10710
# Title Author Created GitHub
6378 fix(cli): escape brackets in zsh completion option descriptions janckerchen 2026-02-01 View
10710 fix(cli): filter empty flags in bash completion generation rep Yida-Dev 2026-02-06 View
10723 fix(cli): filter empty flags in PowerShell completion generation Yida-Dev 2026-02-06 View
11165 fix(cli): filter empty flags in zsh and PowerShell nested completion Yida-Dev 2026-02-07 View
17325 fix(completion): avoid zsh compdef error when compinit is not initialized ephelia-ai 2026-02-15 View
17437 fix(completion): avoid rc=1 for optionless zsh leaf commands ephelia-ai 2026-02-15 View
18938 fix(completion): avoid compdef error in zsh by guarding completion init gcsenyan 2026-02-17 View
19109 fix(completion): initialize compinit before compdef Clawborn 2026-02-17 View
20553 fix(completion): guard zsh compdef call for environments without compinit mr-sk 2026-02-19 View