Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,7 @@ const MigrationWizard: Component<MigrationWizardProps> = (props) => {
<div class={screen() === "whats-new" ? "migration-wizard__screen--active" : "migration-wizard__screen--hidden"}>
<div class="migration-wizard__header">
<KiloLogo />
<h1>
{language.t("migration.whatsNew.title")}{" "}
<span class="migration-wizard__badge">{language.t("migration.whatsNew.badge")}</span>
</h1>
<h1>{language.t("migration.whatsNew.title")}</h1>
<p>{language.t("migration.whatsNew.subtitle")}</p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,6 @@
width: 100%;
}

.migration-wizard__badge {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.5px;
padding: 3px 9px;
border-radius: 6px;
background: color-mix(in srgb, var(--vscode-button-background) 15%, transparent);
color: var(--vscode-button-background);
vertical-align: middle;
text-transform: uppercase;
}

.migration-wizard__header p {
font-size: 13px;
color: var(--vscode-descriptionForeground);
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "ما الجديد في Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "لقد أعدنا بناء الإضافة على أساس أسرع وأكثر كفاءة.",
"migration.whatsNew.features.performance.title": "أداء أسرع للوكيل",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "O Que Há de Novo no Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Reconstruímos a extensão sobre uma base mais rápida e eficiente.",
"migration.whatsNew.features.performance.title": "Desempenho de Agente Mais Rápido",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/bs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Šta je novo u Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Ponovo smo izgradili ekstenziju na bržem i efikasnijem temelju.",
"migration.whatsNew.features.performance.title": "Brže performanse agenta",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Nyheder i Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Vi har genopbygget udvidelsen på et hurtigere og mere effektivt fundament.",
"migration.whatsNew.features.performance.title": "Hurtigere agentydelse",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Neuigkeiten in Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle":
"Wir haben die Erweiterung auf einer schnelleren, effizienteren Grundlage neu aufgebaut.",
"migration.whatsNew.features.performance.title": "Schnellere Agentenleistung",
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "What's New in Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "We've rebuilt the extension on a faster, more efficient foundation.",
"migration.whatsNew.features.performance.title": "Faster Agent Performance",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Novedades en Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Hemos reconstruido la extensión sobre una base más rápida y eficiente.",
"migration.whatsNew.features.performance.title": "Rendimiento de agente más rápido",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Nouveautés de Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Nous avons reconstruit l'extension sur une base plus rapide et plus efficace.",
"migration.whatsNew.features.performance.title": "Performance accélérée de l'agent",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Kilo Codeの新機能",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "より高速で効率的な基盤上に拡張機能を再構築しました。",
"migration.whatsNew.features.performance.title": "高速なエージェントパフォーマンス",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Kilo Code의 새로운 기능",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "더 빠르고 효율적인 기반 위에 확장 프로그램을 재구축했습니다.",
"migration.whatsNew.features.performance.title": "더 빠른 에이전트 성능",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Wat is er Nieuw in Kilo Code",
"migration.whatsNew.badge": "Bèta",
"migration.whatsNew.subtitle": "We hebben de extensie opnieuw opgebouwd op een snellere, efficiëntere basis.",
"migration.whatsNew.features.performance.title": "Snellere Agent Prestaties",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/no.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Hva er nytt i Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Vi har bygget utvidelsen på nytt med et raskere og mer effektivt grunnlag.",
"migration.whatsNew.features.performance.title": "Raskere agentytelse",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Co nowego w Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Przebudowaliśmy rozszerzenie na szybszym i wydajniejszym fundamencie.",
"migration.whatsNew.features.performance.title": "Szybsza wydajność agenta",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Что нового в Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Мы перестроили расширение на более быстрой и эффективной основе.",
"migration.whatsNew.features.performance.title": "Более быстрая работа агента",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/th.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "มีอะไรใหม่ใน Kilo Code",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "เราได้สร้างส่วนขยายใหม่บนรากฐานที่เร็วและมีประสิทธิภาพมากขึ้น",
"migration.whatsNew.features.performance.title": "ประสิทธิภาพเอเจนต์ที่เร็วขึ้น",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Kilo Code'daki Yenilikler",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "Uzantıyı daha hızlı ve daha verimli bir temel üzerine yeniden inşa ettik.",
"migration.whatsNew.features.performance.title": "Daha Hızlı Ajan Performansı",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Kilo Code 新功能",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "我们在更快、更高效的基础上重新构建了扩展。",
"migration.whatsNew.features.performance.title": "更快的智能体性能",
"migration.whatsNew.features.performance.detail":
Expand Down
1 change: 0 additions & 1 deletion packages/kilo-vscode/webview-ui/src/i18n/zht.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,6 @@ export const dict = {

// Screen 1 — What's New
"migration.whatsNew.title": "Kilo Code 新功能",
"migration.whatsNew.badge": "Beta",
"migration.whatsNew.subtitle": "我們在更快、更高效的基礎上重新建構了擴充功能。",
"migration.whatsNew.features.performance.title": "更快的 Agent 效能",
"migration.whatsNew.features.performance.detail":
Expand Down
Loading