Skip to content

fix(vscode): add context to settings descriptions (Share Mode, Temperature, and more)#11529

Open
kilo-code-bot[bot] wants to merge 2 commits into
mainfrom
fix/vscode-settings-descriptions
Open

fix(vscode): add context to settings descriptions (Share Mode, Temperature, and more)#11529
kilo-code-bot[bot] wants to merge 2 commits into
mainfrom
fix/vscode-settings-descriptions

Conversation

@kilo-code-bot

@kilo-code-bot kilo-code-bot Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Addresses the missing context in VS Code extension settings highlighted in #7668.

  • Share Mode: expanded from "How session sharing behaves" to a clear explanation of Manual/Auto/Disabled options
  • Temperature: expanded from "Sampling temperature (0-2)" to a plain-language description of what temperature controls and when to change it
  • Top P: similar improvement explaining nucleus sampling in user-friendly terms
  • Formatter, LSP, Batch Tool, Continue on Deny, Max Steps: all improved with more actionable descriptions
  • package.json contributes.configuration: added markdownDescription (with Markdown formatting) to settings that were confusing — model.providerID, model.modelID, autocomplete.enableSmartInlineTaskKeybinding, autocomplete.enableChatAutocomplete, and agentWorkStyle
  • All 19 locale files updated with English placeholder text so non-English users also get descriptive context until translators provide localized versions

Fixes #7668

Built for markijbema by Kilo

…perature, and other settings

- Improve Share Mode description to explain Manual/Auto/Disabled options
- Improve Temperature and Top P descriptions with plain-language explanations
- Improve Formatter, LSP, Batch Tool, Continue on Deny, Max Steps descriptions
- Add markdownDescription to package.json for providerID, modelID, smart inline keybinding, chat autocomplete, and agent work style settings
- Update all 19 locale files with English descriptions as placeholders

Fixes #7668
"settings.notifications.sound.none": "بدون",
"settings.experimental.share.title": "وضع المشاركة",
"settings.experimental.share.description": "سلوك مشاركة الجلسة",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"settings.notifications.sound.none": "Nenhum",
"settings.experimental.share.title": "Modo de compartilhamento",
"settings.experimental.share.description": "Comportamento do compartilhamento de sessão",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"settings.notifications.sound.none": "Ništa",
"settings.experimental.share.title": "Način dijeljenja",
"settings.experimental.share.description": "Ponašanje dijeljenja sesije",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"settings.notifications.sound.none": "Ingen",
"settings.experimental.share.title": "Delingstilstand",
"settings.experimental.share.description": "Adfærd for sessionsdeling",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"settings.notifications.sound.none": "Kein",
"settings.experimental.share.title": "Freigabemodus",
"settings.experimental.share.description": "Verhalten der Sitzungsfreigabe",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"settings.notifications.sound.none": "ไม่มี",
"settings.experimental.share.title": "โหมดแชร์",
"settings.experimental.share.description": "พฤติกรรมการแชร์เซสชัน",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


"settings.experimental.share.title": "Paylaşım Modu",
"settings.experimental.share.description": "Oturum paylaşımının nasıl davranacağı",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.


"settings.experimental.share.title": "Режим публікації",
"settings.experimental.share.description": "Як поводиться публікація сесій",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"settings.notifications.sound.none": "无",
"settings.experimental.share.title": "分享模式",
"settings.experimental.share.description": "会话分享行为",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"settings.notifications.sound.none": "無",
"settings.experimental.share.title": "分享模式",
"settings.experimental.share.description": "工作階段分享行為",
"settings.experimental.share.description":

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: Replacing translated setting help with English paragraphs regresses the localized UI

This locale previously had translated descriptions for these settings. This change replaces them with English prose for Share Mode, Formatter, LSP, Batch Tool, Continue on Deny, Temperature, Top P, and Max Steps, so users who selected this language now get a mixed-language settings screen. It would be safer to keep the existing localized copy until translated replacements are available.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

@kilo-code-bot

kilo-code-bot Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Code Review Summary

Status: 19 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 19
SUGGESTION 0

Fix these issues in Kilo Cloud

Issue Details (click to expand)

WARNING

File Line Issue
packages/kilo-vscode/webview-ui/src/i18n/ar.ts 1277 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/br.ts 1307 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/bs.ts 1307 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/da.ts 1301 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/de.ts 1323 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/es.ts 1315 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/fr.ts 1330 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/it.ts 1144 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/ja.ts 1295 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/ko.ts 1289 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/nl.ts 1301 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/no.ts 1266 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/pl.ts 1266 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/ru.ts 1306 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/th.ts 1285 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/tr.ts 1294 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/uk.ts 1293 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/zh.ts 1266 English placeholders replace translated settings help
packages/kilo-vscode/webview-ui/src/i18n/zht.ts 1234 English placeholders replace translated settings help
Files Reviewed (25 files)
  • .changeset/vscode-settings-descriptions.md - 0 issues
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/settings/agent-behaviour-edit-custom-mode-chromium-linux.png - 0 issues
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/settings/mode-edit-export-chromium-linux.png - 0 issues
  • packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/settings/mode-edit-permissions-chromium-linux.png - 0 issues
  • packages/kilo-vscode/package.json - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/ar.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/br.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/bs.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/da.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/de.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/en.ts - 0 issues
  • packages/kilo-vscode/webview-ui/src/i18n/es.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/fr.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/it.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/ja.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/ko.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/nl.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/no.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/pl.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/ru.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/th.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/tr.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/uk.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/zh.ts - 1 issue
  • packages/kilo-vscode/webview-ui/src/i18n/zht.ts - 1 issue

Reviewed by gpt-5.4-20260305 · Input: 146.4K · Output: 17.7K · Cached: 782.3K

Review guidance: REVIEW.md from base branch main

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.

Add context to Settings pages

0 participants