inbox manages notifications and read state.
Notifications are central to review and issue workflows, and users need a provider-neutral way to scan and clear them.
Use inbox to list unread work or mark notifications as read.
Use a token that can read notifications. Notification state is account-scoped,
so mark-read affects what the active provider account sees, not just the
current terminal session.
gitfleet inbox listgitfleet inbox list --repo owner/repositorygitfleet inbox mark-read --repo owner/repository --yes
GitHub and GitLab both expose notification support.
Marking notifications as read mutates notification state and requires
confirmation or --yes.
Use --json for notification dashboards.
See issue, change, review, and discussion.