You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(English) VS Code extension that reads your Git diff and auto-fills the SCM commit box with a generated message. Works in Japanese/English. API keys stay in local SecretStorage; nothing is sent to the server side.
(English) AI commit message generator that reads your Git diff and auto-fills the SCM commit box (BYOK). Works in Japanese/English. API keys stay in local SecretStorage; nothing is sent to the server side.
6
6
SecretStorage は VS Code が提供するローカル暗号化ストレージで、APIキーはPCをまたいで同期されません(Settings Sync も無効)。API キーはこの領域からのみ読み書きします。
7
7
(English) SecretStorage is VS Code’s local encrypted store; API keys are not synced across machines (Settings Sync disabled) and are read/written only from there.
Copy file name to clipboardExpand all lines: package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "commit-maker",
3
3
"displayName": "Commit Maker – コミットメーカー",
4
-
"description": "Git の差分を読み込んでコミットメッセージを自動生成し、SCM 入力欄へ反映します。Commit message generator for Git diff that fills the SCM input automatically.",
4
+
"description": "Git の差分から AI でコミットメッセージを自動生成し、SCM 入力欄へ反映する BYOK 拡張(コミットメーカー)。AI commit message generator for Git diff that auto-fills the SCM box (BYOK).",
0 commit comments