Skip to content
Open
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
8 changes: 8 additions & 0 deletions resources/skills/preinstalled-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
"ref": "main",
"version": "main",
"autoEnable": true
},
{
"slug": "mmx-cli",
"repo": "MiniMax-AI/cli",
"repoPath": "skill",
"ref": "main",
"version": "main",
Comment on lines +68 to +72

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Badge Remove unintended preinstalled skill from i18n-only change

This patch is scoped to Japanese locale keys, but it also adds a new mmx-cli entry to the preinstalled skills manifest, which changes product behavior by bundling and deploying another third-party skill for users. Because preinstalled skills are installed on startup and can be auto-enabled (ensurePreinstalledSkillsInstalled in electron/utils/skill-config.ts), this introduces an unrelated runtime change in a localization fix and should be split out (or reverted) to avoid shipping unexpected functionality.

Useful? React with 👍 / 👎.

"autoEnable": true
}
]
}
3 changes: 3 additions & 0 deletions src/i18n/locales/ja/cron.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
"deliveryModeAnnounce": "外部チャンネル",
"deliveryModeAnnounceDesc": "最終結果を設定済みチャンネルへ送信します。",
"deliveryChannel": "チャンネル",
"channelUnsupportedTag": "未対応",
"deliveryAccount": "送信アカウント",
"selectDeliveryAccount": "アカウントを選択",
"deliveryAccountDesc": "Channels ページと同じ設定済みアカウント一覧を使います。",
"selectChannel": "チャンネルを選択",
"deliveryChannelUnsupported": "{{channel}} は現在、スケジュールされた送信配信に対応していません。",
"deliveryDefaultAccountHint": "このチャンネルの既定アカウントを使います: {{account}}",
"deliveryTarget": "送信先",
"selectDeliveryTarget": "送信先を選択",
Expand Down Expand Up @@ -97,6 +99,7 @@
"nameRequired": "タスク名を入力してください",
"messageRequired": "メッセージを入力してください",
"channelRequired": "チャンネルを選択してください",
"deliveryChannelUnsupported": "{{channel}} はまだスケジュール配信に対応していません",
"deliveryTargetRequired": "送信先を入力してください",
"deliveryTargetResolved": "送信先を解決しました",
"failedLoadDeliveryTargets": "送信先の読み込みに失敗しました",
Expand Down
5 changes: 4 additions & 1 deletion src/i18n/locales/ja/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"apikeyMode": "APIキー",
"loginPrompt": "このプロバイダーはブラウザからのサインインが必要です。",
"loginButton": "ブラウザでログイン",
"getApiKey": "APIキーを取得",
"waiting": "待機中...",
"openLoginPage": "ログインページを開く",
"waitingApproval": "ブラウザの承認を待っています...",
Expand Down Expand Up @@ -206,7 +207,9 @@
}
},
"devMode": "開発者モード",
"devModeDesc": "開発者ツールとショートカットを表示"
"devModeDesc": "開発者ツールとショートカットを表示",
"telemetry": "匿名使用データ",
"telemetryDesc": "ClawXの改善のため、匿名の基本的な使用データの提供を許可する"
},
"developer": {
"title": "開発者",
Expand Down
Loading