Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: cursor-agent type
  • Loading branch information
35C4n0r committed Aug 18, 2025
commit 7f7438dfbd338a8a130c4f30bcb68329e84f22d8
2 changes: 1 addition & 1 deletion lib/msgfmt/msgfmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const (
AgentTypeCodex AgentType = "codex"
AgentTypeGemini AgentType = "gemini"
AgentTypeAmp AgentType = "amp"
AgentTypeCursor AgentType = "cursor"
AgentTypeCursor AgentType = "cursor-agent"
AgentTypeCustom AgentType = "custom"
)

Expand Down
Loading