Skip to content

feat(desktop): show skill issue when snapshotting is off#16432

Merged
Hona merged 1 commit intoanomalyco:devfrom
Hona:feat/desktop-snapshot-off-note
Mar 7, 2026
Merged

feat(desktop): show skill issue when snapshotting is off#16432
Hona merged 1 commit intoanomalyco:devfrom
Hona:feat/desktop-snapshot-off-note

Conversation

@Hona
Copy link
Copy Markdown
Member

@Hona Hona commented Mar 7, 2026

if its ur fault it will show

image

if its working you will see

image

@Hona Hona requested a review from adamdotdevin as a code owner March 7, 2026 04:45
Copilot AI review requested due to automatic review settings March 7, 2026 04:45
@Hona Hona enabled auto-merge (squash) March 7, 2026 04:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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",
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

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

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",

Copilot uses AI. Check for mistakes.
@Hona Hona merged commit 1a9af8a into anomalyco:dev Mar 7, 2026
18 checks passed
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
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.

2 participants