mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Add warnings about 'exit' command in three locations to prevent AI from disconnecting Telnet/SSH sessions during command execution: - Prompt system rules (lab_automation_assistant_prompt.py) - Display tool description (display_tools_nornir.py) - Config tool description (config_tools_nornir.py) The 'exit' command disconnects the session and causes all subsequent commands in the batch to fail. This prevents users from viewing command outputs properly.