chore(orbit): default auto-approve to off for new sessions

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-24 18:03:03 +02:00
parent e6cb27bf3b
commit 728b8f6315
+2 -1
View File
@@ -124,7 +124,8 @@ export interface OrbitSettings {
} }
export const ORBIT_DEFAULT_SETTINGS: OrbitSettings = { export const ORBIT_DEFAULT_SETTINGS: OrbitSettings = {
autoApprove: true, // Off by default — host decides per suggestion via the approval list.
autoApprove: false,
autoShuffle: true, autoShuffle: true,
shuffleIntervalMin: 15, shuffleIntervalMin: 15,
}; };