List of commands behaves strange when custom commands use semicolon in the name #6551

Open
opened 2026-02-16 18:04:34 -05:00 by yindo · 1 comment
Owner

Originally created by @rokicool on GitHub (Jan 16, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

Here is how my current list of commands looks like:

Image

All these custom commands have ':' in their names:

---
name: gsd:help
description: Show available GSD commands and usage guide
---
...

Everything worked perfectly well on v1.1.10

Plugins

No response

OpenCode version

1.1.25

Steps to reproduce

Just install gsd-opencode:

npx gsd-opencode 

It will copy several files to ~/.config/opencode/command/gsd/ folder.

And then start typing: "/gsd"

Screenshot and/or share link

No response

Operating System

macOS Tahoe 26.2 (25C56)

Terminal

Ghostty

Originally created by @rokicool on GitHub (Jan 16, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description Here is how my current list of commands looks like: <img width="848" height="544" alt="Image" src="https://github.com/user-attachments/assets/bc634f8b-c15a-4118-be7c-58300c8c8ad7" /> All these custom commands have ':' in their names: ``` --- name: gsd:help description: Show available GSD commands and usage guide --- ... ``` Everything worked perfectly well on v1.1.10 ### Plugins _No response_ ### OpenCode version 1.1.25 ### Steps to reproduce Just install [gsd-opencode](https://github.com/rokicool/gsd-opencode): ``` bash npx gsd-opencode ``` It will copy several files to ~/.config/opencode/command/gsd/ folder. And then start typing: "/gsd" ### Screenshot and/or share link _No response_ ### Operating System macOS Tahoe 26.2 (25C56) ### Terminal Ghostty
yindo added the opentuibug labels 2026-02-16 18:04:34 -05:00
Author
Owner

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

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

  • #8383: opencode stuck to run - Similar issue with colons in custom command descriptions causing YAML parsing errors in v1.1.10
  • #3537: Custom slash commands can crash opencode on startup - Related YAML parsing issue with special characters in command definitions

Feel free to ignore if your specific case addresses something different.

@github-actions[bot] commented on GitHub (Jan 16, 2026): This issue might be a duplicate of existing issues. Please check: - #8383: opencode stuck to run - Similar issue with colons in custom command descriptions causing YAML parsing errors in v1.1.10 - #3537: Custom slash commands can crash opencode on startup - Related YAML parsing issue with special characters in command definitions Feel free to ignore if your specific case addresses something different.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6551