[PR #11558] fix(tui): conditionally render bash tool output #13837

Closed
opened 2026-02-16 18:18:40 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11558

State: closed
Merged: Yes


Summary

Conditionally render the bash tool output using SolidJS <Show> component to prevent empty output display when there is no output.

Changes

  • Wrap {limited()} in <Show when={output()}> in the Bash tool component
  • This prevents rendering empty output text when the bash command has no output
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11558 **State:** closed **Merged:** Yes --- ## Summary Conditionally render the bash tool output using SolidJS `<Show>` component to prevent empty output display when there is no output. ## Changes - Wrap `{limited()}` in `<Show when={output()}>` in the Bash tool component - This prevents rendering empty output text when the bash command has no output
yindo added the pull-request label 2026-02-16 18:18:40 -05:00
yindo closed this issue 2026-02-16 18:18:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13837