Doing final pass of adjustments with anythingllm
This commit is contained in:
5
gui.py
5
gui.py
@@ -291,7 +291,7 @@ class ConfirmDialog:
|
||||
label=f"Approve PowerShell Command #{self._uid}",
|
||||
tag=self._tag,
|
||||
modal=True,
|
||||
no_close=False,
|
||||
no_close=True,
|
||||
pos=(px, py),
|
||||
width=w,
|
||||
height=h,
|
||||
@@ -513,6 +513,9 @@ class App:
|
||||
|
||||
# Reset AI session since context changed
|
||||
ai_client.reset_session()
|
||||
self.cb_clear_tool_log()
|
||||
self.cb_clear_comms()
|
||||
self._update_response("")
|
||||
self._update_status(f"switched to: {Path(path).stem}")
|
||||
|
||||
def _refresh_from_project(self):
|
||||
|
||||
Reference in New Issue
Block a user