We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694de56 commit bf6d9e8Copy full SHA for bf6d9e8
1 file changed
scripts/powershell/update-agent-context.ps1
@@ -25,7 +25,7 @@ Relies on common helper functions in common.ps1
25
#>
26
param(
27
[Parameter(Position=0)]
28
- [ValidateSet('claude','gemini','copilot','cursor-agent','qwen','opencode','codex','windsurf','kilocode','auggie','roo','codebuddy','qoder,'amp','shai','q')]
+ [ValidateSet('claude','gemini','copilot','cursor-agent','qwen','opencode','codex','windsurf','kilocode','auggie','roo','codebuddy','qoder','amp','shai','q')]
29
[string]$AgentType
30
)
31
0 commit comments