Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 1bc51b4

Browse files
fix: update default editor name from "opencode" to "Kilo CLI"
1 parent 56dfbcb commit 1bc51b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/kilo-gateway/src/api/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const HEADER_TESTER = "X-KILOCODE-TESTER"
5252
export const HEADER_EDITORNAME = "X-KILOCODE-EDITORNAME"
5353

5454
/** Default editor name value */
55-
export const DEFAULT_EDITOR_NAME = "opencode"
55+
export const DEFAULT_EDITOR_NAME = "Kilo CLI"
5656

5757
/** Environment variable name for custom editor name */
5858
export const ENV_EDITOR_NAME = "KILOCODE_EDITOR_NAME"

0 commit comments

Comments
 (0)