Misleading Tip about location of custom-tools #7412

Closed
opened 2026-02-16 18:07:05 -05:00 by yindo · 1 comment
Owner

Originally created by @saibimajdi on GitHub (Jan 24, 2026).

Originally assigned to: @jayair on GitHub.

Description

Tips showing the wrong path for custom tools.

.opencode/tool/ instead of .opencode/tools/ (missing 's').

Documentation: https://opencode.ai/docs/custom-tools

Plugins

No response

OpenCode version

latest

Steps to reproduce

No response

Screenshot and/or share link

Image

Operating System

No response

Terminal

No response

Originally created by @saibimajdi on GitHub (Jan 24, 2026). Originally assigned to: @jayair on GitHub. ### Description Tips showing the wrong path for custom tools. `.opencode/tool/` instead of `.opencode/tools/` (missing 's'). Documentation: https://opencode.ai/docs/custom-tools ### Plugins _No response_ ### OpenCode version latest ### Steps to reproduce _No response_ ### Screenshot and/or share link <img width="640" height="335" alt="Image" src="https://github.com/user-attachments/assets/b44c28aa-c8be-4183-9f45-499560ca6100" /> ### Operating System _No response_ ### Terminal _No response_
yindo added the bugdocs labels 2026-02-16 18:07:05 -05:00
yindo closed this issue 2026-02-16 18:07:05 -05:00
Author
Owner

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

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

  • #9819: Docs: Skill path mismatch - 'skills' (plural) vs 'skill' (singular) - similar documentation path issue but for skills instead of tools

Both issues involve documentation showing plural paths (.opencode/tools/, .opencode/skills/) while the actual code loads from singular paths (.opencode/tool/, .opencode/skill/). These may need to be fixed together to ensure consistent documentation and path naming.

@github-actions[bot] commented on GitHub (Jan 24, 2026): This issue might be a duplicate of or related to existing issues. Please check: - #9819: Docs: Skill path mismatch - 'skills' (plural) vs 'skill' (singular) - similar documentation path issue but for skills instead of tools Both issues involve documentation showing plural paths (.opencode/tools/, .opencode/skills/) while the actual code loads from singular paths (.opencode/tool/, .opencode/skill/). These may need to be fixed together to ensure consistent documentation and path naming.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7412