diff options
| author | Adam <[email protected]> | 2026-02-20 06:46:03 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-20 10:05:09 -0600 |
| commit | 2a904ec56f202641d3172fc87842e2b73d6fb149 (patch) | |
| tree | d72e4aec4c3b621d0b69213681b6cc285cf7cfa9 /packages/app/src/i18n | |
| parent | 0ce61c817b74e31e08bd140611e2f7ae6ba1684c (diff) | |
| download | opencode-2a904ec56f202641d3172fc87842e2b73d6fb149.tar.gz opencode-2a904ec56f202641d3172fc87842e2b73d6fb149.zip | |
feat(app): show/hide reasoning summaries
Diffstat (limited to 'packages/app/src/i18n')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 8837dcbad..a8c27cc63 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -610,6 +610,8 @@ export const dict = { "settings.general.row.theme.description": "Customise how OpenCode is themed.", "settings.general.row.font.title": "Font", "settings.general.row.font.description": "Customise the mono font used in code blocks", + "settings.general.row.reasoningSummaries.title": "Show reasoning summaries", + "settings.general.row.reasoningSummaries.description": "Display model reasoning summaries in the timeline", "settings.general.row.wayland.title": "Use native Wayland", "settings.general.row.wayland.description": "Disable X11 fallback on Wayland. Requires restart.", |
