Describe the feature or problem you'd like to solve
Add support for generating tab completion for shells
Proposed solution
Many tools have some command like:
Where it will output completions for integration with the user's shell, so in .zshrc or powershell $PROFILE you could add something like:
eval "$(copilot completion zsh)"
And get tab completion for things like:
copilot --al # hit tab to complete --allow-all-tools
Example prompts or workflows
No response
Additional context
No response
Describe the feature or problem you'd like to solve
Add support for generating tab completion for shells
Proposed solution
Many tools have some command like:
Where it will output completions for integration with the user's shell, so in
.zshrcor powershell$PROFILEyou could add something like:And get tab completion for things like:
copilot --al # hit tab to complete --allow-all-toolsExample prompts or workflows
No response
Additional context
No response