Skip to content

fix(vscode): rename 'Try model' to 'Try Auto Free' and remove 'Learn More' button#7892

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
session/agent_06c3624d-5305-436c-b5e6-b1ebf279dc63
Open

fix(vscode): rename 'Try model' to 'Try Auto Free' and remove 'Learn More' button#7892
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
session/agent_06c3624d-5305-436c-b5e6-b1ebf279dc63

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot bot commented Mar 30, 2026

Summary

  • Renamed the notification "Try model" button to "Try Auto Free" so users understand the button switches to the Auto Free model
  • Removed the "Learn More" button from the KiloNotifications banner (and the unused handleAction function)
  • Updated the telemetry event text to match the new button label
  • Updated all 18 i18n locale files with the new button text
  • Removed the action field from the Storybook mock notification

)}
</Show>

<div class="kilo-notifications-next-group">
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

WARNING: This removes all notification CTA actions from the VS Code banner

KilocodeNotification.action is still part of the gateway/webview contract and the CLI dialog continues to render it, so any notification that arrives with only an action now becomes non-interactive in the webview. That makes existing or future banner links show up as dead text for extension users instead of preserving the intended call-to-action.

@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot bot commented Mar 30, 2026

Code Review Summary

Status: 1 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0

Fix these issues in Kilo Cloud

Issue Details (click to expand)

WARNING

File Line Issue
packages/kilo-vscode/webview-ui/src/components/chat/KiloNotifications.tsx 91 Removing the generic action CTA makes notifications that still arrive with action non-interactive in the VS Code webview.
Other Observations (not in diff)

No additional out-of-diff issues found.

Files Reviewed (20 files)
  • packages/kilo-vscode/webview-ui/src/components/chat/KiloNotifications.tsx - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/ar.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/br.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/bs.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/da.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/de.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/en.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/es.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/fr.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/ja.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/ko.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/nl.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/no.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/pl.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/ru.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/th.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/tr.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/zh.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/zht.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/stories/chat.stories.tsx - 0 issues

Reviewed by gpt-5.4-20260305 · 3,394,267 tokens

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.

0 participants