regression: tool_details / "Hide tool details" no longer working. #4407

Closed
opened 2026-02-16 17:43:41 -05:00 by yindo · 2 comments
Owner

Originally created by @ariane-emory on GitHub (Jan 7, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

The command pallete contains an item titled "Hide show details". This allowed the user to hide tool calls and their output from the session view.

This seems to be no longer working and appears to have been broken approximately two or three days ago.

Plugins

None

OpenCode version

1.1.6

Steps to reproduce

  1. Attempt to use the "Hide tool details" item in the command palette (or strike a key that is bound to tool_details.
  2. Observe that nothing happens and tool calls/output remains visible.

Screenshot and/or share link

No response

Operating System

MacOS Sequoia latest

Terminal

iTerm2

Originally created by @ariane-emory on GitHub (Jan 7, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description The command pallete contains an item titled "Hide show details". This allowed the user to hide tool calls and their output from the session view. This seems to be no longer working and appears to have been broken approximately two or three days ago. ### Plugins None ### OpenCode version 1.1.6 ### Steps to reproduce 1. Attempt to use the "Hide tool details" item in the command palette (or strike a key that is bound to `tool_details`. 2. Observe that nothing happens and tool calls/output remains visible. ### Screenshot and/or share link _No response_ ### Operating System MacOS Sequoia latest ### Terminal iTerm2
yindo added the bug label 2026-02-16 17:43:41 -05:00
yindo closed this issue 2026-02-16 17:43:41 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 7, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #3792: Missing /details command in opencode v1 - Reports the same tool_details toggle functionality being unavailable since the v1 upgrade

Feel free to ignore if your specific case differs from these.

@github-actions[bot] commented on GitHub (Jan 7, 2026): This issue might be a duplicate of existing issues. Please check: - #3792: Missing /details command in opencode v1 - Reports the same tool_details toggle functionality being unavailable since the v1 upgrade Feel free to ignore if your specific case differs from these.
Author
Owner

@ryanwyler commented on GitHub (Jan 7, 2026):

This is fixed by PR #7285.

Root cause: The Permission rework commit 351ddeed9 (merged 2026-01-01, PR #6319) accidentally removed the showDetails check from the ToolPart function when refactoring the tool rendering system.

@ryanwyler commented on GitHub (Jan 7, 2026): This is fixed by PR #7285. **Root cause:** The Permission rework commit `351ddeed9` (merged 2026-01-01, PR #6319) accidentally removed the `showDetails` check from the `ToolPart` function when refactoring the tool rendering system.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4407