From aa5d911c365129cdbbc0479af466bee70fbc91c1 Mon Sep 17 00:00:00 2001 From: "buf0-bot[bot]" <252831055+buf0-bot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 01:49:27 -0700 Subject: [PATCH] fix: address pr-bug-scan validated finding from #3583 (#3856) Removed duplicate 'openclaude' entry at index 3 of MOBILE_TUI_AGENT_AUTO_PICK_ORDER so mobile pickers no longer render two OpenClaude rows or emit duplicate-key warnings. Co-authored-by: orca-bug-scan-bot Co-authored-by: Neil <4138956+nwparker@users.noreply.github.com> --- mobile/src/tasks/mobile-tui-agents.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/src/tasks/mobile-tui-agents.ts b/mobile/src/tasks/mobile-tui-agents.ts index 06424ff49..36608042e 100644 --- a/mobile/src/tasks/mobile-tui-agents.ts +++ b/mobile/src/tasks/mobile-tui-agents.ts @@ -7,7 +7,6 @@ export const MOBILE_TUI_AGENT_AUTO_PICK_ORDER = [ 'claude', 'openclaude', 'codex', - 'openclaude', 'grok', 'copilot', 'opencode',