axios+telemetry cleanup
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
* import without pulling in auth.ts and its transitive dependency tree.
|
||||
*/
|
||||
|
||||
import { VERSION } from 'src/constants/product.js'
|
||||
|
||||
export function getClaudeCodeUserAgent(): string {
|
||||
return `claude-code/${MACRO.VERSION}`
|
||||
return `claude-code/${VERSION}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user