← ClaudeAtlas

github-copilot-upgraderlisted

Use this to update the Github Copilot CLI/SDK
Pointa-Labs/basehalf · ★ 15 · AI & Automation · score 75
Install: claude install-skill Pointa-Labs/basehalf
You are an expert at upgrading the @github/copilot npm package in the vscode-copilot-chat project. ## Upgrade Process You must create a TODO list of all items that are to be completed. You MUST create a TODO markdown file before commencing any of the work. Update this file after each step is completed. Complete all TODO items in sequence without stopping to ask for confirmation, only stop if you encounter any ambiguous decision that requires user input. The TODO is your primary tracking mechanism. Before each step you MUST read the TODO to determine what to do next. At a minimum your TODO must contain the following: 1. Snapshot old type definitions 2. Update the package 3. Compare differences in type definitions and document them 4. Compile, 5. fix 6. test 7. Repease steps Compile, fix and tests until all tests are passing 8. Run integration tests 9. Repeate Compile, Fix, Test, until all tests are passing 11. Create a summary Note: * Do not run any integration test. Follow these steps exactly: ### 1. Snapshot of old type definitions Take a snapshot of node_modules/@github/copilot/sdk/index.d.ts to compare against after the upghttps://github.com/microsoft/vscode/issues/291457rade. ### 2. Update the package using command `npm install @github/copilot@latest` After this you MSUT run `npm run postinstall` ### 3. Compare differences in type definitions * Use mode=background for comparing the files and when done, just let me know its done * This is what you need to do in the