Doing final pass of adjustments with anythingllm

This commit is contained in:
2026-02-22 09:54:36 -05:00
parent 34ed257cd6
commit 254ca8cbda
5 changed files with 77 additions and 31 deletions

5
gui.py
View File

@@ -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):