Skip to content

Commit 3d9803a

Browse files
rename agent_type 'acp' to 'acp-claude' for consistency
Aligns naming with 'acp-codex': both now follow the acp-{provider} pattern, making the agent type self-documenting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dfef936 commit 3d9803a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-eval.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ on:
102102
agent_type:
103103
description: >-
104104
Agent type: 'default' for standard Agent,
105-
'acp' for ACPAgent with Claude Code,
105+
'acp-claude' for ACPAgent with Claude Code,
106106
'acp-codex' for ACPAgent with Codex.
107107
required: false
108108
default: default
109109
type: choice
110110
options:
111111
- default
112-
- acp
112+
- acp-claude
113113
- acp-codex
114114

115115

0 commit comments

Comments
 (0)