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
VITE_HIDE_ORGANIZE_BUTTON env flag — opt-in environment variable that hides the "Auto-organize all agents" sparkle button from both the desktop FAB and the mobile FAB menu. Set VITE_HIDE_ORGANIZE_BUTTON=1 in your .env to hide the button. Default behavior is unchanged.
Technical Details
Module-level constant HIDE_ORGANIZE_BUTTON in src/packages/client/App.tsx gates both the desktop button render and the canOrganize prop passed to MobileFabMenu.