mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 03:00:33 +00:00
words
This commit is contained in:
parent
6da5cec12e
commit
0fa85a3833
2 changed files with 2 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue