diff --git a/codex-rs/core/src/tools/spec.rs b/codex-rs/core/src/tools/spec.rs index 0a66b414039..5b4f8effbbb 100644 --- a/codex-rs/core/src/tools/spec.rs +++ b/codex-rs/core/src/tools/spec.rs @@ -157,7 +157,7 @@ fn create_exec_command_tool() -> ToolSpec { ( "shell".to_string(), JsonSchema::String { - description: Some("Shell binary to launch. Defaults to /bin/bash.".to_string()), + description: Some("Shell binary to launch. Defaults to the user's default shell.".to_string()), }, ), (