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
feat(virtual-desktop): add usePrivateState hook for localStorage persistence
Provides OpenAI-style privateContent workaround using localStorage with
hostContext.toolInfo.id as the storage key. This allows UI state to persist
across sessions without being sent to the model.
0 commit comments