We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef4d7d + ae859b5 commit 25d1951Copy full SHA for 25d1951
1 file changed
src/platform.ts
@@ -7,5 +7,5 @@
7
* side of that check.
8
*/
9
export function detectPlatform(): "kiloclaw" | "openclaw" {
10
- return process.env.KILOCLAW_INTERNAL_API_SECRET ? "kiloclaw" : "openclaw";
+ return process.env.KILOCODE_FEATURE === "kiloclaw" ? "kiloclaw" : "openclaw";
11
}
0 commit comments