We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7438d commit 018b45dCopy full SHA for 018b45d
1 file changed
cmd/server/server_test.go
@@ -48,7 +48,7 @@ func TestParseAgentType(t *testing.T) {
48
want: AgentTypeGemini,
49
},
50
{
51
- firstArg: "cursor",
+ firstArg: "cursor-agent",
52
agentTypeVar: "",
53
want: AgentTypeCursor,
54
@@ -89,7 +89,7 @@ func TestParseAgentType(t *testing.T) {
89
90
91
firstArg: "claude",
92
- agentTypeVar: "cursor",
+ agentTypeVar: "cursor-agent",
93
94
95
0 commit comments