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

Function TestMatchAgentProfile_Cline

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

Source from the content-addressed store, hash-verified

333}
334
335func TestMatchAgentProfile_Cline(t *testing.T) {
336 p := MatchAgentProfile("cline/3.18.1 (vscode)")
337 if p.Name != "cline" {
338 t.Errorf("expected cline, got %s", p.Name)
339 }
340}
341
342func TestMatchAgentProfile_Cursor(t *testing.T) {
343 p := MatchAgentProfile("cursor/0.44.0 (macOS 14.0; aarch64)")

Callers

nothing calls this directly

Calls 1

MatchAgentProfileFunction · 0.85

Tested by

no test coverage detected