fix(app): display skill name in skill tool call by alexyaroshuk · Pull Request #15413 · anomalyco/opencode
Issue for this PR
Closes #15355
Type of change
- Bug fix
- New feature
- Refactor / code improvement
- Documentation
What does this PR do?
Fixes the skill tool to display the actual skill name (e.g., "code reviewer") instead of the generic "skill" title.
How did you verify your code works?
manual test with the same skill file
Screenshots / recordings
Before:
After:
Files changed
| File | Change |
|---|---|
packages/ui/src/components/message-part.tsx |
Added "skill" case to getToolInfo (lines 253-257), Added ToolRegistry.register for "skill" (lines 1909-1929) |
Checklist
- I have tested my changes locally
- I have not included unrelated changes in this PR

