Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@markijbema
Copy link
Contributor

@markijbema markijbema commented Jan 26, 2026

This PR reverts PR #3405 which added the 'Using Kilo for work?' organization button in the low credit warning.

Changes

  • Reverts the organization button back to the FreeModelsLink component
  • Removes the isOrganization prop from LowCreditWarning
  • Removes the newOrganization translation key from all locale files

Reverts

Before:
CleanShot 2026-01-26 at 18 45 40@2x

After:
CleanShot 2026-01-26 at 18 46 48@2x

Linking to https://kilo.ai/docs/advanced-usage/free-and-budget-models

@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2026

🦋 Changeset detected

Latest commit: 4ff695f

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

This PR includes changesets to release 1 package
Name Type
kilo-code Patch

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

@markijbema markijbema marked this pull request as ready for review January 27, 2026 07:16
@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 27, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR cleanly reverts the "Using Kilo for work?" organization button in the low credit warning and restores the free models link. The changes are straightforward and well-implemented:

  • ✅ Properly removes unused imports (getAppUrl, TelemetryEventName, VSCodeButtonLink, telemetryClient)
  • ✅ Correctly updates component props (removes isOrganization)
  • ✅ Consistently removes newOrganization translation key across all 22 locale files
  • ✅ Uses existing, well-implemented FreeModelsLink component with appropriate telemetry tracking
Files Reviewed (25 files)
  • .changeset/revert-organization-button.md - New changeset
  • webview-ui/src/components/chat/ChatRow.tsx - Removed isOrganization prop
  • webview-ui/src/components/kilocode/chat/LowCreditWarning.tsx - Replaced organization button with FreeModelsLink
  • webview-ui/src/i18n/locales/ar/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/ca/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/cs/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/de/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/en/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/es/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/fr/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/hi/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/id/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/it/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/ja/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/ko/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/nl/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/pl/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/pt-BR/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/ru/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/th/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/tr/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/uk/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/vi/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/zh-CN/kilocode.json - Removed translation key
  • webview-ui/src/i18n/locales/zh-TW/kilocode.json - Removed translation key

@chrarnoldus chrarnoldus merged commit c0a16eb into main Jan 27, 2026
21 checks passed
@chrarnoldus chrarnoldus deleted the mark/revert-organization-button branch January 27, 2026 08:55
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.

3 participants