Skip to content

Conversation

@kiloconnect
Copy link
Contributor

@kiloconnect kiloconnect bot commented Jan 8, 2026

Summary

Updated the getting started screen to mention free AI usage credits with access to 500+ AI models including Claude Opus 4.5, GPT-5.2, Gemini 3 Pro.

Files Changed

    • Updated welcome messages with credits and updated model references
    • Changeset for release notes

Testing Notes

  • No additional testing required as this only changes i18n strings
  • Changes are purely cosmetic UI text updates

Built for jobrietbergen by Kilo for Slack

@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

🦋 Changeset detected

Latest commit: c310110

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@kiloconnect
Copy link
Contributor Author

kiloconnect bot commented Jan 8, 2026

Code Review Summary

Status: 1 Issue Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0
Issue Details (click to expand)

WARNING

File Line Issue
webview-ui/src/i18n/locales/en/kilocode.json 3 Trailing space in greeting string - appears unintentional
Files Reviewed (2 files)
  • .changeset/four-lizards-invent.md - No issues
  • webview-ui/src/i18n/locales/en/kilocode.json - 1 issue

Fix these issues in Kilo Cloud

@markijbema markijbema changed the title feat: Add free credits message to getting started screen edit message on getting started screen Jan 8, 2026
- Updated welcome messages with  credits offer
- Updated model references to include Claude Opus 4.5, GPT-5.2, Gemini 3 Pro
- Added intro text about 500+ AI models
@EamonNerbonne EamonNerbonne force-pushed the session/agent_8c6d1bce-ad4a-43eb-ab53-6ac044269a70 branch from 0375fad to c310110 Compare January 8, 2026 13:54
{
"welcome": {
"greeting": "Welcome to Kilo Code!",
"greeting": "Welcome to Kilo Code! ",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Trailing space in greeting string

There's a trailing space added to the greeting: "Welcome to Kilo Code! " (note the space before the closing quote). This appears unintentional and could cause inconsistent spacing in the UI.

Suggested change
"greeting": "Welcome to Kilo Code! ",
"greeting": "Welcome to Kilo Code!",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants