MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / TestMatchAgentProfile_Cursor

Function TestMatchAgentProfile_Cursor

internal/sessions/transfer_test.go:342–347  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

340}
341
342func TestMatchAgentProfile_Cursor(t *testing.T) {
343 p := MatchAgentProfile("cursor/0.44.0 (macOS 14.0; aarch64)")
344 if p.Name != "cursor" {
345 t.Errorf("expected cursor, got %s", p.Name)
346 }
347}
348
349func TestMatchAgentProfile_Windsurf(t *testing.T) {
350 p := MatchAgentProfile("windsurf/1.2.0 (Linux)")

Callers

nothing calls this directly

Calls 1

MatchAgentProfileFunction · 0.85

Tested by

no test coverage detected