Skip to content

StartSessionScreen's "Default" permission mode has no explanatory copy, unlike its "Allow all" sibling #202

Description

@aasis21

Symptom. The permission-mode toggle offers "Default" and "Allow all"; only "Allow all" gets an explanatory hint ("Grants full permissions: tools, file paths, and URLs run without confirmation."). "Default" — the option selected out of the box — has zero copy explaining what it actually does (normal per-action approval prompts).

Why it matters. A first-time user starting a session has no idea what the default behavior will be, while being clearly warned about the alternative — asymmetric information right before an important decision.

Source. mobile/src/ui/screens/StartSessionScreen.tsx (start-mode-hint paragraph is only rendered when mode === 'allow-all').

Direction. Always render a one-line description for whichever mode is selected (or show both modes' captions statically), so "Default" isn't left unexplained.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions