This commit is contained in:
jif-oai
2025-12-17 15:29:29 +00:00
committed by GitHub
parent 2e7e4f6ea6
commit 45c164a982

View File

@@ -158,8 +158,7 @@ fn create_exec_command_tool() -> ToolSpec {
"login".to_string(),
JsonSchema::Boolean {
description: Some(
"Whether to run the shell with -l/-i semantics. Defaults to false unless a shell snapshot is available."
.to_string(),
"Whether to run the shell with -l/-i semantics. Defaults to true.".to_string(),
),
},
);
@@ -341,7 +340,7 @@ fn create_shell_command_tool() -> ToolSpec {
"login".to_string(),
JsonSchema::Boolean {
description: Some(
"Whether to run the shell with login shell semantics. Defaults to false unless a shell snapshot is available."
"Whether to run the shell with login shell semantics. Defaults to true."
.to_string(),
),
},