github / github/copilot-cli

Feature: Use git sparse checkout for marketplace clone to reduce disk usage

未关闭
#2,463 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:plugins
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

## Summary

When adding a plugin marketplace via `/plugin marketplace add `, the CLI clones the **entire repository** with `git clone --depth 1`. For repos that contain more than just plugins (e.g., source code, docs, prototypes), this wastes significant disk space.

**Example:**
- Full clone: **138 MB**
- Actual files needed (`.github/plugin/` + `plugins/`): **~117 KB** (0.9%)

## Proposal

Use git sparse checkout when cloning marketplace repos so that only the plugin-related files are fetched:
1. `.github/plugin/marketplace.json` — the marketplace manifest
2. Paths listed in `marketplace.json` `plugins[].source` entries — the actual plugin folders

## Environment

- Copilot CLI version: 1.0.15
- OS: Windows 11

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。