What's Changed * OpenAI >= 1.0 support by filipgrano in https://github.com/filipgrano/shfy/pull/7 * Improved prompts for commands and explanations * Minor fixes
What's Changed * Completion redesign * Rebrand to shfy (shellify)
0.1.3
- Shell completion supported for bash and zsh. - Fix command execution on windows in cmd and powershell - Minor improvement to queries
0.1.2
* Simplify execute command, since we don't need the output * Autoexplain defaults to false
0.1.1
New tools: - cligpt: A command-line helper that takes a user prompt and returns shell commands, along with explanations of what they do. See [cligpt.md](https://github.com/filipgrano/oai_tools/blob/main/doc/cligpt.md) for more details.