Skip to content

fix(ui): permission mode select + remove notification stub#190

Merged
harshitsinghbhandari merged 1 commit into
mainfrom
fix/issues-186-188
Jun 11, 2026
Merged

fix(ui): permission mode select + remove notification stub#190
harshitsinghbhandari merged 1 commit into
mainfrom
fix/issues-186-188

Conversation

@harshitsinghbhandari

Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • Open project settings; confirm "Permission mode" dropdown appears in the Agents card with four choices.
  • Select a mode, save, reload — confirm the value persists (round-trips via API).
  • Confirm no bell/notification button appears in the session topbar or dashboard header.
  • pnpm tsc --noEmit — no type errors.

Closes #186
Closes #188

- Replace free-text AgentConfig.permissions field with a Select showing
  the four valid modes (default, accept-edits, auto, bypass-permissions)
  so users can't enter invalid strings (#186).
- Delete the non-functional Notifications bell button from Topbar and
  DashboardTopbar; remove the now-unused Bell import (#188).

Closes #186
Closes #188

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

harshitsinghbhandari has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@harshitsinghbhandari harshitsinghbhandari merged commit a5d034a into main Jun 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete the notification button stub near the Open Kanban button Permission mode setting should use a select/options UI, not a free-text input

1 participant