Skip to content

Commit bbc3c10

Browse files
committed
updated AgentTideUi
1 parent 4cd9836 commit bbc3c10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codetide/agents/tide/ui/agent_tide_ui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ async def load(self):
5959
llm=llm,
6060
tide=await initCodeTide(workspace=self.project_path),
6161
history=self.history,
62-
session_id=self.session_id
62+
session_id=self.session_id,
63+
request_human_confirmation=True
6364
)
6465
self.agent_tide.llm.session_id = self.agent_tide.session_id
6566

0 commit comments

Comments
 (0)