diff --git a/src/renderer/src/stores/useSettingsStore.ts b/src/renderer/src/stores/useSettingsStore.ts index 8209ca62f..9b2ddec56 100644 --- a/src/renderer/src/stores/useSettingsStore.ts +++ b/src/renderer/src/stores/useSettingsStore.ts @@ -112,7 +112,13 @@ const DEFAULT_SETTINGS: AppSettings = { updateChannel: 'stable', initialSetupComplete: false, commandFilter: { - allowlist: ['edit: **', 'write: **'], + allowlist: [ + 'edit: **', + 'write: **', + 'read: **', + 'grep: ** in **', + 'glob: **' + ], blocklist: [ 'bash: rm -rf *', 'bash: sudo rm *',