[0.19.8] - 2026-05-08
New Features
- Shell completion — new
skillshare completioncommand generates tab-completion scripts for bash, zsh, fish, PowerShell, and Nushell. Supports--installto auto-write the script to the correct platform path. Refs: #148Covers all commands, subcommands, and per-command flags. Bash, zsh, and PowerShell scripts auto-detect aliases (e.g.skillshare completion bash --install # one-line setup skillshare completion zsh --install skillshare completion fish --install skillshare completion powershell --install skillshare completion nushell --installalias ss=skillshare) and register completions for them