Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get() string
Get returns the user agent string for pup CLI with optional AI agent detection.
Format without agent:
pup/v0.1.0 (go go1.25.0; os darwin; arch arm64)
Format with agent:
pup/v0.1.0 (go go1.25.0; os darwin; arch arm64; ai-agent claude-code)
AI agents are detected via environment variables:
- CLAUDECODE=1 or CLAUDE_CODE=1 → adds "ai-agent claude-code"
- CURSOR_AGENT=true or CURSOR_AGENT=1 → adds "ai-agent cursor"
If multiple agents are detected, CLAUDECODE takes precedence.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.