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

Commit cedd70a

Browse files
Merge pull request #301 from Kilo-Org/fix/editor-name-kilo-cli
fix: update default editor name to "Kilo CLI"
2 parents 56dfbcb + 1bc51b4 commit cedd70a

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)