From 5a39f63d1e2e654018d6e9f31b31d0673853d9b4 Mon Sep 17 00:00:00 2001 From: "pengjiahan.pjh" Date: Mon, 1 Dec 2025 21:52:07 +0800 Subject: [PATCH] fix:merge --- scripts/powershell/update-agent-context.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/powershell/update-agent-context.ps1 b/scripts/powershell/update-agent-context.ps1 index 365a8743..ffdab4bd 100644 --- a/scripts/powershell/update-agent-context.ps1 +++ b/scripts/powershell/update-agent-context.ps1 @@ -387,6 +387,7 @@ function Update-SpecificAgent { 'amp' { Update-AgentFile -TargetFile $AMP_FILE -AgentName 'Amp' } 'shai' { Update-AgentFile -TargetFile $SHAI_FILE -AgentName 'SHAI' } 'q' { Update-AgentFile -TargetFile $Q_FILE -AgentName 'Amazon Q Developer CLI' } + 'bob' { Update-AgentFile -TargetFile $BOB_FILE -AgentName 'IBM Bob' } default { Write-Err "Unknown agent type '$Type'"; Write-Err 'Expected: claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|roo|codebuddy|amp|shai|q|bob|qoder'; return $false } } }