Feature request
Add shell completion for the kimi CLI (bash, zsh, fish).
Motivation
kimi has a growing set of subcommands (export, provider, acp, web, login, doctor, ...) and many flags (-m/--model, -p/--prompt, --output-format, --skills-dir, --agent, --add-dir, ...). Without completion, users have to remember exact flag names or run kimi --help repeatedly.
Proposal
Environment
- kimi-code version: 0.31.0
- OS: macOS (but this applies to all platforms)
Thanks!
Feature request
Add shell completion for the
kimiCLI (bash, zsh, fish).Motivation
kimihas a growing set of subcommands (export,provider,acp,web,login,doctor, ...) and many flags (-m/--model,-p/--prompt,--output-format,--skills-dir,--agent,--add-dir, ...). Without completion, users have to remember exact flag names or runkimi --helprepeatedly.Proposal
Add a
kimi completion <shell>command (likegh completion zsh) that prints a completion script for bash / zsh / fish, so users can do e.g.:Completion should cover:
--session/export, model aliases for-m/--model(fromconfig.toml), agent profile names for--agentEnvironment
Thanks!