opencode icon indicating copy to clipboard operation
opencode copied to clipboard

[FEATURE]: A TUI management interface similar to Neovim Mason.

Open crper opened this issue 1 day ago • 1 comments

Feature hasn't been suggested before.

  • [x] I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

I hope the TUI interface can feature a unified management dashboard, similar to Neovim Mason. It should allow quickly switching between different tabs using number shortcuts. My idea is visually represented in the provided screenshot with annotations.

Image

This interface would display all user configurations, such as installed plugins, skills, agents, and built-in LSPs, providing an excellent user experience. It would be even better if this modal supported responsive design, adapting to both sidebar and popup window styles.

Currently, with OpenCode, it is difficult to automatically invoke user-defined agents and skills; users must explicitly specify them (e.g., "use X"). If we could implement a unified management system that allows the LLM to generate a concise summary (mini-prompt) containing information about available plugins and skills, the OpenCode execution process could quickly perceive what capabilities are available. This would significantly improve response quality and save users time. In Vibe Code, the most time-consuming aspect right now is the repetitive cycle of reviewing and regenerating code.

crper avatar Jan 13 '26 22:01 crper