[PR #11561] feat(tui): add UI for skill tool in session view #13835

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

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

State: closed
Merged: Yes


This PR adds UI support for the skill tool in the TUI session view.

Changes

  • Added SkillTool type import
  • Added skill case to ToolPart Switch component
  • Implemented Skill component with:
    • Pending state: Inline display with icon showing 'Loading skill...'
    • Complete state: Block display showing skill name and directory path

The implementation follows the established pattern used by other tools (Read, Glob, Question, etc.).

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11561 **State:** closed **Merged:** Yes --- This PR adds UI support for the skill tool in the TUI session view. ## Changes - Added SkillTool type import - Added skill case to ToolPart Switch component - Implemented Skill component with: - Pending state: Inline display with ⚡ icon showing 'Loading skill...' - Complete state: Block display showing skill name and directory path The implementation follows the established pattern used by other tools (Read, Glob, Question, etc.).
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#13835