We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd9836 commit bbc3c10Copy full SHA for bbc3c10
codetide/agents/tide/ui/agent_tide_ui.py
@@ -59,7 +59,8 @@ async def load(self):
59
llm=llm,
60
tide=await initCodeTide(workspace=self.project_path),
61
history=self.history,
62
- session_id=self.session_id
+ session_id=self.session_id,
63
+ request_human_confirmation=True
64
)
65
self.agent_tide.llm.session_id = self.agent_tide.session_id
66
0 commit comments