Replies: 1 comment
-
If anyone has already zsh, jq, awk and streamdown on their system they can try the custom zsh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, it seems --quiet is broken and it's actually doing the same thing as --json.
I think this should be more an --output flag of sorts, quiet mode is a bad name because it talks about the level of noisyness but it's actually --detach mode where you don't go into the TUI.
i think --detach is a better more indicative flag name, and then we could handle the log level outputs as needed.
I think --json is also a bad flag name, because it's only one of the many possible outputs of the log level we want, i hereby prpose it to rename it to --logs=json, I don't think the JSON logs make any sense by default btw, I had to resort for now to make a custom zsh
codexq
wrapper function that just uses jq to parse the json outputs of the calls, i think this should be part of codex itself probably, (just not using jq and stremdown like im)recap of related issues
is anyone working on these?
would a revamp of the --json and --quiet flags fixing these be welcome?
Beta Was this translation helpful? Give feedback.
All reactions