MiniMax-AI / MiniMax-AI/minimax-code
[Feature] 希望 TUI `/plugins` 面板能统一管理 plugin(安装/卸载) / Support unified plugin management in TUI `/plugins` panel (install/remove)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 141
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 46
Description
问题
mcode plugin add 这个 CLI 命令藏得有点深,所有文档都不提。第三方 plugin 装起来不方便——必须退到 shell 跑命令,不能在 TUI /plugins 面板里直接统一管理(安装/卸载)。
建议
TUI /plugins 面板覆盖所有 marketplace 的 install / uninstall / enable / disable,跨市场统一管理。
验收
TUI /plugins 能跨 marketplace 装、卸、启、停 plugin。
Problem
The mcode plugin add CLI command is buried deep — no docs mention it. Installing third-party plugins is inconvenient: users must drop to the shell, since the TUI /plugins panel can't manage them directly (install / remove).
Proposal
TUI /plugins panel should cover install / uninstall / enable / disable across all marketplaces, so users can manage plugins uniformly.
Acceptance
TUI /plugins can install, remove, enable, and disable plugins across marketplaces.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the TUI /plugins panel and the existing mcode plugin add command, then trace how marketplace plugins are discovered and managed. Done means the panel can install, remove, enable, and disable plugins across all marketplaces; verify each operation through the TUI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100