Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .opencode/worktree-session-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"ses_46ba2f84effe4l1eoBWyYUSSox": {
"sessionId": "ses_46ba2f84effe4l1eoBWyYUSSox",
"createdAt": 1767720683481
},
"ses_464e51423ffeWTlQdvv79ZZB7q": {
"sessionId": "ses_464e51423ffeWTlQdvv79ZZB7q",
"createdAt": 1767833791500
}
}
}
Comment on lines 23 to 32
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

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

This file appears to be an internal session state file that should not be committed to the repository. It contains session-specific data that changes frequently and is not part of the application code. Consider adding this file to .gitignore if it isn't already.

Copilot uses AI. Check for mistakes.
22 changes: 15 additions & 7 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"action-disable-emulator": "Blocked - emulator disabled",
"action-disable-device": "Blocked - device updates disabled",
"action-disable-platform-android": "Blocked - Android platform disabled",
"action-disable-platform-electron": "Blocked - Electron platform disabled",
"action-disable-platform-ios": "Blocked - iOS platform disabled",
"action-download-10": "Download progress 10%",
"action-download-20": "Download progress 20%",
Expand Down Expand Up @@ -439,11 +440,13 @@
"channel-not-compatible-with-android": "This channel does not support Android.",
"channel-not-compatible-with-channel": "Bundle not compatible with channel",
"channel-not-compatible-with-channel-description": "You can check compatibility with (%)",
"channel-not-compatible-with-electron": "This channel does not support Electron.",
"channel-not-compatible-with-ios": "This channel does not support iOS.",
"channel-not-found": "Channel not found",
"channel-not-found-description": "This channel could not be found. It might have been deleted or you might not have access to it.",
"channel-platform-android": "Android only",
"channel-platform-both": "iOS & Android",
"channel-platform-both": "iOS & Android & Electron",
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

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

The translation key "channel-platform-both" was changed from "iOS & Android" to "iOS & Android & Electron". This is potentially a breaking change if this key is used to represent channels that support both iOS and Android but not necessarily Electron. Consider either keeping the original translation and adding a new "channel-platform-all" key for three-platform support, or ensure all places using this key are updated to handle the three-platform scenario appropriately.

Suggested change
"channel-platform-both": "iOS & Android & Electron",
"channel-platform-both": "iOS & Android",
"channel-platform-all": "iOS & Android & Electron",

Copilot uses AI. Check for mistakes.
"channel-platform-electron": "Electron only",
"channel-platform-ios": "iOS only",
"channel-progressive-deploy": "Enable progressive deploy",
"channels": "Channels",
Expand Down Expand Up @@ -619,20 +622,23 @@
"default-download-channel-conflict": "Multiple defaults overlap the same platform. Update the selection to keep updates consistent.",
"default-download-channel-dialog-info": "Pick which channels should serve updates for each platform.",
"default-download-channel-doc-link": "Read the channel defaults guide",
"default-download-channel-electron-only-desc": "These channels currently deliver updates only to Electron apps.",
"default-download-channel-electron-only-empty": "No Electron-only channels yet.",
"default-download-channel-electron-only-title": "Electron-only channels",
"default-download-channel-empty": "No default download channel yet",
"default-download-channel-help": "These channels deliver updates to devices. Prefer a single channel that supports both platforms.",
"default-download-channel-help": "These channels deliver updates to devices. Prefer a single channel that supports all platforms.",
"default-download-channel-ios-only-desc": "These channels currently deliver updates only to iOS devices.",
"default-download-channel-ios-only-empty": "No iOS-only channels yet.",
"default-download-channel-ios-only-title": "iOS-only channels",
"default-download-channel-more": "Search to pick other channels.",
"default-download-channel-no-results": "No channels match your search.",
"default-download-channel-no-unified": "No channel currently supports both platforms.",
"default-download-channel-no-unified": "No channel currently supports all platforms.",
"default-download-channel-search-placeholder": "Search channels...",
"default-download-channel-split-desc": "Need different defaults? Toggle off to split by platform.",
"default-download-channel-split-unavailable": "No single-platform channels available yet.",
"default-download-channel-unified-hint": "Only channels that support both iOS and Android appear here.",
"default-download-channel-use-unified": "Use one channel for iOS & Android",
"default-download-channel-use-unified-desc": "Recommended. Devices on both platforms receive updates from the same channel.",
"default-download-channel-unified-hint": "Only channels that support iOS, Android, and Electron appear here.",
"default-download-channel-use-unified": "Use one channel for all platforms",
"default-download-channel-use-unified-desc": "Recommended. Devices on all platforms receive updates from the same channel.",
"default-upload-channel": "Default upload channel",
"default-upload-channel-more": "Search to pick other channels.",
"default-upload-channel-no-results": "No channels match your search.",
Expand Down Expand Up @@ -1054,6 +1060,7 @@
"plans-super-only": "Only super admins are allowed to view plans and billing",
"platform": "Platform",
"platform-android": "Android",
"platform-electron": "Electron",
"platform-ios": "iOS",
"public-key-prefix": "Public key (first 4 chars)",
"cli-version": "CLI version",
Expand All @@ -1063,8 +1070,9 @@
"please-fill-the-captcha": "Please solve the captcha",
"please-select-channel": "Please select channel",
"please-select-channel-android": "Please select the default channel for Android.",
"please-select-channel-electron": "Please select the default channel for Electron.",
"please-select-channel-ios": "Please select the default channel for iOS.",
"please-select-combined-channel": "Please select the channel to use for both iOS and Android.",
"please-select-combined-channel": "Please select the channel to use for all platforms.",
"please-select-key-type": "please select apikey type",
"please-select-permission": "Please select a permission",
"please-select-user": "Please select a user",
Expand Down
1 change: 1 addition & 0 deletions planetscale/schema_replicate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ CREATE TABLE public.channels (
disable_auto_update_under_native boolean DEFAULT true NOT NULL,
ios boolean DEFAULT true NOT NULL,
android boolean DEFAULT true NOT NULL,
electron boolean DEFAULT true NOT NULL,
allow_device_self_set boolean DEFAULT false NOT NULL,
allow_emulator boolean DEFAULT true NOT NULL,
allow_dev boolean DEFAULT true NOT NULL,
Expand Down
Loading