opencode
opencode copied to clipboard
Missing /skills and /plugin commands, and Ctrl+C unexpected exit issue
Problem Description
-
Missing common commands: Users expect
/skillsand/plugincommands to exist, but they don't - 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
/skillscommand for managing skills (similar to command palette in other AI IDEs) - Add
/plugincommand 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