From 0fa85a3833712d02f80e8a864cdef14cc2977246 Mon Sep 17 00:00:00 2001 From: LukeParkerDev <10430890+Hona@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:56:25 +1000 Subject: [PATCH] words --- packages/app/src/i18n/en.ts | 3 +-- packages/web/src/content/docs/config.mdx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 95dd903aed..95266582ec 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -729,8 +729,7 @@ export const dict = { "settings.general.row.language.title": "Language", "settings.general.row.language.description": "Change the display language for OpenCode", "settings.general.row.shell.title": "Terminal Shell", - "settings.general.row.shell.description": - "Choose the default shell used for your terminal and the agent's background processes.", + "settings.general.row.shell.description": "Choose the shell used for your terminal and agent tool calls.", "settings.general.row.shell.terminalOnly": "terminal only", "settings.general.row.appearance.title": "Appearance", "settings.general.row.appearance.description": "Customise how OpenCode looks on your device", diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx index cc6977606a..42e06d2f57 100644 --- a/packages/web/src/content/docs/config.mdx +++ b/packages/web/src/content/docs/config.mdx @@ -314,7 +314,7 @@ Available options: ### Shell -You can configure the default shell used for the interactive terminal and the agent's background processes using the `shell` option. +You can configure the shell used for the interactive terminal and agent tool calls using the `shell` option. ```json title="opencode.json" {