mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-24 04:52:43 -07:00
fix(workspaces): disable folder trust and auto-updates on remote worker
This commit is contained in:
@@ -310,7 +310,13 @@ and full builds) to a dedicated, high-performance GCP worker.
|
||||
security: {
|
||||
auth: {
|
||||
selectedType: authStrategy
|
||||
},
|
||||
folderTrust: {
|
||||
enabled: false
|
||||
}
|
||||
},
|
||||
general: {
|
||||
enableAutoUpdate: false
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user