Skip to content

v1.111.1

Choose a tag to compare

@MarkEhr MarkEhr released this 04 Jun 20:54
· 11 commits to master since this release

What's New

Added

  • 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.
  • New entry documented in .env.example.