patch-tools

This commit is contained in:
Ahmed Ibrahim
2025-09-11 18:47:38 -04:00
parent 0d4a25b981
commit 2abad8fece

View File

@@ -690,12 +690,6 @@ impl Session {
if let Some(user_instructions) = turn_context.user_instructions.as_deref() {
items.push(UserInstructions::new(user_instructions.to_string()).into());
}
items.push(ResponseItem::from(EnvironmentContext::new(
Some(turn_context.cwd.clone()),
Some(turn_context.approval_policy),
Some(turn_context.sandbox_policy.clone()),
Some(self.user_shell.clone()),
)));
items
}