We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964b141 commit 5a39f63Copy full SHA for 5a39f63
scripts/powershell/update-agent-context.ps1
@@ -387,6 +387,7 @@ function Update-SpecificAgent {
387
'amp' { Update-AgentFile -TargetFile $AMP_FILE -AgentName 'Amp' }
388
'shai' { Update-AgentFile -TargetFile $SHAI_FILE -AgentName 'SHAI' }
389
'q' { Update-AgentFile -TargetFile $Q_FILE -AgentName 'Amazon Q Developer CLI' }
390
+ 'bob' { Update-AgentFile -TargetFile $BOB_FILE -AgentName 'IBM Bob' }
391
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 }
392
}
393
0 commit comments