Skip to content

Commit 793cfdd

Browse files
HadesArchitectkevinvandijkJuice10
authored
#611 Customer Support Visibility
Co-authored-by: Kevin van Dijk <[email protected]> Co-authored-by: Justin Halsall <[email protected]>
1 parent a524d77 commit 793cfdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+117
-41
lines changed

.changeset/bright-radios-kiss.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"kilo-code": patch
3+
"@roo-code/vscode-webview": patch
4+
---
5+
6+
- #611 Customer Support Visibility (Added links to contact customer support)

src/core/webview/webviewMessageHandler.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,23 +1122,23 @@ export const webviewMessageHandler = async (provider: ClineProvider, message: We
11221122
// kilocode_change start
11231123
case "showFeedbackOptions": {
11241124
const githubIssuesText = t("common:feedback.githubIssues")
1125-
const githubDiscussionsText = t("common:feedback.githubDiscussions")
11261125
const discordText = t("common:feedback.discord")
1126+
const customerSupport = t("common:feedback.customerSupport") // kilocode_change
11271127

11281128
const answer = await vscode.window.showInformationMessage(
11291129
t("common:feedback.description"),
11301130
{ modal: true },
11311131
githubIssuesText,
1132-
githubDiscussionsText,
11331132
discordText,
1133+
customerSupport,
11341134
)
11351135

11361136
if (answer === githubIssuesText) {
11371137
await vscode.env.openExternal(vscode.Uri.parse("https://github.com/Kilo-Org/kilocode/issues"))
1138-
} else if (answer === githubDiscussionsText) {
1139-
await vscode.env.openExternal(vscode.Uri.parse("https://github.com/Kilo-Org/kilocode/discussions"))
11401138
} else if (answer === discordText) {
11411139
await vscode.env.openExternal(vscode.Uri.parse("https://discord.gg/fxrhCFGhkP"))
1140+
} else if (answer === customerSupport) {
1141+
await vscode.env.openExternal(vscode.Uri.parse("mailto:[email protected]"))
11421142
}
11431143
break
11441144
}

src/i18n/locales/ca/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"description": "Ens encantaria escoltar els teus comentaris o ajudar-te amb qualsevol problema que estiguis experimentant.",
1818
"githubIssues": "Informa d'un problema a GitHub",
1919
"githubDiscussions": "Uneix-te a les discussions de GitHub",
20-
"discord": "Uneix-te a la nostra comunitat de Discord"
20+
"discord": "Uneix-te a la nostra comunitat de Discord",
21+
"customerSupport": "Suport al Client"
2122
},
2223
"welcome": "Benvingut/da, {{name}}! Tens {{count}} notificacions.",
2324
"items": {

src/i18n/locales/de/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"description": "Wir würden gerne Ihr Feedback hören oder Ihnen bei Problemen helfen, die Sie erleben.",
1414
"githubIssues": "Ein Problem auf GitHub melden",
1515
"githubDiscussions": "An GitHub-Diskussionen teilnehmen",
16-
"discord": "Treten Sie unserer Discord-Community bei"
16+
"discord": "Treten Sie unserer Discord-Community bei",
17+
"customerSupport": "Kundensupport"
1718
},
1819
"welcome": "Willkommen, {{name}}! Du hast {{count}} Benachrichtigungen.",
1920
"items": {

src/i18n/locales/en/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"description": "We'd love to hear your feedback or help with any issues you're experiencing.",
1414
"githubIssues": "Report an issue on GitHub",
1515
"githubDiscussions": "Join GitHub discussions",
16-
"discord": "Join our Discord community"
16+
"discord": "Join our Discord community",
17+
"customerSupport": "Customer Support"
1718
},
1819
"welcome": "Welcome, {{name}}! You have {{count}} notifications.",
1920
"items": {

src/i18n/locales/es/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"description": "Nos encantaría escuchar tus comentarios o ayudarte con cualquier problema que estés experimentando.",
1414
"githubIssues": "Reportar un problema en GitHub",
1515
"githubDiscussions": "Unirse a las discusiones de GitHub",
16-
"discord": "Únete a nuestra comunidad de Discord"
16+
"discord": "Únete a nuestra comunidad de Discord",
17+
"customerSupport": "Soporte al Cliente"
1718
},
1819
"welcome": "¡Bienvenido, {{name}}! Tienes {{count}} notificaciones.",
1920
"items": {

src/i18n/locales/fr/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"description": "Nous aimerions recevoir vos commentaires ou vous aider avec tout problème que vous rencontrez.",
1414
"githubIssues": "Signaler un problème sur GitHub",
1515
"githubDiscussions": "Rejoindre les discussions GitHub",
16-
"discord": "Rejoindre notre communauté Discord"
16+
"discord": "Rejoindre notre communauté Discord",
17+
"customerSupport": "Support Client"
1718
},
1819
"welcome": "Bienvenue, {{name}} ! Vous avez {{count}} notification(s).",
1920
"items": {

src/i18n/locales/hi/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"description": "हम आपकी प्रतिक्रिया सुनना चाहेंगे या आपके द्वारा अनुभव की जा रही किसी भी समस्या में मदद करना चाहेंगे।",
1414
"githubIssues": "GitHub पर समस्या की रिपोर्ट करें",
1515
"githubDiscussions": "GitHub चर्चाओं में शामिल हों",
16-
"discord": "हमारे Discord समुदाय में शामिल हों"
16+
"discord": "हमारे Discord समुदाय में शामिल हों",
17+
"customerSupport": "ग्राहक सहायता"
1718
},
1819
"welcome": "स्वागत है, {{name}}! आपके पास {{count}} सूचनाएँ हैं।",
1920
"items": {

src/i18n/locales/id/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"description": "Kami ingin mendengar feedback kamu atau membantu dengan masalah yang kamu alami.",
1414
"githubIssues": "Laporkan masalah di GitHub",
1515
"githubDiscussions": "Bergabung dengan diskusi GitHub",
16-
"discord": "Bergabung dengan komunitas Discord kami"
16+
"discord": "Bergabung dengan komunitas Discord kami",
17+
"customerSupport": "Dukungan Pelanggan"
1718
},
1819
"welcome": "Selamat datang, {{name}}! Kamu punya {{count}} notifikasi.",
1920
"items": {

src/i18n/locales/it/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"description": "Ci piacerebbe ricevere il tuo feedback o aiutarti con qualsiasi problema che stai riscontrando.",
1414
"githubIssues": "Segnala un problema su GitHub",
1515
"githubDiscussions": "Partecipa alle discussioni su GitHub",
16-
"discord": "Unisciti alla nostra comunità Discord"
16+
"discord": "Unisciti alla nostra comunità Discord",
17+
"customerSupport": "Supporto Clienti"
1718
},
1819
"welcome": "Benvenuto, {{name}}! Hai {{count}} notifiche.",
1920
"items": {

0 commit comments

Comments
 (0)