We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29cb51 commit 965fdefCopy full SHA for 965fdef
1 file changed
src/telemetry/ClearcutLogger.ts
@@ -74,10 +74,8 @@ export class ClearcutLogger {
74
} else if (lowerName.includes('openclaw')) {
75
this.#mcpClient = McpClient.MCP_CLIENT_OPENCLAW;
76
} else if (lowerName.includes('codex')) {
77
- // "codex-mcp-client" is the client name from Codex CLI.
78
this.#mcpClient = McpClient.MCP_CLIENT_CODEX;
79
} else if (lowerName.includes('antigravity')) {
80
- // "antigravity-client" is the client name from antigravity.
81
this.#mcpClient = McpClient.MCP_CLIENT_ANTIGRAVITY;
82
} else {
83
this.#mcpClient = McpClient.MCP_CLIENT_OTHER;
0 commit comments