-
Hello All! I looked at cutover aggregation and don't see functionality that is present in Typescript version (codex -q). Is there a way to execute codex in non-interactive way - but in the same time to allow it to use MCP tools? If not - is there a plan to enable it? Cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
bolinfest
Jun 25, 2025
Replies: 1 comment
-
In Rust, there is We don't call it |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bolinfest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Rust, there is
codex exec
for non-interactive mode.We don't call it
-q
because-q
implies "quiet," and it is definitely not quiet...