Skip to content

Commit 2d11f06

Browse files
committed
feat: add Qoder IDE environment variable support
Add __CFBundleIdentifier=com.qoder.ide as an unstable variable for Qoder IDE detection until a better identifier is available. Change-Id: I8d6d45638d9b0dd862fb8f315f12ce9809a6699a Co-developed-by: Cursor <noreply@cursor.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent bee1ab6 commit 2d11f06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/exec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const envConfigs: [string, string][] = [
1414
['GEMINI_CLI=1', 'Gemini <noreply@developers.google.com>'],
1515
// Check env variables for IDEs
1616
['VSCODE_BRAND=Qoder', 'Qoder <noreply@qoder.com>'],
17+
['__CFBundleIdentifier=com.qoder.ide', 'Qoder <noreply@qoder.com>'], // Use this unstable variable until Qoder has a better one
1718
['CURSOR_TRACE_ID=*', 'Cursor <noreply@cursor.com>'],
1819
];
1920

0 commit comments

Comments
 (0)