fix(mobile): use Kilo in user-facing copy - #5405
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (8 files)
Previous Review Summary (commit 2350535)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 2350535)Status: No Issues Found | Recommendation: Merge Files Reviewed (8 files)
Reviewed by grok-4.6 · Input: 338.5K · Output: 6.8K · Cached: 65.3K Review guidance: REVIEW.md from base branch |
pandemicsyn
approved these changes
Aug 20, 2026
iscekic
enabled auto-merge (squash)
August 20, 2026 21:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The app now calls itself "Kilo" instead of "Kilo Code". The new name appears on the login
welcome, the consent screen, the account-created message, and lock-screen push notifications.
The login screen no longer shows the "Sign in or create an account" heading above the email field.
Screen readers now announce the email Continue button as "Continue with email".
Every mobile surface that names the product now says "Kilo" instead of "Kilo Code":
the login welcome, the consent card header and intro body, the two consent-revocation alert
messages, the account-created success toast, and the six generic lock-screen push titles. This
is a copy-only rename with no contract, schema, or logic change, so stored data and callers
behave exactly as before. "Kilo" is now the canonical product name, and later copy must match it.
Files
apps/mobile/src/components/login-screen.tsx— welcome text now "Welcome to Kilo".apps/mobile/src/components/consent/consent-card.tsx— header title, intro body, and two consent-revocation alert bodies use "Kilo".apps/mobile/src/lib/auth/use-native-auth.ts— three created-account success toasts say "Account created. Welcome to Kilo."packages/notifications/src/push-presentation.ts— six generic push titles now "Kilo".The login screen removes the redundant "Sign in or create an account" heading above the email
field, and the email Continue button's accessibility label becomes "Continue with email". Screen
readers announce the shorter label while the visible "Continue" text stays. No other behavior
changes.
Files
apps/mobile/src/components/login/idle-auth.tsx— deletes the heading; updates the Continue accessibility label.Tests: 3 test files updated to match the new copy.
Generated: none.
Verification
Three cases ran on iOS.
Kilo Code.Sign in or create an accountheading no longer appears.Continue with emailand keeps the visible labelContinue.Unit tests pass:
apps/mobile5280 tests,services/notifications192 tests.No defects reproduced.
Visual Changes
Signed-out iOS login screen — A user now sees
Welcome to Kiloand the emailContinuebutton. TheSign in or create an accountheading is gone.The screenshot came from the earlier lowercase build, so it shows
Welcome to kilo. The shipped copy isWelcome to Kilo.Reviewer Notes
No human steps are needed.