MCPcopy Index your code
hub / github.com/cli/cli / AgentName

TypeAlias AgentName

internal/agents/detect.go:11–11  ·  view source on GitHub ↗

AgentName is a validated agent identifier safe for use in HTTP headers.

Source from the content-addressed store, hash-verified

9
10// AgentName is a validated agent identifier safe for use in HTTP headers.
11type AgentName string
12
13const (
14 agentAmp AgentName = "amp"

Callers 1

parseAgentNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected