What's wrong with this entry?
Shell completion files are now automatically generated and cached, with auto-regeneration on updates.
Completion files are stored at:
~/.claude/completion.bashfor bash~/.claude/completion.zshfor zsh~/.claude/completion.fishfor fish (stored in$XDG_CONFIG_HOME/fish/config.fish)
- Completion caches are automatically regenerated after Claude Code updates
- Uses
claude completion <shell-flag> --output <cache-file>under the hood - Logs show
update: Regenerating <shell> completion cacheandupdate: Regenerated <shell> completion cache at <path> - Improves shell startup performance by avoiding regenerating completions on every shell launch
k69() at line 184272-184299 (shell detection, contains "completion.bash", "completion.fish", "completion.zsh"), wq6() at line 184307 (cache regeneration, contains "update: Regenerating" and "completion cache")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.