Skip to content

Commit 7f7438d

Browse files
committed
fix: cursor-agent type
1 parent 54e98c9 commit 7f7438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msgfmt/msgfmt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const (
231231
AgentTypeCodex AgentType = "codex"
232232
AgentTypeGemini AgentType = "gemini"
233233
AgentTypeAmp AgentType = "amp"
234-
AgentTypeCursor AgentType = "cursor"
234+
AgentTypeCursor AgentType = "cursor-agent"
235235
AgentTypeCustom AgentType = "custom"
236236
)
237237

0 commit comments

Comments
 (0)