Commit c9a1569
committed
fix: preserve @github/copilot/sdk/index.js during extension packaging
The .moduleignore rule stripped sdk/index.js from @github/copilot, which
is correct for app-level node_modules but breaks the built-in copilot
extension when built from source via packageCopilotExtensionStream.
The copilot extension externalizes @github/copilot in esbuild and needs
sdk/index.js at runtime for CLI sessions, agents, and model fetching.
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Assisted-by: Cursor AI1 parent b38c4e3 commit c9a1569
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | 218 | | |
220 | 219 | | |
221 | 220 | | |
| |||
0 commit comments