mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
Fixes
This commit is contained in:
@@ -396,6 +396,7 @@ Run a single turn to completion without subscribing to streamed turn/item events
|
||||
Notes:
|
||||
|
||||
- `exec/run` is best for one-off utilities (for example, generating a title) where you just need the final result.
|
||||
- `exec/run` always runs ephemerally, so it does not create a rollout and will not appear in `thread/list`.
|
||||
- Use `turn/start` when you want streaming events, intermediate items, or a long-lived thread.
|
||||
|
||||
### Example: One-off command execution
|
||||
|
||||
Reference in New Issue
Block a user