Skip to content

Commit 965fdef

Browse files
committed
chore: handling more client name enums.
1 parent a29cb51 commit 965fdef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/telemetry/ClearcutLogger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ export class ClearcutLogger {
7474
} else if (lowerName.includes('openclaw')) {
7575
this.#mcpClient = McpClient.MCP_CLIENT_OPENCLAW;
7676
} else if (lowerName.includes('codex')) {
77-
// "codex-mcp-client" is the client name from Codex CLI.
7877
this.#mcpClient = McpClient.MCP_CLIENT_CODEX;
7978
} else if (lowerName.includes('antigravity')) {
80-
// "antigravity-client" is the client name from antigravity.
8179
this.#mcpClient = McpClient.MCP_CLIENT_ANTIGRAVITY;
8280
} else {
8381
this.#mcpClient = McpClient.MCP_CLIENT_OTHER;

0 commit comments

Comments
 (0)