Skip to content

Commit 16da8e1

Browse files
committed
clarify default shell for unified_exec
1 parent 2a06d64 commit 16da8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/core/src/tools/spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn create_exec_command_tool() -> ToolSpec {
156156
(
157157
"shell".to_string(),
158158
JsonSchema::String {
159-
description: Some("Shell binary to launch. Defaults to /bin/bash.".to_string()),
159+
description: Some("Shell binary to launch. Defaults to the user's default shell.".to_string()),
160160
},
161161
),
162162
(

0 commit comments

Comments
 (0)