axios+telemetry cleanup
This commit is contained in:
@@ -43,7 +43,7 @@ import pMap from 'p-map'
|
||||
import { getOriginalCwd, getSessionId } from '../../bootstrap/state.js'
|
||||
import type { Command } from '../../commands.js'
|
||||
import { getOauthConfig } from '../../constants/oauth.js'
|
||||
import { PRODUCT_URL } from '../../constants/product.js'
|
||||
import { VERSION, PRODUCT_URL } from '../../constants/product.js'
|
||||
import type { AppState } from '../../state/AppState.js'
|
||||
import {
|
||||
type Tool,
|
||||
@@ -986,7 +986,7 @@ export const connectToServer = memoize(
|
||||
{
|
||||
name: 'claude-code',
|
||||
title: 'Claude Code',
|
||||
version: MACRO.VERSION ?? 'unknown',
|
||||
version: VERSION ?? 'unknown',
|
||||
description: "Anthropic's agentic coding tool",
|
||||
websiteUrl: PRODUCT_URL,
|
||||
},
|
||||
@@ -3281,7 +3281,7 @@ export async function setupSdkMcpClients(
|
||||
{
|
||||
name: 'claude-code',
|
||||
title: 'Claude Code',
|
||||
version: MACRO.VERSION ?? 'unknown',
|
||||
version: VERSION ?? 'unknown',
|
||||
description: "Anthropic's agentic coding tool",
|
||||
websiteUrl: PRODUCT_URL,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user