This commit is contained in:
LukeParkerDev 2026-04-21 13:56:25 +10:00
parent 6da5cec12e
commit 0fa85a3833
2 changed files with 2 additions and 3 deletions

View file

@ -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",

View file

@ -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"
{