Steer Active Codex Turn
codex_steerRedirect an active Codex session by appending guidance to the current turn, correcting course when new evidence or intent emerges without creating a new turn.
Instructions
Append text to the same active Codex turn using turn/steer with an expected turn-id precondition. This does not create a new turn. Do not steer merely because reasoning is taking a long time or no new command has appeared; steer only for a semantic redirect or correction based on new evidence or changed user intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Additional user text. | |
| thread_id | Yes | Active Codex thread. | |
| expected_turn_id | Yes | Exact active turn id required by app-server. |