tom-doerr / zsh_codex

This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line.
MIT License
1.42k stars 72 forks source link

[BUG] Extra new line is inserted before suggestion #34

Closed Rizhiy closed 7 months ago

Rizhiy commented 8 months ago

As the title says, there is always an extra line before suggestion.

So when I execute code from demo GIF, I get the following: image As can be seen, there is an extra line before suggestion

This is particularly annoying when trying to complete the current command, since it inserts completion on a new line.

Rizhiy commented 7 months ago

This also means that completions inside the command don't work, i.e. second GIF