spawn prompt (#14362)

# External (non-OpenAI) Pull Request Requirements

Before opening this Pull Request, please read the dedicated
"Contributing" markdown file or your PR may be closed:
https://github.com/openai/codex/blob/main/docs/contributing.md

If your PR conforms to our contribution guidelines, replace this text
with a detailed and high quality description of your changes.

Include a link to a bug report or enhancement request.
This commit is contained in:
Ahmed Ibrahim
2026-03-11 11:14:51 -07:00
committed by GitHub
parent 7a6a729a97
commit 3663a470a1
5 changed files with 318 additions and 2 deletions

View File

@@ -2250,6 +2250,7 @@ pub(crate) async fn make_session_and_context() -> (Session, TurnContext) {
&session_configuration,
per_turn_config,
model_info,
&models_manager,
None,
"turn_id".to_string(),
Arc::clone(&js_repl),
@@ -2810,6 +2811,7 @@ pub(crate) async fn make_session_and_context_with_dynamic_tools_and_rx(
&session_configuration,
per_turn_config,
model_info,
&models_manager,
None,
"turn_id".to_string(),
Arc::clone(&js_repl),