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
Copy file name to clipboardExpand all lines: package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,12 @@
146
146
"maximum": 60,
147
147
"description": "Auto-close timeout for the success message in seconds. Set to 0 to disable auto-close.",
148
148
"order": 10
149
+
},
150
+
"claudeCommit.privacyMode": {
151
+
"type": "boolean",
152
+
"default": false,
153
+
"markdownDescription": "Privacy mode: Restrict temporary prompt file permissions to owner-only (0600). When disabled, uses default permissions (0644). **Note: This option only takes effect on Linux/macOS. On Windows, file permissions are managed by the OS and this setting is ignored.**",
0 commit comments