Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/vscode-login-waiting-wording.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kimi-code": patch
---

Reword the sign-in waiting message from "Waiting for authorization" to "Waiting for authentication".
2 changes: 1 addition & 1 deletion apps/vscode/webview-ui/src/components/LoginScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function LoginScreen({ onLoginSuccess, onSkip }: LoginScreenProps) {
<div className="space-y-2">
<div className="inline-flex items-center gap-2 text-blue-500">
<IconLoader2 className="size-5 animate-spin" />
<span className="text-sm font-medium">Waiting for authorization...</span>
<span className="text-sm font-medium">Waiting for authentication...</span>
</div>
<p className="text-xs leading-5 text-muted-foreground text-left">A browser window should open automatically. Complete the sign-in process there.</p>
</div>
Expand Down
Loading