feat: add codex review failover and suppress output hardening

This commit is contained in:
Eyejoker
2026-03-28 05:40:38 +09:00
parent d1c693fb17
commit ba9f6871b6
49 changed files with 3884 additions and 1763 deletions

View File

@@ -15,6 +15,7 @@ export async function startStatusDashboard(
): Promise<void> {
await startUnifiedDashboard({
assistantName: opts.assistantName,
serviceId: opts.serviceAgentType === 'codex' ? 'codex-main' : 'claude',
serviceAgentType: opts.serviceAgentType || 'claude-code',
statusChannelId: opts.statusChannelId,
statusUpdateInterval: opts.statusUpdateInterval,