Add FolderTrustDialog that shows on launch and enables folderTrust setting (#5815)

This commit is contained in:
shrutip90 2025-08-08 11:02:27 -07:00 committed by GitHub
parent 3af4913ef3
commit 34b5dc7f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 244 additions and 1 deletions

View file

@ -486,8 +486,8 @@ export async function loadCliConfig(
ideModeFeature,
chatCompression: settings.chatCompression,
folderTrustFeature,
interactive,
folderTrust,
interactive,
});
}