From 8d1ac3c49952720fcaa6a19791c9d519e4b42c90 Mon Sep 17 00:00:00 2001 From: qer Date: Thu, 30 Jul 2026 15:07:46 +0800 Subject: [PATCH] fix(vscode): reword the sign-in waiting message to authentication --- .changeset/vscode-login-waiting-wording.md | 5 +++++ apps/vscode/webview-ui/src/components/LoginScreen.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/vscode-login-waiting-wording.md diff --git a/.changeset/vscode-login-waiting-wording.md b/.changeset/vscode-login-waiting-wording.md new file mode 100644 index 0000000000..e93bd1f45f --- /dev/null +++ b/.changeset/vscode-login-waiting-wording.md @@ -0,0 +1,5 @@ +--- +"kimi-code": patch +--- + +Reword the sign-in waiting message from "Waiting for authorization" to "Waiting for authentication". diff --git a/apps/vscode/webview-ui/src/components/LoginScreen.tsx b/apps/vscode/webview-ui/src/components/LoginScreen.tsx index f572abc7ee..07fff46b45 100644 --- a/apps/vscode/webview-ui/src/components/LoginScreen.tsx +++ b/apps/vscode/webview-ui/src/components/LoginScreen.tsx @@ -89,7 +89,7 @@ export function LoginScreen({ onLoginSuccess, onSkip }: LoginScreenProps) {
- Waiting for authorization... + Waiting for authentication...

A browser window should open automatically. Complete the sign-in process there.