Currently every action that read or write a file content (Notebook or text file) requires to open the widget in the UI.
It can be disturbing for the user, and makes it complicate to work while the LLM performs actions.
Suggestion
Reading/writing content without opening the widget in the UI (using only the model), or at least opening the widget in the background (not being the active widget with focus).