Default Claude Code integration to off
This commit is contained in:
parent
573cec4a75
commit
eb6caa5ce5
3 changed files with 47 additions and 3 deletions
|
|
@ -1354,7 +1354,7 @@ final class TerminalSurface: Identifiable, ObservableObject {
|
|||
env["CMUX_PORT_RANGE"] = String(Self.sessionPortRangeSize)
|
||||
}
|
||||
|
||||
let claudeHooksEnabled = UserDefaults.standard.object(forKey: "claudeCodeHooksEnabled") as? Bool ?? true
|
||||
let claudeHooksEnabled = ClaudeCodeIntegrationSettings.hooksEnabled()
|
||||
if !claudeHooksEnabled {
|
||||
env["CMUX_CLAUDE_HOOKS_DISABLED"] = "1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue