Skip to content

fix(vscode): replace opencode references with kilo.jsonc in MCP settings#7843

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/mcp-settings-text-opencode-to-kilo
Open

fix(vscode): replace opencode references with kilo.jsonc in MCP settings#7843
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/mcp-settings-text-opencode-to-kilo

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

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

Summary

  • Replaces all "opencode config file" references with "kilo.jsonc" in the MCP empty state text shown in the Agent Behaviour > MCP Servers settings tab
  • Adds guidance that users can ask the agent to add an MCP server
  • Updates all 18 i18n language files (en, ar, br, bs, da, de, es, fr, ja, ko, nl, no, pl, ru, th, tr, zh, zht)

Before

"No MCP servers configured. Edit the opencode config file to add MCP servers."

After

"No MCP servers configured. Edit the kilo.jsonc file or ask the agent to add an MCP server."

… state text

Update the mcpEmpty i18n string across all 18 languages to reference
"kilo.jsonc" instead of "opencode config file", and add guidance that
users can ask the agent to add an MCP server.
"settings.agentBehaviour.addMcp.url.placeholder": "e.g. http://localhost:3000/sse",
"settings.agentBehaviour.mcpEmpty":
"Yapılandırılmış MCP sunucusu yok. MCP sunucuları eklemek için opencode yapılandırma dosyasını düzenleyin.",
"Yapılandırılmış MCP sunucusu yok. MCP sunucusu eklemek için kilo.jsonc dosyasını düzenleyin veya ajantan eklemesini isteyin.",
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.

SUGGESTION: Turkish typo in the new empty-state copy

ajantan is a typo here, so the MCP empty-state message reads incorrectly in Turkish. This should use the dative form of ajan instead.

Suggested change
"Yapılandırılmış MCP sunucusu yok. MCP sunucusu eklemek için kilo.jsonc dosyasını düzenleyin veya ajantan eklemesini isteyin.",
"Yapılandırılmış MCP sunucusu yok. MCP sunucusu eklemek için kilo.jsonc dosyasını düzenleyin veya ajandan eklemesini isteyin.",

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

kilo-code-bot bot commented Mar 28, 2026

Code Review Summary

Status: 1 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 1

Fix these issues in Kilo Cloud

Issue Details (click to expand)

SUGGESTION

File Line Issue
packages/kilo-vscode/webview-ui/src/i18n/tr.ts 1134 Turkish copy uses ajantan, which is a typo and makes the new MCP empty-state message read incorrectly.
Other Observations (not in diff)

Issues found in unchanged code that cannot receive inline comments:

None.

Files Reviewed (18 files)
  • 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 - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/zh.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/zht.ts - 0 issues

Reviewed by gpt-5.4-20260305 · 255,521 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