axios+telemetry cleanup

This commit is contained in:
2026-04-02 15:19:11 +03:00
parent a3cbca1e11
commit 7e1eac8002
100 changed files with 3048 additions and 4491 deletions

View File

@@ -1,4 +1,8 @@
export const PRODUCT_URL = 'https://claude.com/claude-code'
export const VERSION = '0.1.0-alpha'
export const BUILD_TIME = '2026-04-02T10:12:00Z' // Hardcoded for privacy-focused build
export const FEEDBACK_CHANNEL = '#claude-code-feedback'
export const PACKAGE_URL = '@anthropic-ai/claude-code'
// Claude Code Remote session URLs
export const CLAUDE_AI_BASE_URL = 'https://claude.ai'