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: apps/web/src/i18n/locales/en.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1223,13 +1223,13 @@
1223
1223
"confirmReset": "Are you sure you want to reset all tool approval rules to their default state?",
1224
1224
"resetWarningExtra": "Custom bypass and review rules will be lost.",
1225
1225
"title": "Tool Call Approval",
1226
-
"intro": "Require approval before the bot modifies filesor runs commands. Configure rules for each tool below. Bypass patterns auto-approve; must-review patterns force approval.",
1226
+
"intro": "Require approval before the bot reads files, changes files, or runs commands. Configure rules for each operation below. Bypass patterns auto-approve; must-review patterns force approval.",
1227
1227
"tools": {
1228
-
"write": "Create new files inside the container",
1229
-
"edit": "Modify existing filesinside the container",
1228
+
"read": "Read files and list directories inside the workspace",
1229
+
"write": "Write files, edit files, and apply patches inside the workspace",
1230
1230
"exec": "Execute shell commands inside the container"
1231
1231
},
1232
-
"toolDisabledHint": "Approval is currently off for this tool. The rules below take effect only after enabling the switch.",
1232
+
"toolDisabledHint": "Approval is currently off for this operation. The rules below take effect only after enabling the switch.",
1233
1233
"bypass": "Bypass (allow list)",
1234
1234
"bypassHint": "Calls matching any of these patterns are auto-approved without prompting.",
1235
1235
"mustReview": "Must review (deny list)",
@@ -1881,7 +1881,7 @@
1881
1881
"desktopEnabled": "Desktop",
1882
1882
"desktopEnabledDescription": "Enable the VNC desktop. Memoh will automatically provision Debian/Ubuntu or Alpine workspaces if missing.",
1883
1883
"toolApproval": "Tool Call Approval",
1884
-
"toolApprovalDescription": "Require human approval for sensitive write, edit, and exec tool calls, with bypass templates for safe paths or commands.",
1884
+
"toolApprovalDescription": "Require human approval for read, write, and exec operations, with bypass templates for safe paths or commands.",
0 commit comments