// Package version provides the fallback Claude Code client version used when // no sniffed profile is available. This constant is shared between the upstream // proxy client and the rate limit usage poller. package version // ClaudeCodeFallback is the Claude Code CLI version string used as a fallback // when no real version is obtained from sniffing. const ClaudeCodeFallback = "2.1.92"