Skip to content

Stream gemini CLI output #189

Description

@sethvargo

TL;DR

#186 separated stdout and stderr streams into files to ensure the streams don't clobber in output. But now we have to wait until the process exits to see any of the output (versus previously where it was live streamed).

Through a combination of tee and shell redirections, we should be able to simultaneously stream stderr and stdout to the log while also keeping them separate in log files for capture and printing later.

Detailed design

No response

Additional information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

good first issueGood for newcomerskind/enhancementNew feature or requestpriority/p3Backlog - a good idea but not currently a priority

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions