fix/thinking-ui-app #2

Merged
n merged 4 commits from fix/thinking-ui-app into custom 2026-05-08 10:15:46 +00:00
Owner

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

### Issue for this PR Closes # ### Type of change - [ ] Bug fix - [ ] New feature - [ ] Refactor / code improvement - [ ] Documentation ### What does this PR do? Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR. **If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!** ### How did you verify your code works? ### Screenshots / recordings _If this is a UI change, please include a screenshot or recording._ ### Checklist - [ ] I have tested my changes locally - [ ] I have not included unrelated changes in this PR _If you do not follow this template your PR will be automatically rejected._
n added 3 commits 2026-05-08 10:14:29 +00:00
- Add reasoningToolDefaultOpen setting (default: true) to control
  thinking container state
- Render reasoning parts in collapsible container with brain icon and
  "Thinking" label
- Add /thinking slash command to toggle default open state
- Remove custom thinking UI indicator in favor of tool-part pattern
- Follow existing patterns from shellToolPartsExpanded and
  editToolPartsExpanded
Add translation keys for new thinking functionality across all supported
languages.

- Add command settings translations for thinking enable/disable toggle
  - command.settings.thinking.enable
  - command.settings.thinking.disable
  - command.settings.thinking.description
- Add UI message part translation for thinking state
  - ui.messagePart.thinking

Updated languages: ar, br, bs, da, de, en, es, fr, ja, ko, no, pl, ru,
th, tr, zh, zht
fix(ui): always render reasoning parts when text is present
Some checks are pending
pr-management / check-duplicates (pull_request_target) Waiting to run
pr-management / add-contributor-label (pull_request_target) Waiting to run
pr-standards / check-standards (pull_request_target) Waiting to run
pr-standards / check-compliance (pull_request_target) Waiting to run
nix-eval / nix-eval (pull_request) Waiting to run
storybook / storybook build (pull_request) Waiting to run
test / unit (linux) (pull_request) Waiting to run
test / unit (windows) (pull_request) Waiting to run
test / e2e (linux) (pull_request) Waiting to run
test / e2e (windows) (pull_request) Waiting to run
typecheck / typecheck (pull_request) Waiting to run
08e0afba93
The reasoning part visibility was incorrectly gated by
showReasoningSummaries,
preventing thinking UI from displaying. Now reasoning parts render when
they
have text content, and the `/thinking` command controls expand/collapse
state.
n added 1 commit 2026-05-08 10:15:18 +00:00
Merge remote-tracking branch 'origin/dev' into fix/thinking-ui-app
Some checks are pending
pr-standards / check-standards (pull_request_target) Waiting to run
pr-standards / check-compliance (pull_request_target) Waiting to run
test / unit (linux) (pull_request) Waiting to run
test / unit (windows) (pull_request) Waiting to run
test / e2e (linux) (pull_request) Waiting to run
test / e2e (windows) (pull_request) Waiting to run
35a37dada3
n merged commit 6180fdfd7e into custom 2026-05-08 10:15:46 +00:00
n deleted branch fix/thinking-ui-app 2026-05-08 10:15:47 +00:00
n referenced this pull request from a commit 2026-05-08 10:15:48 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forks/opencode!2
No description provided.