paired: decouple unsafe host mode from fresh reviewer sessions
This commit is contained in:
@@ -227,6 +227,10 @@ export function loadConfig(): AppConfig {
|
||||
'PAIRED_CARRY_FORWARD_LATEST_OWNER_FINAL',
|
||||
false,
|
||||
),
|
||||
forceFreshClaudeReviewerSessionInUnsafeHostMode: readBoolean(
|
||||
'PAIRED_FORCE_FRESH_CLAUDE_REVIEWER_SESSION',
|
||||
false,
|
||||
),
|
||||
agentLanguage: readText('AGENT_LANGUAGE') ?? '',
|
||||
arbiterDeadlockThreshold: readInteger('ARBITER_DEADLOCK_THRESHOLD', 2),
|
||||
maxRoundTrips,
|
||||
|
||||
Reference in New Issue
Block a user