feat(desktop): show skill issue when snapshotting is off#16432
Merged
Hona merged 1 commit intoanomalyco:devfrom Mar 7, 2026
Merged
feat(desktop): show skill issue when snapshotting is off#16432Hona merged 1 commit intoanomalyco:devfrom
Hona merged 1 commit intoanomalyco:devfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the session review UI to show a more specific empty state when session diffs are unavailable due to snapshot tracking being disabled, and reuses the same condition in the desktop side review/files pane.
Changes:
- Add snapshot-disabled logic to the session review empty-state key selection.
- Reuse the snapshot-aware empty-state selection in the desktop side panel “changes” file tree.
- Add an English i18n string for the snapshot-disabled empty state.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/app/src/pages/session/session-side-panel.tsx | Adds snapshot-aware empty-state key selection for the side panel “changes” tab. |
| packages/app/src/pages/session.tsx | Updates review empty-state key selection to handle snapshot-disabled config. |
| packages/app/src/i18n/en.ts | Adds session.review.noSnapshot English copy. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "session.review.loadingChanges": "Loading changes...", | ||
| "session.review.empty": "No changes in this session yet", | ||
| "session.review.noVcs": "No Git Version Control System detected, changes not displayed", | ||
| "session.review.noSnapshot": "Snapshot tracking is disabled in config, so session changes are unavailable", |
There was a problem hiding this comment.
The new English copy reads a bit awkwardly (“disabled in config”). Consider rephrasing to “disabled in your config” (or naming the file, e.g., “opencode.json”) for clearer, more natural wording.
Suggested change
| "session.review.noSnapshot": "Snapshot tracking is disabled in config, so session changes are unavailable", | |
| "session.review.noSnapshot": "Snapshot tracking is disabled in your config, so session changes are unavailable", |
manno23
pushed a commit
to manno23/opencode
that referenced
this pull request
Mar 12, 2026
demostanis
pushed a commit
to demostanis/opencode
that referenced
this pull request
Mar 19, 2026
demostanis
pushed a commit
to demostanis/opencode
that referenced
this pull request
Mar 20, 2026
balcsida
pushed a commit
to balcsida/opencode
that referenced
this pull request
Mar 24, 2026
balcsida
pushed a commit
to balcsida/opencode
that referenced
this pull request
Apr 8, 2026
RobertWsp
pushed a commit
to RobertWsp/opencode
that referenced
this pull request
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if its ur fault it will show
if its working you will see