You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: terminal uses dedicated session 'terminal:main' — isolate from chat
Terminal was sharing session 'main' with chat, causing message bleed.
Now uses TERMINAL_SESSION_KEY = 'terminal:main' for its own isolated
session. Chat and terminal conversations are fully separated.
0 commit comments