You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core): unify User-Agent into single source (EasyCode brand)
Add core/utils/userAgent.ts as the single source of truth for the client User-Agent, formatted as EasyCode/<client>/<version> (<platform>; <arch>). VSCode vs CLI is detected from the CLI_VERSION 'VSCode-' prefix.
Replace all scattered/inconsistent UA strings (DeepVCode, GeminiCLI, DeepCode CLI, DeepCode-CLI/1.0.0, DeepV-Code-Agent) across proxyAuth, authServer, authenticatedHttpClient, serverConfig, contentGenerator, pptGenerateTool and binaryManager. Also remove dead httpOptions in contentGenerator.
Note: server-side UA recognition/stats must switch from DeepVCode to EasyCode accordingly.
0 commit comments