refactor: use opensumi extension installer#105
Conversation
|
Run and Debug this pull request in Codespaces |
WalkthroughWalkthrough此次变更主要集中在 CLI 包的依赖项和扩展安装逻辑上。通过移除多个不再需要的依赖项并添加 Changes
Sequence Diagram(s)sequenceDiagram
participant CLI
participant ExtensionInstaller
participant Marketplace
CLI->>ExtensionInstaller: 创建实例 (endpoint)
ExtensionInstaller->>Marketplace: 请求扩展
Marketplace-->>ExtensionInstaller: 返回扩展信息
ExtensionInstaller-->>CLI: 完成安装
Recent review detailsConfiguration used: .coderabbit.yml Files ignored due to path filters (1)
Files selected for processing (2)
Additional comments not posted (5)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Types
Background or solution
use opensumi extension installer
ChangeLog
use opensumi extension installer
Summary by CodeRabbit
新功能
@opensumi/extension-installer,改善了扩展的安装和配置流程。依赖项更新