add --spinner/--no-spinner option to control LLM response spinner dis…#611
Open
ekr1 wants to merge 1 commit into
Open
add --spinner/--no-spinner option to control LLM response spinner dis…#611ekr1 wants to merge 1 commit into
ekr1 wants to merge 1 commit into
Conversation
…play; improve input selector for running in "dumb" IDEs Co-authored-by: cecli (github_copilot/claude-sonnet-5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch has two changes which make cecli in non-TUI-mode more compatible with at least my IDE (GNU Emacs in comint mode, i.e. the dumbest of the dumbest, with only marginal TERM capabilities):
--no-spinner. If given, the spinners in various waiting states are suppressed.selectorsmodule at an additional spot on Linux and MacOS to support this environment better.With these two changes, cecli functions perfectly and elegantly in my Emacs, with the options
TERM=xterm-256color cecli --no-fancy-input --no-pretty --no-spinner --no-tuiand theaidermacsEmacs package.I cannot run the Github Actions tests for some reason, but the
pytestsuite is green locally, and I have been working with these changes on Linux and MacOS for about 3 months now. Not tested on Windows.