Missing /skills and /plugin commands, and Ctrl+C unexpected exit issue #4424

Open
opened 2026-02-16 17:43:44 -05:00 by yindo · 1 comment
Owner

Originally created by @dewu0224 on GitHub (Jan 8, 2026).

Originally assigned to: @rekram1-node on GitHub.

Problem Description

  1. Missing common commands: Users expect /skills and /plugin commands to exist, but they don't
  2. Ctrl+C unexpected exit: Accidentally pressing Ctrl+C during CLI interaction exits the tool directly, which is inconsistent with Claude Code behavior (which does not exit on Ctrl+C)

Expected Behavior

  • Add /skills command for managing skills (similar to command palette in other AI IDEs)
  • Add /plugin command for managing plugins
  • Ctrl+C should only cancel current input/operation, not exit the CLI tool (consistent with other AI programming tools)

Environment

  • OS: Windows
  • OpenCode Version: Latest
Originally created by @dewu0224 on GitHub (Jan 8, 2026). Originally assigned to: @rekram1-node on GitHub. ## Problem Description 1. **Missing common commands**: Users expect `/skills` and `/plugin` commands to exist, but they don't 2. **Ctrl+C unexpected exit**: Accidentally pressing Ctrl+C during CLI interaction exits the tool directly, which is inconsistent with Claude Code behavior (which does not exit on Ctrl+C) ## Expected Behavior - Add `/skills` command for managing skills (similar to command palette in other AI IDEs) - Add `/plugin` command for managing plugins - Ctrl+C should only cancel current input/operation, not exit the CLI tool (consistent with other AI programming tools) ## Environment - OS: Windows - OpenCode Version: Latest
yindo added the windows label 2026-02-16 17:43:44 -05:00
Author
Owner

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

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

  • #7069: Skill tool shows empty available_skills list
  • #6912: Ctrl+C does not disable mouse tracking, causing raw escape sequences to flood terminal (Windows)
  • #6189: In the Windows system, pressing Ctrl+C will automatically exit the terminal
  • #2999: Provide means to disable Ctrl-C
  • #3057: Provide a way to stop all running scripts when OpenCode is interrupted
  • #4997: Keybinds (umbrella issue covering multiple keybind-related problems)

The /skills and /plugin command requests seem to be related to feature requests for managing skills and plugins via commands, which appear to be tracked separately. The Ctrl+C exit behavior is a known issue affecting Windows users.

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 8, 2026): This issue might be a duplicate of existing issues. Please check: - #7069: Skill tool shows empty available_skills list - #6912: Ctrl+C does not disable mouse tracking, causing raw escape sequences to flood terminal (Windows) - #6189: In the Windows system, pressing Ctrl+C will automatically exit the terminal - #2999: Provide means to disable Ctrl-C - #3057: Provide a way to stop all running scripts when OpenCode is interrupted - #4997: Keybinds (umbrella issue covering multiple keybind-related problems) The `/skills` and `/plugin` command requests seem to be related to feature requests for managing skills and plugins via commands, which appear to be tracked separately. The Ctrl+C exit behavior is a known issue affecting Windows users. Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4424