Support stdin from pipe as part of codex exec

This commit is contained in:
Joe Liccini
2026-03-26 15:04:07 -07:00
parent 44d28f500f
commit 6bbcb7f6fe
5 changed files with 171 additions and 32 deletions

View File

@@ -6,6 +6,7 @@ mod ephemeral;
mod mcp_required_exit;
mod originator;
mod output_schema;
mod prompt_stdin;
mod resume;
mod sandbox;
mod server_error_exit;