Review local changes
Inspect the local Git diff, branch, and pull-request status for a Sesori session.
Sesori can show the local files changed during a Git-backed session. Use this view to understand the assistant's work before you commit, push, or merge it from your normal development workflow.
Open File Changes
Open a session and select File Changes. The summary shows the number of changed files, additions, and deletions. Expand a file to inspect its diff.
Sesori can label a file when:
It is binary and has no text diff.
The diff is too large to display.
The Bridge could not read it.
Retry after the Bridge reconnects if the view fails to load.
Understand the baseline
File Changes is a local Git diff supplied by the Bridge. It is independent of which assistant created the session.
A dedicated workspace uses its worktree and branch as the session context.
A session in the main project folder can include changes made by other tools or sessions in that same checkout.
A non-Git project, or a repository without an initial commit, has no reliable Git baseline and may not offer a diff.
Branch and pull-request status
Session rows can show the current branch and linked pull-request status when the Bridge can detect them. Sesori refreshes that status while you view a project; a Bridge setting controls the refresh interval.
Sesori currently monitors this Git and GitHub state. It does not commit, push, open, approve, or merge a pull request for you.
Before you finish
On your computer:
Review the full working tree with your normal Git tools.
Run the project's tests, linting, and build checks.
Inspect any security- or data-sensitive change outside the mobile summary.
Commit, push, and open or merge the pull request through your normal workflow.
For dedicated sessions, decide whether to keep or remove the worktree when deleting the session. Sesori never deletes the branch automatically.
Last updated
Was this helpful?