Skip to content

Commit 5a39f63

Browse files
author
pengjiahan.pjh
committed
fix:merge
1 parent 964b141 commit 5a39f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/powershell/update-agent-context.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ function Update-SpecificAgent {
387387
'amp' { Update-AgentFile -TargetFile $AMP_FILE -AgentName 'Amp' }
388388
'shai' { Update-AgentFile -TargetFile $SHAI_FILE -AgentName 'SHAI' }
389389
'q' { Update-AgentFile -TargetFile $Q_FILE -AgentName 'Amazon Q Developer CLI' }
390+
'bob' { Update-AgentFile -TargetFile $BOB_FILE -AgentName 'IBM Bob' }
390391
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 }
391392
}
392393
}

0 commit comments

Comments
 (0)