agent-gui / data /frontend /src /featureFlags.ts
introvoyz041's picture
Migrated from GitHub
c453128 verified
Raw
History Blame Contribute Delete
312 Bytes
/** Build-time UI feature flags. Flip and rebuild to toggle. */
// In-app profile creation ("+ New profile" / "Create new") is disabled for now —
// profiles are created via the install_profile.sh setup script instead. Set to
// true to bring the create flow back.
export const ENABLE_PROFILE_CREATE = false;